daily checkpoint, not much improved, stairsplus still completely nonfunctional

This commit is contained in:
flux
2022-06-12 21:10:36 -07:00
parent da7d0f94dc
commit 9e68ca91b8
49 changed files with 89 additions and 28 deletions

View File

@ -0,0 +1,9 @@
local table_set_all = stairsplus.util.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