Update help of all food items

This commit is contained in:
Wuzzy 2017-05-21 04:21:12 +02:00
parent 579a6ed6f3
commit 0f4573c594
11 changed files with 36 additions and 34 deletions

View file

@ -80,7 +80,7 @@ minetest.register_node("mcl_farming:carrot", {
minetest.register_craftitem("mcl_farming:carrot_item", {
description = "Carrot",
_doc_items_longdesc = "Carrots can be eaten and planted. When eaten, a carrot restores 3 hunger points. Pigs and rabbits like carrots.",
_doc_items_longdesc = "Carrots can be eaten and planted. Pigs and rabbits like carrots.",
_doc_items_usagehelp = "Hold it in your hand and rightclick to eat it. Place it on top of farmland to plant the carrot. It grows in sunlight and grows faster on hydrated farmland. Rightclick an animal to feed it.",
inventory_image = "farming_carrot.png",
groups = { food = 2, eatable = 3 },
@ -98,7 +98,7 @@ minetest.register_craftitem("mcl_farming:carrot_item", {
minetest.register_craftitem("mcl_farming:carrot_item_gold", {
description = "Golden Carrot",
_doc_items_longdesc = "This is a food item which can be eaten for 6 hunger points.",
_doc_items_longdesc = "A golden carrot is a precious food item which can be eaten. It is really, really filling!",
inventory_image = "farming_carrot_gold.png",
on_place = minetest.item_eat(6),
on_secondary_use = minetest.item_eat(6),