mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 08:30:40 +02:00
start to take care of loose ends
This commit is contained in:
@ -2,8 +2,13 @@ local s = minetest.settings
|
||||
|
||||
stairsplus.settings = {
|
||||
in_creative_inventory = s:get_bool("stairsplus.in_creative_inventory",
|
||||
s:get_bool("stairsplus_in_creative_inventory", false) -- turn to false because we will do nicer things
|
||||
s:get_bool("stairsplus_in_creative_inventory", false)
|
||||
),
|
||||
|
||||
recipes_in_creative_inventory = s:get_bool("stairsplus.recipes_in_creative_inventory",
|
||||
s:get_bool("stairsplus_in_creative_inventory", false)
|
||||
),
|
||||
|
||||
circular_saw_crafting = s:get_bool("stairsplus.circular_saw_crafting", true),
|
||||
ex_nihilo = s:get_bool("stairsplus.ex_nihilo",
|
||||
s:get_bool("creative_mode", false)
|
||||
|
Reference in New Issue
Block a user