mirror of
https://github.com/stujones11/hazmat_suit.git
synced 2025-07-21 17:40:26 +02:00
Compare commits
3 Commits
master
...
83a37fe942
Author | SHA1 | Date | |
---|---|---|---|
83a37fe942 | |||
71b01b48b7 | |||
b1b891a891 |
@ -1,2 +0,0 @@
|
|||||||
3d_armor
|
|
||||||
technic?
|
|
@ -1 +0,0 @@
|
|||||||
Adds hazmat suit (protects from water, fire and radiation) to 3d_armor.
|
|
4
init.lua
4
init.lua
@ -1,5 +1,5 @@
|
|||||||
-- support for i18n
|
-- support for i18n
|
||||||
local S = armor_i18n.gettext
|
local S = armor.get_translator
|
||||||
|
|
||||||
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."))
|
||||||
@ -103,3 +103,5 @@ minetest.register_craft({
|
|||||||
"hazmat_suit:sleeve_hazmat",
|
"hazmat_suit:sleeve_hazmat",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.log("action", "[hazmat_suit] loaded.")
|
||||||
|
Reference in New Issue
Block a user