Remove pumpkin seeds recipe with carved pumpkin

Shearing an uncarved pumpkin turns it into a carved pumpkin and drops
four pumpkin seeds. As map generation and growing mechanics have been
changed to generate uncarved pumpkins instead of carved, preserving a
recipe to get seeds from carved pumpkins enables players to get twice
the amount of seeds as intended. Because of this, the recipe must go.
master
Nils Dagsson Moskopp 2021-07-31 19:47:30 +02:00
parent 6381d65dbb
commit a44fd9c88b
No known key found for this signature in database
GPG Key ID: A3BC671C35191080
1 changed files with 0 additions and 5 deletions

View File

@ -165,11 +165,6 @@ minetest.register_craft({
recipe = {{"mcl_farming:pumpkin"}}
})
minetest.register_craft({
output = "mcl_farming:pumpkin_seeds 4",
recipe = {{"mcl_farming:pumpkin_face"}}
})
minetest.register_craftitem("mcl_farming:pumpkin_pie", {
description = S("Pumpkin Pie"),
_doc_items_longdesc = S("A pumpkin pie is a tasty food item which can be eaten."),