Fix a bunch of things

This commit is contained in:
Jean-Patrick Guerrero
2021-04-06 18:09:24 +02:00
parent 56f8b68f5a
commit fd9d5ea994
3 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,15 @@
minetest.register_craft({
output = minetest.itemstring_with_palette("default:wood", 3),
type = "shapeless",
recipe = {
"default:wood",
"dye:red",
},
})
i3.register_craft({
result = "default:ladder_wood",
items = {"default:copper_ingot 7, default:tin_ingot", "default:steel_ingot 2"},
items = {"default:copper_ingot 7, default:tin_ingot, default:steel_ingot 2"},
})
i3.register_craft({