Add various factoids and complete some food help
This commit is contained in:
parent
14a5d7803f
commit
c2fbe2ad55
13 changed files with 101 additions and 8 deletions
|
@ -95,7 +95,6 @@ minetest.register_craftitem("mcl_farming:potato_item_baked", {
|
|||
minetest.register_craftitem("mcl_farming:potato_item_poison", {
|
||||
description = "Poisonous Potato",
|
||||
_doc_items_longdesc = "This potato doesn't look healthy. Eating it will only poison you.",
|
||||
_doc_items_usagehelp = "Hold it in your hand and rightclick to eat it. But why would you want to do this?",
|
||||
stack_max = 64,
|
||||
inventory_image = "farming_potato_poison.png",
|
||||
-- TODO: Cause status effects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue