forked from mtcontrib/3d_armor
Add unified_skins and update for game changes.
This commit is contained in:
37
README.md
37
README.md
@ -1,26 +1,41 @@
|
||||
Modpack - 3d Armor
|
||||
==================
|
||||
|
||||
[mod] Unified Skins [unified_skins]
|
||||
-----------------------------------
|
||||
|
||||
A 3d character model re-texturing api used as the framework for this modpack.
|
||||
|
||||
Compatible with player skins mod [skins] by Zeg9 and Player Textures [player_textures] by sdzen.
|
||||
|
||||
Note: Currently only 64x32px player skins.
|
||||
|
||||
[mod] Visible Wielded Items [wieldview]
|
||||
=======================================
|
||||
---------------------------------------
|
||||
|
||||
depends: default
|
||||
depends: default, unified_skins
|
||||
|
||||
Makes hand wielded items visible to other players. Compatible with player skins mod [skins].
|
||||
Makes hand wielded items visible to other players.
|
||||
|
||||
note: currently only supports 16x16px texture packs and 64x32px player skins, sorry!
|
||||
Note: Currently only supports 16x16px texture packs, sorry!
|
||||
|
||||
[mod] Visible Player Armor [3d_armor]
|
||||
=====================================
|
||||
-------------------------------------
|
||||
|
||||
depends: default, inventory_plus, wieldview
|
||||
depends: default, unified_skins, inventory_plus
|
||||
|
||||
Adds craftable armor that is visible to other players. Armor takes damage when a player is hurt
|
||||
but also offers a percentage chance of healing.
|
||||
Adds craftable armor that is visible to other players. Each armor item worn contibutes to
|
||||
a player's armor group level making them less vulnerable to weapons.
|
||||
|
||||
Armor takes damage when a player is hurt, however, many armor items offer a 'stackable'
|
||||
percentage chance of restoring the lost health points.
|
||||
|
||||
[mod] Moreores Armor [more_armor]
|
||||
========================================
|
||||
---------------------------------
|
||||
|
||||
depends: default, 3d_armor
|
||||
Now included for legacy support only! Unless you are using a customized ore system, this
|
||||
mod is not really recommended and will most likely be removed from future versions.
|
||||
|
||||
Adds Bronze and Mithril armor sets, upgrades moreores weapons.
|
||||
depends: default, moreores, 3d_armor
|
||||
|
||||
Adds Mithril armor and upgrades moreores Mithril Sword.
|
||||
|
Reference in New Issue
Block a user