Use uncarved pumpkin in survival #2119

Merged
cora merged 9 commits from uncarved_pumpkins into master 2022-04-22 22:01:25 +02:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 9a53761b08 - Show all commits

View File

@ -222,11 +222,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."),