Made all item fields final

This commit is contained in:
Nicholas Ignoffo 2016-09-10 17:04:24 -07:00
parent 537ccc092c
commit 24b4c4b8d1
42 changed files with 445 additions and 462 deletions

View file

@ -127,7 +127,7 @@ public class ClientProxy extends CommonProxy
}
return -1;
}
}, ModItems.sigilHolding);
}, ModItems.SIGIL_HOLDING);
Minecraft.getMinecraft().getItemColors().registerItemColorHandler(new IItemColor()
{
@Override
@ -138,7 +138,7 @@ public class ClientProxy extends CommonProxy
return PotionUtils.getPotionColorFromEffectList(PotionUtils.getEffectsFromStack(stack));
}
}, ModItems.potionFlask);
}, ModItems.POTION_FLASK);
addElytraLayer();
}