Move mcl_armor aliases to COMPAT

This commit is contained in:
cora 2024-02-19 18:06:54 +01:00 committed by ryvnf
parent 3e3c423dd1
commit fac4c6315f
3 changed files with 1 additions and 1 deletions

View File

@ -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")

View File

@ -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")