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({
|
minetest.register_craft({
|
||||||
output = 'teleport_potion:potion',
|
output = 'teleport_potion:potion',
|
||||||
recipe = {
|
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", ""},
|
{"", "mobs_sandworm:spice", ""},
|
||||||
{"", "default:mese_crystal", ""},
|
{"", "default:mese_crystal", ""},
|
||||||
},
|
},
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
default
|
default
|
||||||
irc
|
irc
|
||||||
|
farming ?
|
||||||
darkage ?
|
darkage ?
|
||||||
building_blocks ?
|
building_blocks ?
|
||||||
teleport_potion ?
|
teleport_potion ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user