Visible player armor & wielded items for minetest https://forum.minetest.net/viewtopic.php?t=4654
Go to file
Niklp 1fcbf64d53
Replace `3d_armor_trans.png` w/ engine provided `blank.png` (#143)
2024-04-04 07:25:05 +02:00
.github/workflows Fix LDoc URL 2023-07-14 08:27:36 +02:00
.ldoc Fix ldoc ci (#121) 2023-10-29 19:09:00 +01:00
3d_armor Replace `3d_armor_trans.png` w/ engine provided `blank.png` (#143) 2024-04-04 07:25:05 +02:00
3d_armor_ip Tweak Esperanto translation (#128) 2023-12-19 07:13:04 +01:00
3d_armor_sfinv Tweak Esperanto translation (#128) 2023-12-19 07:13:04 +01:00
3d_armor_stand Replace `3d_armor_trans.png` w/ engine provided `blank.png` (#143) 2024-04-04 07:25:05 +02:00
3d_armor_ui Tweak Esperanto translation (#128) 2023-12-19 07:13:04 +01:00
armor_admin russian translation fixes (#142) 2024-03-25 20:01:28 +01:00
armor_bronze russian translation fixes (#142) 2024-03-25 20:01:28 +01:00
armor_cactus russian translation fixes (#142) 2024-03-25 20:01:28 +01:00
armor_crystal russian translation fixes (#142) 2024-03-25 20:01:28 +01:00
armor_diamond russian translation fixes (#142) 2024-03-25 20:01:28 +01:00
armor_gold russian translation fixes (#142) 2024-03-25 20:01:28 +01:00
armor_mithril russian translation fixes (#142) 2024-03-25 20:01:28 +01:00
armor_nether russian translation fixes (#142) 2024-03-25 20:01:28 +01:00
armor_steel russian translation fixes (#142) 2024-03-25 20:01:28 +01:00
armor_wood russian translation fixes (#142) 2024-03-25 20:01:28 +01:00
shields russian translation fixes (#142) 2024-03-25 20:01:28 +01:00
wieldview Replace `3d_armor_trans.png` w/ engine provided `blank.png` (#143) 2024-04-04 07:25:05 +02:00
.gitattributes Exclude some files & directories from archives & releases (#61) 2021-07-31 14:03:33 +02:00
.gitignore Ignore Eclipse project files & directories 2017-05-14 19:29:08 +01:00
.luacheckrc use `player_api` to register player model 2022-03-25 23:23:25 +01:00
LICENSE.md Update LICENSE.md 2023-01-12 15:32:21 +01:00
README.md Update README.md (#94) 2022-12-19 08:45:53 +01:00
cc-by-sa-3.0.txt Remove individual mod LICENSE.txt (#122) 2023-10-29 19:13:53 +01:00
integration-test.sh update integration test to minetest 5.2.0 2020-05-14 21:37:09 +02:00
lgpl-2.1.md Remove individual mod LICENSE.txt (#122) 2023-10-29 19:13:53 +01:00
modpack.conf Swedish translation (+refresh translations and remove outdated meta) (#97) 2022-12-25 18:23:49 +01:00
preview_gen.py Add preview generator and update preview textures 2017-03-11 20:02:55 +00:00
screenshot.png Documentation and Screenshot Update (#26) 2020-12-03 08:38:41 +01:00
screenshot.xcf Documentation and Screenshot Update (#26) 2020-12-03 08:38:41 +01:00
settingtypes.txt init-cleanup (#115) 2023-10-26 10:39:55 +02:00

README.md

Modpack - 3d Armor

3d_armor screenshot

Table of Contents

[mod] Visible Player Armor [3d_armor]

Minetest Version: 5.0.0 and newer

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

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 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.

API Reference

[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.