Visible player armor & wielded items for minetest https://forum.minetest.net/viewtopic.php?t=4654
Go to file
Buckaroo Banzai 073206701a update integration test to minetest 5.2.0 2020-05-14 21:37:09 +02:00
.github/workflows add luacheck and integration test workflows / fix luacheck errors 2020-02-13 12:26:32 +01:00
3d_armor Merge branch 'master' of https://github.com/Panquesito7/minetest-3d_armor 2020-05-01 16:30:35 +02:00
3d_armor_ip Use newer functions from MT/MTG 5.0.0+ 2019-06-16 15:17:21 -05:00
3d_armor_sfinv Use newer functions from MT/MTG 5.0.0+ 2019-06-16 15:17:21 -05:00
3d_armor_stand Use newer functions from MT/MTG 5.0.0+ 2019-06-16 15:17:21 -05:00
3d_armor_ui Use newer functions from MT/MTG 5.0.0+ 2019-06-16 15:17:21 -05:00
shields Merge branch 'master' of https://github.com/Panquesito7/minetest-3d_armor 2020-05-01 16:30:35 +02:00
wieldview Merge branch 'master' of https://github.com/Panquesito7/minetest-3d_armor 2020-05-01 16:30:35 +02:00
.gitignore Ignore Eclipse project files & directories 2017-05-14 19:29:08 +01:00
.luacheckrc add luacheck and integration test workflows / fix luacheck errors 2020-02-13 12:26:32 +01:00
LICENSE.md new armor and shield textures 2019-12-15 19:03:25 +01:00
README.md fix ci badge urls 2020-05-01 16:33:46 +02:00
description.txt Add support for mod managers 2016-03-25 19:52:00 +00:00
integration-test.sh update integration test to minetest 5.2.0 2020-05-14 21:37:09 +02:00
modpack.conf Use newer functions from MT/MTG 5.0.0+ 2019-06-16 15:17:21 -05:00
preview_gen.py Add preview generator and update preview textures 2017-03-11 20:02:55 +00:00
screenshot.png Update screenshot image 2018-05-24 19:25:34 +01:00
settingtypes.txt Replace braces within replace to avoid invalid line error 2019-03-05 19:27:37 +00:00

README.md

Modpack - 3d Armor [0.4.13]

Table of Contents

[mod] Visible Player Armor [3d_armor]

Minetest Version: 5.0.0

Game: minetest_game and many derivatives

Depends: default

Adds craftable armor that is visible to other players. Each armor item worn contributes to a player's armor group level making them less vulnerable to attack.

Armor takes damage when a player is hurt, however, many armor items offer a 'stackable' percentage chance of restoring the lost health points. Overall armor level is boosted by 10% when wearing a full matching set (helmet, chestplate, leggings and boots of the same material)

Fire protection has been added by TenPlus1 and in use when ethereal mod is found and crystal armor has been enabled. each piece of armor offers 1 fire protection, level 1 protects against torches, level 2 against crystal spikes, 3 for fire and 5 protects when in lava.

Compatible with sfinv, inventory plus or unified inventory by enabling the appropriate inventory module, [3d_armor_sfinv], [3d_armor_ip] and [3d_armor_ui] respectively. Also compatible with [smart_inventory] without the need for additional modules.

built in support player skins [skins] by Zeg9 and Player Textures [player_textures] by PilzAdam and [simple_skins] by TenPlus1.

Armor can be configured by adding a file called armor.conf in 3d_armor mod or world directory. see armor.conf.example for all available options.

For mod installation instructions, please visit: http://wiki.minetest.com/wiki/Installing_Mods

[mod] Visible Wielded Items [wieldview]

Depends: 3d_armor

Makes hand wielded items visible to other players.

[mod] Shields [shields]

Depends: 3d_armor

Originally a part of 3d_armor, shields have been re-included as an optional extra. If you do not want shields then simply remove the shields folder from the modpack.

[mod] 3d Armor Stand [3d_armor_stand]

Depends: 3d_armor

Adds a chest-like armor stand for armor storage and display.