Made all block fields final
This commit is contained in:
parent
f244f2c053
commit
537ccc092c
25 changed files with 242 additions and 254 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue