mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-15 23:10:18 +01:00
6 lines
149 B
Lua
6 lines
149 B
Lua
local s = minetest.settings
|
|
|
|
stairs.settings = {
|
|
legacy_stairs_without_recipeitem = s:get_bool("stairs.legacy_stairs_without_recipeitem", false),
|
|
}
|