do not overwrite teleport recipe
This commit is contained in:
parent
1c6d2049ff
commit
e4d52e9448
@ -245,15 +245,6 @@ minetest.register_craft({
|
|||||||
|
|
||||||
-- teleport portal recipe
|
-- teleport portal recipe
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = 'teleport_potion:potion 0',
|
|
||||||
recipe = {
|
|
||||||
{"", "default:diamond", ""},
|
|
||||||
{"default:diamond", "vessels:glass_bottle", "default:diamond"},
|
|
||||||
{"", "default:diamond", ""},
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'teleport_potion:potion',
|
output = 'teleport_potion:potion',
|
||||||
recipe = {
|
recipe = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user