circular saw works now; still need to do compatabilit and testing

This commit is contained in:
flux
2022-06-14 16:30:41 -07:00
parent b9eed16713
commit a2c8e2db8e
12 changed files with 410 additions and 259 deletions

View File

@ -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(