Compare commits

...

2 커밋

작성자 SHA1 메시지 날짜
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개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

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

파일 보기

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

파일 보기

@@ -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
파일 보기

@@ -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