Made all item fields final
This commit is contained in:
parent
537ccc092c
commit
24b4c4b8d1
42 changed files with 445 additions and 462 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue