mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-06-29 14:50:47 +02:00
Compare commits
3 Commits
version-0.
...
version-0.
Author | SHA1 | Date | |
---|---|---|---|
b88f946929 | |||
c63376b523 | |||
c070dfb19f |
@ -64,7 +64,7 @@ armor = {
|
|||||||
.."listring[current_player;craft]",
|
.."listring[current_player;craft]",
|
||||||
textures = {},
|
textures = {},
|
||||||
default_skin = "character",
|
default_skin = "character",
|
||||||
version = "0.4.6",
|
version = "0.4.7",
|
||||||
}
|
}
|
||||||
|
|
||||||
if minetest.get_modpath("inventory_plus") then
|
if minetest.get_modpath("inventory_plus") then
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Modpack - 3d Armor [0.4.6]
|
Modpack - 3d Armor [0.4.7]
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
### Table of Contents
|
### Table of Contents
|
||||||
@ -72,8 +72,10 @@ Requires technic (technic_worldgen at least) mod.
|
|||||||
|
|
||||||
Depends: 3d_armor, technic
|
Depends: 3d_armor, technic
|
||||||
|
|
||||||
Adds hazmat suit to 3d_armor. It protects rather well from fire (if enabled in configuration) and radiation, and it has built-in oxygen supply.
|
Adds hazmat suit to 3d_armor. It protects rather well from fire (if enabled in configuration) and radiation*, and it has built-in oxygen supply.
|
||||||
|
|
||||||
Requires technic mod.
|
Requires technic mod.
|
||||||
|
*Requires patched version of [technic mod](https://github.com/minetest-technic/technic/pull/275)
|
||||||
|
|
||||||
[mod] 3d Armor Stand [3d_armor_stand]
|
[mod] 3d Armor Stand [3d_armor_stand]
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
License Source Code: Copyright (C) 2015-2017 Stuart Jones - LGPL v2.1
|
License Source Code: Copyright (C) 2015-2017 Stuart Jones - LGPL v2.1
|
||||||
|
|
||||||
License Textures: HybridDog and numberZero - WTFPL
|
License Textures: HybridDog and numberZero - 2015-2017 WTFPL
|
||||||
|
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
[mod] Hazmat Suit [hazmat_suit]
|
[mod] Hazmat Suit [hazmat_suit]
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
Adds hazmat suit to 3d_armor. It protects rather well from fire (if enabled in configuration) and radiation, and it has built-in oxygen supply.
|
Adds hazmat suit to 3d_armor. It protects rather well from fire (if enabled in configuration) and radiation*, and it has built-in oxygen supply.
|
||||||
|
|
||||||
Requires technic mod.
|
Requires technic mod.
|
||||||
|
|
||||||
|
*Requires patched version of technic mod - https://github.com/minetest-technic/technic/pull/275
|
||||||
|
|
||||||
Depends: 3d_armor, technic
|
Depends: 3d_armor, technic
|
||||||
|
|
||||||
Source code by numZero
|
|
||||||
Textures by HybridDog and numberZero
|
Textures by HybridDog and numberZero
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
License Source Code: Copyright (C) 2013-2017 Stuart Jones - LGPL v2.1
|
License Source Code: Copyright (C) 2013-2017 Stuart Jones - LGPL v2.1
|
||||||
|
|
||||||
License Textures: poet.nohit and numberZero - WTFPL
|
License Textures: poet.nohit and numberZero - 2015-2017 WTFPL
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user