mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-13 13:30:22 +02:00
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>:slope_<subname>
|
||||
|
||||
function register_slope(modname, subname, recipeitem, groups, images, description, drop, light)
|
||||
-- luacheck: no unused
|
||||
local function register_slope(modname, subname, recipeitem, groups, images, description, drop, light)
|
||||
stairsplus:register_slope(modname, subname, recipeitem, {
|
||||
groups = groups,
|
||||
tiles = images,
|
||||
|
Reference in New Issue
Block a user