forked from minetest-mods/moreblocks
Make some Stairs+ functions local and add Luacheck ignores
Those functions are used in various places in the mod, so they aren't unused.
This commit is contained in:
@ -7,7 +7,8 @@ Licensed under the zlib license. See LICENSE.md for more information.
|
||||
|
||||
-- Node will be called <modname>:micro_<subname>
|
||||
|
||||
function register_micro(modname, subname, recipeitem, groups, images, description, drop, light)
|
||||
-- luacheck: no unused
|
||||
local function register_micro(modname, subname, recipeitem, groups, images, description, drop, light)
|
||||
stairsplus:register_micro(modname, subname, recipeitem, {
|
||||
groups = groups,
|
||||
tiles = images,
|
||||
|
Reference in New Issue
Block a user