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

Compare commits

3 Commits

Author SHA1 Message Date
83a37fe942 Delete depends.txt and description.txt, add mod.conf 2022-07-08 18:54:31 +02:00
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
4 changed files with 8 additions and 4 deletions

View File

@ -1,2 +0,0 @@
3d_armor
technic?

View File

@ -1 +0,0 @@
Adds hazmat suit (protects from water, fire and radiation) to 3d_armor.

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

5
mod.conf Normal file
View File

@ -0,0 +1,5 @@
name = hazmat_suit
title = Hazmat Suit
description = Adds hazmat suit (protects from water, fire and radiation) to 3d_armor.
depends = 3d_armor
optional_depends = technic