From 450e1259386507719cb8c1da800072ec8e483a6e Mon Sep 17 00:00:00 2001 From: Sukender Date: Sat, 11 Apr 2015 10:54:10 +0200 Subject: [PATCH] [Minor] Added a comment on what a test should be (unfortunately this doesn't work... any idea?) --- mods/minetest-3d_armor/shields/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/minetest-3d_armor/shields/init.lua b/mods/minetest-3d_armor/shields/init.lua index f7845a3..aacf850 100644 --- a/mods/minetest-3d_armor/shields/init.lua +++ b/mods/minetest-3d_armor/shields/init.lua @@ -46,6 +46,7 @@ local craft_ingreds = { diamond = "default:diamond", } +-- if minetest.global_exists(has_moreores) and has_moreores then if has_moreores then craft_ingreds.mithril = "moreores:mithril_ingot" end