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

Compare commits

2 Commits

Author SHA1 Message Date
71b01b48b7 Fix crash at boot 2021-03-13 00:40:07 +01:00
b1b891a891 Ajoute message de chargement du mod dans le journal "action" 2018-12-25 16:50:48 +01:00

View File

@ -1,5 +1,5 @@
-- support for i18n
local S = armor_i18n.gettext
local S = armor.get_translator
if not minetest.get_modpath("technic") then
minetest.log("warning", S("hazmat_suit: Mod loaded but unused."))
@ -103,3 +103,5 @@ minetest.register_craft({
"hazmat_suit:sleeve_hazmat",
},
})
minetest.log("action", "[hazmat_suit] loaded.")