1
0
mirror of https://github.com/stujones11/technic_armor.git synced 2025-07-20 17:20:29 +02:00

Compare commits

2 Commits

Author SHA1 Message Date
2a99d10056 Fix crash at load time 2021-03-13 00:28:20 +01:00
aa247cccfb Ajoute message de chargement du mod dans le journal "action" 2019-01-19 19:18:26 +01:00

View File

@ -1,6 +1,6 @@
-- support for i18n
local S = armor_i18n.gettext
local F = armor_i18n.fgettext
local S = armor.get_translator
local F = minetest.formspec_escape
if not minetest.get_modpath("technic_worldgen") then
minetest.log("warning", S("technic_armor: Mod loaded but unused."))
@ -64,3 +64,5 @@ for key, armor in pairs(stats) do
})
end
end
minetest.log("action", "[technic_armor] loaded.")