forked from mtcontrib/3d_armor
		
	Register armor after mod compat tests, fixes #106
This commit is contained in:
		@@ -58,8 +58,6 @@ for material, _ in pairs(armor.materials) do
 | 
			
		||||
	end
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
dofile(modpath.."/armor.lua")
 | 
			
		||||
 | 
			
		||||
-- Mod Compatibility
 | 
			
		||||
 | 
			
		||||
if minetest.get_modpath("technic") then
 | 
			
		||||
@@ -87,6 +85,8 @@ if not minetest.get_modpath("ethereal") then
 | 
			
		||||
	armor.materials.crystal = nil
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
dofile(modpath.."/armor.lua")
 | 
			
		||||
 | 
			
		||||
-- Armor Initialization
 | 
			
		||||
 | 
			
		||||
armor.formspec = armor.formspec..
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user