2022-12-19 08:45:53 +01:00
Modpack - 3d Armor
==================
2020-11-30 17:44:32 +11:00
![3d_armor screenshot ](https://github.com/minetest-mods/3d_armor/blob/master/screenshot.png )
2013-03-03 19:46:10 +00:00
2020-05-01 16:33:46 +02:00
![](https://github.com/minetest-mods/3d_armor/workflows/luacheck/badge.svg)
![](https://github.com/minetest-mods/3d_armor/workflows/integration-test/badge.svg)
2020-02-13 12:26:32 +01:00
2016-07-25 14:48:52 +01:00
### Table of Contents
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE - RUN doctoc TO UPDATE -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
- [[mod] Visible Player Armor [3d_armor]](#mod -visible-player-armor-3d_armor)
- [[mod] Visible Wielded Items [wieldview]](#mod -visible-wielded-items-wieldview)
- [[mod] Shields [shields]](#mod -shields-shields)
- [[mod] 3d Armor Stand [3d_armor_stand]](#mod -3d-armor-stand-3d_armor_stand)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2013-11-12 21:22:52 +00:00
[mod] Visible Player Armor [3d_armor]
-------------------------------------
2013-04-11 20:56:35 +01:00
2022-12-19 08:45:53 +01:00
Minetest Version: 5.0.0 and newer
2014-04-13 17:41:19 +01:00
2015-11-15 22:56:53 +00:00
Game: minetest_game and many derivatives
Depends: default
2013-11-12 21:22:52 +00:00
Adds craftable armor that is visible to other players. Each armor item worn contributes to
2015-11-15 22:56:53 +00:00
a player's armor group level making them less vulnerable to attack.
2013-04-11 20:56:35 +01:00
2013-11-12 21:22:52 +00:00
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)
2013-04-11 20:56:35 +01:00
2015-05-04 17:08:40 +01:00
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.
2017-04-28 19:06:38 +01:00
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
2014-09-28 19:37:16 +01:00
and [simple_skins] by TenPlus1.
2013-04-11 20:56:35 +01:00
2014-08-17 17:00:52 +01:00
Armor can be configured by adding a file called armor.conf in 3d_armor mod or world directory.
2014-04-13 20:17:11 +01:00
see armor.conf.example for all available options.
2022-12-19 08:45:53 +01:00
For **mod installation** instructions, please visit: http://wiki.minetest.com/wiki/Installing_Mods
The specific "armors as modpack" refactorization allows anyone to enable/disable any armors they want as mods rather than obscure settings of the past. (See [#78 ](https://github.com/minetest-mods/3d_armor/commit/9444afd7222a71fc17d40c9793506812d715dcc3 ) for further explanation.)
Currently, the modpack includes:
- armor_admin
- armor_bronze
- armor_cactus
- armor_crystal
- armor_diamond
- armor_gold
- armor_mithril
- armor_nether
- armor_steel
- armor_wood
as separate armor mods intentionally. All these mods depend on 3d_armor.
2017-10-20 21:16:40 +01:00
2021-07-30 07:12:29 -07:00
[API Reference ](https://minetest-mods.github.io/3d_armor/reference/ )
2013-03-26 20:57:35 +00:00
[mod] Visible Wielded Items [wieldview]
2013-04-11 20:56:35 +01:00
---------------------------------------
2013-03-03 19:46:10 +00:00
2015-11-15 22:56:53 +00:00
Depends: 3d_armor
2013-03-26 20:57:35 +00:00
2013-04-11 20:56:35 +01:00
Makes hand wielded items visible to other players.
2013-03-26 20:57:35 +00:00
2013-06-24 19:06:19 +01:00
[mod] Shields [shields]
2015-07-25 19:11:36 +01:00
-----------------------
2013-06-24 19:06:19 +01:00
2015-11-15 22:56:53 +00:00
Depends: 3d_armor
2013-06-24 19:06:19 +01:00
Originally a part of 3d_armor, shields have been re-included as an optional extra.
2013-06-24 20:45:05 +01:00
If you do not want shields then simply remove the shields folder from the modpack.
2013-11-12 21:22:52 +00:00
2016-04-03 20:15:40 +01:00
[mod] 3d Armor Stand [3d_armor_stand]
-------------------------------------
Depends: 3d_armor
Adds a chest-like armor stand for armor storage and display.