crowbar recipe added

This commit is contained in:
Joachim Stolberg 2018-12-04 22:44:50 +01:00
parent ce1115c325
commit af2be1c402

View File

@ -192,6 +192,14 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "hyperloop:tube_crowbar",
recipe = {
{"", "", "dye:red"},
{"", "hyperloop:hypersteel_ingot", ""},
{"hyperloop:hypersteel_ingot", "", ""},
},
})
minetest.register_craft({
type = "cooking",