forked from minetest-mods/moreblocks
@ -79,4 +79,4 @@ The subset table should have the following format:
|
||||
{ "stair", "_alt_4" },
|
||||
}
|
||||
```
|
||||
You can remove entries as needed.
|
||||
You can remove entries as needed.
|
||||
|
@ -58,4 +58,4 @@ stairsplus.register_single = function(category, alternate, info, modname, subnam
|
||||
end
|
||||
minetest.register_node(":" ..modname.. ":" .. category .. "_" .. subname .. alternate, def)
|
||||
stairsplus.register_recipes(category, alternate, modname, subname, recipeitem)
|
||||
end
|
||||
end
|
||||
|
@ -406,4 +406,4 @@ for type,a in pairs(stairsplus.defs) do
|
||||
for name,b in pairs(stairsplus.defs[type]) do
|
||||
table.insert(stairsplus.shapes_list, { type .. "_", name })
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user