From 8fd87bd004a48baa74dc1e99a60f6e968e281f1e Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 11 Mar 2017 21:14:15 +0100 Subject: [PATCH] Add hay bale help --- mods/ITEMS/mcl_farming/wheat.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ITEMS/mcl_farming/wheat.lua b/mods/ITEMS/mcl_farming/wheat.lua index b50cfa51c..644b50d53 100644 --- a/mods/ITEMS/mcl_farming/wheat.lua +++ b/mods/ITEMS/mcl_farming/wheat.lua @@ -178,6 +178,7 @@ minetest.register_craftitem("mcl_farming:bread", { minetest.register_node("mcl_farming:hay_block", { description = "Hay Bale", + _doc_items_longdesc = "Hay bales are decorative blocks made from wheat.", tiles = {"mcl_farming_hayblock_top.png", "mcl_farming_hayblock_top.png", "mcl_farming_hayblock_side.png"}, is_ground_content = false, stack_max = 64,