create proper stairs mod replacement; create option to allow registering stairs w/out a proper recipeitem

This commit is contained in:
flux
2022-12-09 14:55:37 -08:00
parent d844a5f8b7
commit 53ac0b80b3
16 changed files with 484 additions and 155 deletions

5
stairs/settings.lua Normal file
View File

@ -0,0 +1,5 @@
local s = minetest.settings
stairs.settings = {
legacy_stairs_without_recipeitem = s:get_bool("stairs.legacy_stairs_without_recipeitem", false),
}