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:
Ayutac 2021-12-19 14:38:05 +01:00 committed by GitHub
parent 5eab27bead
commit 47fe351ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 107 additions and 0 deletions

View file

@ -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),