Skip to content
Snippets Groups Projects
Commit 141dad63 authored by Milan's avatar Milan
Browse files

replaced teleport_potion:potion recipe

parent fecacb60
No related branches found
No related tags found
No related merge requests found
......@@ -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", ""},
},
})
default
mobs_slimes ?
mobs_sandworm ?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment