Add help for: pumpkin, melon, (hydrated) farmland

This commit is contained in:
Wuzzy 2017-03-11 18:32:39 +01:00
parent 2b64be0478
commit a187faf3fa
3 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
minetest.register_node("mcl_farming:melon", {
description = "Melon",
_doc_items_longdesc = "A melon is a block which has been grown from melon seeds. It has reached its full size and can be harvested for melon slices.",
stack_max = 64,
tiles = {"farming_melon_top.png", "farming_melon_top.png", "farming_melon_side.png", "farming_melon_side.png", "farming_melon_side.png", "farming_melon_side.png"},
groups = {handy=1,axey=1, building_block=1},