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

@ -108,7 +108,7 @@ mcl_farming:add_gourd("mcl_farming:melontige_unconnect", "mcl_farming:melontige_
minetest.register_craftitem("mcl_farming:melon_item", {
-- Original name: “Melon”
description = "Melon Slice",
_doc_items_longdesc = "This is a food item which can be eaten for 2 hunger points.",
_doc_items_longdesc = "This is a food item which can be eaten.",
stack_max = 64,
inventory_image = "farming_melon.png",
on_place = minetest.item_eat(2),