From 5a30fe40e30b20290ad349d5ec0a4eeb69569381 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Tue, 17 Jan 2017 19:57:20 -0700 Subject: Add "Doc" modpack support. Also fix up some bugs with crate marker entities, and make them show protected nodes. --- recipes.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes.lua') diff --git a/recipes.lua b/recipes.lua index ce243ee..090ce16 100644 --- a/recipes.lua +++ b/recipes.lua @@ -1,6 +1,8 @@ minetest.register_craftitem("digtron:digtron_core", { description = "Digtron Core", - inventory_image = "digtron_core.png" + inventory_image = "digtron_core.png", + _doc_items_longdesc = digtron.doc.core_longdesc, + _doc_items_usagehelp = digtron.doc.core_usagehelp, }) minetest.register_craft({ -- cgit v1.2.3