Formatting, add contributor to license

This commit is contained in:
Aaron Suen 2022-03-14 07:03:44 -04:00
parent 31223ddb00
commit c433b36f2b
2 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ Portions Copyright (C)2021 Roland <community@radtournetz.de>
Portions Copyright (C)2022 MisterE <gbrrudmin@gmail.com>
Portions Copyright (C)2022 Wuzzy <almikes@aol.com>
Portions Copyright (C)2022 kuboid <community@radtournetz.de>
Portions Copyright (C)2022 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@ -1,6 +1,6 @@
-- LUALOCALS < ---------------------------------------------------------
local minetest, nodecore
= minetest, nodecore
local ipairs, minetest, nodecore
= ipairs, minetest, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
@ -114,7 +114,7 @@ function nodecore.storebox_check_item_fall_out(pos, node, stack)
end
local storebox_register_on_stack_change, storebox_registered_on_stack_change =
nodecore.mkreg()
nodecore.mkreg()
nodecore.storebox_register_on_stack_change = storebox_register_on_stack_change
nodecore.storebox_on_stack_change = function(...)