mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-12 04:50:23 +02:00
create proper stairs mod replacement; create option to allow registering stairs w/out a proper recipeitem
This commit is contained in:
5
stairs/settings.lua
Normal file
5
stairs/settings.lua
Normal file
@ -0,0 +1,5 @@
|
||||
local s = minetest.settings
|
||||
|
||||
stairs.settings = {
|
||||
legacy_stairs_without_recipeitem = s:get_bool("stairs.legacy_stairs_without_recipeitem", false),
|
||||
}
|
Reference in New Issue
Block a user