- Notifications
You must be signed in to change notification settings - Fork41
Visible player armor & wielded items for minetest
License
minetest-mods/3d_armor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- [mod] Visible Player Armor [3d_armor]
- [mod] Visible Wielded Items [wieldview]
- [mod] Shields [shields]
- [mod] 3d Armor Stand [3d_armor_stand]
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 toa 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 crystalarmor has been enabled. each piece of armor offers 1 fire protection, level 1 protectsagainst 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 appropriateinventory 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 PilzAdamand [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.
Formod 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.
Depends: 3d_armor
Makes hand wielded items visible to other players.
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.
Depends: 3d_armor
Adds a chest-like armor stand for armor storage and display.
About
Visible player armor & wielded items for minetest
Topics
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- Lua88.5%
- Python4.7%
- CSS4.5%
- Shell2.3%