Made all block fields final

This commit is contained in:
Nicholas Ignoffo 2016-09-10 16:13:20 -07:00
parent f244f2c053
commit 537ccc092c
25 changed files with 242 additions and 254 deletions

View file

@ -386,13 +386,13 @@ public class Utils
case GLOWSTONE:
return Blocks.GLOWSTONE;
case BLOODSTONE:
return ModBlocks.bloodStoneBrick;
return ModBlocks.BLOOD_STONE;
case BEACON:
return Blocks.BEACON;
case BLOODRUNE:
return ModBlocks.bloodRune;
return ModBlocks.BLOOD_RUNE;
case CRYSTAL:
return ModBlocks.crystal;
return ModBlocks.CRYSTAL;
case NOTAIR:
return Blocks.STONEBRICK;
default: