adjust farming_plus to farming and add it to depends.txt
This commit is contained in:
parent
e4d52e9448
commit
0ee41e0d83
@ -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", ""},
|
||||
},
|
||||
|
@ -1,5 +1,6 @@
|
||||
default
|
||||
irc
|
||||
farming ?
|
||||
darkage ?
|
||||
building_blocks ?
|
||||
teleport_potion ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user