diff --git a/armor_mithril/init.lua b/armor_mithril/init.lua index 8e134f1..14ed0bb 100644 --- a/armor_mithril/init.lua +++ b/armor_mithril/init.lua @@ -159,4 +159,7 @@ if armor.materials.mithril then {m, "", m}, }, }) -end \ No newline at end of file +end + +-- print to log after mod was loaded successfully +print ("[MOD] 3D Armor - Armor Mithril loaded")