mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-15 23:10:18 +01:00
stairsplus.in_craft_guide config defaults to true now
This commit is contained in:
parent
6e16c54cc3
commit
16c72b1aa3
|
@ -24,7 +24,7 @@ stairsplus.ex_nihilo (Saw gives infinite nodes) bool false
|
|||
stairsplus.in_creative_inventory (Display Stairs+ nodes in creative inventory) bool true
|
||||
|
||||
# Whether to show crafting recipes involving Stairs+ nodes (in compatible inventory managers)
|
||||
stairsplus.in_craft_guide (Show crafting recipes) bool false
|
||||
stairsplus.in_craft_guide (Show crafting recipes) bool true
|
||||
|
||||
# "user" or "world" cause things to look nicer in general, but some nodes look better w/ the "node" style
|
||||
stairsplus.default_align_style (World align style) enum user node,user,world
|
||||
|
|
|
@ -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",
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user