Made all block fields final
This commit is contained in:
parent
f244f2c053
commit
537ccc092c
25 changed files with 242 additions and 254 deletions
|
@ -122,7 +122,7 @@ public class TranquilityHandlers
|
|||
return new TranquilityStack(EnumTranquilityType.WATER, 1);
|
||||
}
|
||||
|
||||
if (block == ModBlocks.lifeEssence)
|
||||
if (block == ModBlocks.LIFE_ESSENCE)
|
||||
{
|
||||
return new TranquilityStack(EnumTranquilityType.WATER, 1.5);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue