Charakterbewegungen hinzugefügt, Deko hinzugefügt, Kochrezepte angepasst

This commit is contained in:
N-Nachtigal 2025-05-14 16:36:42 +02:00
parent 95945c0306
commit a0c893ca0b
1124 changed files with 64294 additions and 763 deletions

View file

@ -0,0 +1,9 @@
local table_set_all = futil.table.set_all
stairsplus.resources.craft_materials = {}
if stairsplus.has.default then
table_set_all(stairsplus.resources.craft_materials, {
steel_ingot = "default:steel_ingot",
})
end