adjust farming_plus to farming and add it to depends.txt

This commit is contained in:
tchncs 2016-06-29 09:58:46 +02:00
parent e4d52e9448
commit 0ee41e0d83
2 changed files with 2 additions and 3 deletions

View File

@ -243,12 +243,10 @@ minetest.register_craft({
},
})
-- teleport portal recipe
minetest.register_craft({
output = 'teleport_potion:potion',
recipe = {
{"mobs_slimes:lava_slime", "farming_plus:rhubarb_item", "mobs_slimes:green_slimeball"},
{"mobs_slimes:lava_slime", "farming:rhubarb", "mobs_slimes:green_slimeball"},
{"", "mobs_sandworm:spice", ""},
{"", "default:mese_crystal", ""},
},

View File

@ -1,5 +1,6 @@
default
irc
farming ?
darkage ?
building_blocks ?
teleport_potion ?