mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-13 05:20:22 +02:00
daily checkpoint, not much improved, stairsplus still completely nonfunctional
This commit is contained in:
9
stairsplus/resources/craft_materials.lua
Normal file
9
stairsplus/resources/craft_materials.lua
Normal 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
|
Reference in New Issue
Block a user