mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 00:20:43 +02: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),
|
|
}
|