replaced teleport_potion:potion recipe
This commit is contained in:
parent
fecacb60e7
commit
141dad63c5
19
crafting.lua
19
crafting.lua
@ -211,3 +211,22 @@ minetest.register_craft({
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- 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({
|
||||||
|
output = 'teleport_potion:potion',
|
||||||
|
recipe = {
|
||||||
|
{"mobs_slimes:lava_slime", "farming_plus:rhubarb_item", "mobs_slimes:green_slimeball"},
|
||||||
|
{"", "mobs_sandworm:spice", ""},
|
||||||
|
{"", "default:mese_crystal", ""},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
@ -1 +1,3 @@
|
|||||||
default
|
default
|
||||||
|
mobs_slimes ?
|
||||||
|
mobs_sandworm ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user