mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 00:20:43 +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:
@ -61,7 +61,8 @@ local subset = {
|
||||
}
|
||||
--]]
|
||||
|
||||
function register_custom_subset(subset, modname, subname, recipeitem, groups, images, description, drop, light)
|
||||
-- luacheck: no unused
|
||||
local function register_custom_subset(subset, modname, subname, recipeitem, groups, images, description, drop, light)
|
||||
stairsplus:register_custom_subset(subset, modname, subname, recipeitem, {
|
||||
groups = groups,
|
||||
tiles = images,
|
||||
|
Reference in New Issue
Block a user