This is an automated email from the git hooks/post-receive script. jpuydt-guest pushed a commit to branch master in repository minetest-mod-3d-armor.
commit 588e22371cc9cb454a42b160f78f44a7cc47a396 Author: Julien Puydt <[email protected]> Date: Wed Jan 11 23:23:47 2017 +0100 New upstream version 0.4.7 --- 3d_armor/armor.lua | 2 +- README.md | 6 ++++-- hazmat_suit/LICENSE.txt | 2 +- hazmat_suit/README.txt | 6 ++++-- technic_armor/LICENSE.txt | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/3d_armor/armor.lua b/3d_armor/armor.lua index 05b8d24..5d620d9 100644 --- a/3d_armor/armor.lua +++ b/3d_armor/armor.lua @@ -64,7 +64,7 @@ armor = { .."listring[current_player;craft]", textures = {}, default_skin = "character", - version = "0.4.6", + version = "0.4.7", } if minetest.get_modpath("inventory_plus") then diff --git a/README.md b/README.md index aac16d3..eef8f2f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Modpack - 3d Armor [0.4.6] +Modpack - 3d Armor [0.4.7] ========================== ### Table of Contents @@ -72,8 +72,10 @@ Requires technic (technic_worldgen at least) mod. 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 patched version of [technic mod](https://github.com/minetest-technic/technic/pull/275) [mod] 3d Armor Stand [3d_armor_stand] ------------------------------------- diff --git a/hazmat_suit/LICENSE.txt b/hazmat_suit/LICENSE.txt index d98ddf4..62b6592 100644 --- a/hazmat_suit/LICENSE.txt +++ b/hazmat_suit/LICENSE.txt @@ -3,5 +3,5 @@ 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 diff --git a/hazmat_suit/README.txt b/hazmat_suit/README.txt index 73c7ecc..9f578f8 100644 --- a/hazmat_suit/README.txt +++ b/hazmat_suit/README.txt @@ -1,10 +1,12 @@ [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 patched version of technic mod - https://github.com/minetest-technic/technic/pull/275 + Depends: 3d_armor, technic -Source code by numZero Textures by HybridDog and numberZero diff --git a/technic_armor/LICENSE.txt b/technic_armor/LICENSE.txt index f454a50..2402dac 100644 --- a/technic_armor/LICENSE.txt +++ b/technic_armor/LICENSE.txt @@ -3,5 +3,5 @@ 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-mod-3d-armor.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

