Remove helper recipes for pumpkin/melon seeds

This commit is contained in:
Wuzzy 2017-03-15 20:38:38 +01:00
parent af27aa2104
commit eb64b2e0a5
1 changed files with 0 additions and 16 deletions

View File

@ -124,22 +124,6 @@ minetest.register_craft({
{"mcl_farming:hay_block","mcl_farming:wheat_seeds"},
},
})
minetest.register_craft({
output = "mcl_farming:melon_seeds",
recipe = {
{"mcl_farming:beetroot_soup", "mcl_farming:beetroot_soup", "mcl_farming:beetroot_soup"},
{"mcl_farming:beetroot_soup", "mcl_farming:carrot_item", "mcl_farming:beetroot_soup"},
{"mcl_farming:beetroot_soup", "mcl_farming:beetroot_soup", "mcl_farming:beetroot_soup"},
},
})
minetest.register_craft({
output = "mcl_farming:pumpkin_seeds",
recipe = {
{"mcl_farming:potato_item","mcl_farming:potato_item","mcl_farming:potato_item"},
{"mcl_farming:potato_item","mcl_farming:potato_item","mcl_farming:potato_item"},
{"mcl_farming:potato_item","mcl_farming:potato_item","mcl_farming:potato_item"},
},
})
minetest.register_craft({
output = "mcl_jukebox:record_1",