Compare commits

..

No commits in common. "master" and "nalc-1.2.0" have entirely different histories.

4 changed files with 4 additions and 6 deletions

2
depends.txt Normal file
View File

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

1
description.txt Normal file
View File

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

View File

@ -1,5 +1,5 @@
-- support for i18n -- support for i18n
local S = armor.get_translator local S = armor_i18n.gettext
if not minetest.get_modpath("technic") then if not minetest.get_modpath("technic") then
minetest.log("warning", S("hazmat_suit: Mod loaded but unused.")) minetest.log("warning", S("hazmat_suit: Mod loaded but unused."))

View File

@ -1,5 +0,0 @@
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