Added Silver Armor. Textures by Xanthian. (#2659). Thanks to Ayutac
Silver is 2 times as durable as gold (still less than iron), -5 of gold's enchantability (still more than diamond and netherite) and cannot pacify/distract piglins. Also, it looks very fancy.
This commit is contained in:
parent
5eab27bead
commit
47fe351ecb
18 changed files with 107 additions and 0 deletions
|
@ -231,6 +231,14 @@ public class TRContent {
|
|||
public static Item PERIDOT_LEGGINGS;
|
||||
@Nullable
|
||||
public static Item PERIDOT_BOOTS;
|
||||
@Nullable
|
||||
public static Item SILVER_HELMET;
|
||||
@Nullable
|
||||
public static Item SILVER_CHESTPLATE;
|
||||
@Nullable
|
||||
public static Item SILVER_LEGGINGS;
|
||||
@Nullable
|
||||
public static Item SILVER_BOOTS;
|
||||
|
||||
public enum SolarPanels implements ItemConvertible {
|
||||
BASIC(RcEnergyTier.MICRO, TechRebornConfig.basicGenerationRateD, TechRebornConfig.basicGenerationRateN),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue