forked from mtcontrib/3d_armor
add nether armor and nether shield (#65)
* add texture files for nether based 3d_armor * add texture files for nether based shield * perpare for nether armor * add nether armor * add translation for nether armor * add translation for nether armor * add nether shield * add nether shield translation * add nether armor texture preview info * add nether shield texture preview info * add nether to settingtypes.txt * add german translation for armor * add german translation for shields * Nether armor stats modified. * Modify Nether Shield Stats * Update inline documentation
This commit is contained in:
@ -132,6 +132,7 @@ armor = {
|
||||
gold = "default:gold_ingot",
|
||||
mithril = "moreores:mithril_ingot",
|
||||
crystal = "ethereal:crystal_ingot",
|
||||
nether = "nether:nether_ingot",
|
||||
},
|
||||
fire_nodes = {
|
||||
{"nether:lava_source", 5, 8},
|
||||
@ -176,6 +177,7 @@ armor.config = {
|
||||
material_gold = true,
|
||||
material_mithril = true,
|
||||
material_crystal = true,
|
||||
material_nether = true,
|
||||
set_elements = "head torso legs feet shield",
|
||||
set_multiplier = 1.1,
|
||||
water_protect = true,
|
||||
|
Reference in New Issue
Block a user