From 3ab583ac37ad1daba8c2ea8179974de37c1bcf92 Mon Sep 17 00:00:00 2001 From: thunderdog1138 <58536412+thunderdog1138@users.noreply.github.com> Date: Sun, 15 Dec 2019 19:20:26 -0500 Subject: [PATCH] Update init.lua --- mods/minetest-3d_armor/3d_armor/init.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mods/minetest-3d_armor/3d_armor/init.lua b/mods/minetest-3d_armor/3d_armor/init.lua index 646a2865..bfd9444e 100644 --- a/mods/minetest-3d_armor/3d_armor/init.lua +++ b/mods/minetest-3d_armor/3d_armor/init.lua @@ -82,12 +82,6 @@ for _, mod in pairs(skin_mods) do armor.skin_mod = mod end end -if not minetest.get_modpath("moreores") then - armor.materials.mithril = nil -end -if not minetest.get_modpath("ethereal") then - armor.materials.crystal = nil -end dofile(modpath.."/armor.lua")