Added config to disable Bound Armour's custom model. Boo!

This commit is contained in:
WayofTime 2014-11-20 11:42:43 -05:00
parent 5224b808c3
commit 2f1e79aa5d
6 changed files with 24 additions and 23 deletions

View file

@ -42,7 +42,7 @@ public class BoundArmour extends ItemArmor implements IAlchemyGoggles, ISpecialA
private static IIcon leggingsIcon;
private static IIcon bootsIcon;
private static final boolean tryComplexRendering = true;
public static boolean tryComplexRendering = true;
public BoundArmour(int armorType)
{