mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-14 05:50:19 +02:00
fix a bunch of bugs. still need to do more work on the station/circular saw distinction
This commit is contained in:
@ -34,7 +34,7 @@ stairsplus_legacy = {
|
||||
stairsplus_legacy.dofile("settings")
|
||||
|
||||
function stairsplus_legacy.register_legacy(node, overrides, meta)
|
||||
if stairsplus_legacy.settings.stairsplus_legacy_mode then
|
||||
if stairsplus.settings.legacy_mode then
|
||||
stairsplus.api.register_group(node, "legacy", overrides, meta)
|
||||
else
|
||||
stairsplus.api.register_group(node, "common", overrides, meta)
|
||||
|
@ -8,6 +8,4 @@ stairsplus_legacy.settings = {
|
||||
technic = s:get_bool("stairsplus_legacy.technic", true),
|
||||
prefab = s:get_bool("stairsplus_legacy.prefab", true),
|
||||
wool = s:get_bool("stairsplus_legacy.wool", true),
|
||||
|
||||
stairsplus_legacy_mode = s:get_bool("stairsplus.legacy_mode")
|
||||
}
|
||||
|
Reference in New Issue
Block a user