mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-06-28 06:20:33 +02:00
@ -5,7 +5,7 @@
|
||||
|
||||
|
||||
-- support for i18n
|
||||
local S = armor.get_translator
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
--- Mithril
|
||||
--
|
||||
@ -159,4 +159,4 @@ if armor.materials.mithril then
|
||||
{m, "", m},
|
||||
},
|
||||
})
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user