Merge pull request 'Cooking potatoes with smokers' (#2319) from mrminer/MineClone2-potato-patch:master into master

Reviewed-on: MineClone2/MineClone2#2319
Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
cora 2022-06-15 03:04:46 +00:00
commit 44c524f7bc
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ minetest.register_craftitem("mcl_farming:potato_item", {
_doc_items_longdesc = S("Potatoes are food items which can be eaten, cooked in the furnace and planted. Pigs like potatoes."),
_doc_items_usagehelp = S("Hold it in your hand and rightclick to eat it. Place it on top of farmland to plant it. It grows in sunlight and grows faster on hydrated farmland. Rightclick an animal to feed it."),
inventory_image = "farming_potato.png",
groups = {food = 2, eatable = 1, compostability = 65},
groups = {food = 2, eatable = 1, compostability = 65, smoker_cookable = 1},
_mcl_saturation = 0.6,
stack_max = 64,
on_secondary_use = minetest.item_eat(1),