mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-10 20:10:28 +02:00
stairsplus.in_craft_guide config defaults to true now
This commit is contained in:
@ -9,7 +9,7 @@ stairsplus.settings = {
|
||||
in_creative_inventory = s:get_bool("stairsplus.in_creative_inventory",
|
||||
s:get_bool("moreblocks.stairsplus_in_creative_inventory", true)
|
||||
),
|
||||
in_craft_guide = s:get_bool("stairsplus.in_craft_guide", false),
|
||||
in_craft_guide = s:get_bool("stairsplus.in_craft_guide", true),
|
||||
|
||||
default_align_style = s:get("stairsplus.default_align_style") or "user",
|
||||
|
||||
|
Reference in New Issue
Block a user