Move mcl_armor aliases to COMPAT
This commit is contained in:
parent
3e3c423dd1
commit
fac4c6315f
@ -7,3 +7,4 @@ dofile(modpath.."/mcl_dyes.lua")
|
||||
dofile(modpath.."/mcl_copper.lua")
|
||||
dofile(modpath.."/mcl_stairs.lua")
|
||||
dofile(modpath.."/mcl_crimson.lua")
|
||||
dofile(modpath.."/mcl_armor.lua")
|
||||
|
@ -69,5 +69,4 @@ dofile(modpath .. "/player.lua")
|
||||
dofile(modpath .. "/damage.lua")
|
||||
dofile(modpath .. "/register.lua")
|
||||
dofile(modpath .. "/leather.lua")
|
||||
dofile(modpath .. "/alias.lua")
|
||||
dofile(modpath .. "/trims.lua")
|
||||
|
Loading…
x
Reference in New Issue
Block a user