mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-11 12:30:25 +02:00
add option to disable crafting schemata
This commit is contained in:
@ -26,4 +26,6 @@ stairsplus.settings = {
|
||||
|
||||
legacy_mode = s:get_bool("stairsplus.legacy_mode", true),
|
||||
legacy_place_mechanic = s:get_bool("stairsplus.legacy_place_mechanic", true),
|
||||
|
||||
crafting_schemata_enabled = s:get_bool("stairsplus.crafting_schemata_enabled", true),
|
||||
}
|
||||
|
Reference in New Issue
Block a user