Compare commits

...

2 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
4 changed files with 6 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."))

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