crowbar recipe added
This commit is contained in:
parent
ce1115c325
commit
af2be1c402
@ -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({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user