mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-05 17:40:35 +02:00
circular saw works now; still need to do compatabilit and testing
This commit is contained in:
@ -37,7 +37,11 @@ local function register_stairs(name, def)
|
||||
end
|
||||
|
||||
if moreblocks.has.stairsplus then
|
||||
stairsplus.api.register_group(itemstring, "common")
|
||||
if stairsplus.settings.legacy_mode then
|
||||
stairsplus.api.register_group(itemstring, "legacy")
|
||||
else
|
||||
stairsplus.api.register_group(itemstring, "common")
|
||||
end
|
||||
|
||||
elseif moreblocks.has.stairs then
|
||||
stairs.register_stair_and_slab(
|
||||
|
Reference in New Issue
Block a user