Added more infrastructure to the incense system.

This commit is contained in:
WayofTime 2016-01-26 14:33:02 -05:00
parent 1242fefc30
commit f4d0b18521
11 changed files with 180 additions and 14 deletions

View file

@ -22,7 +22,7 @@ public class WaterTranquilityHandler extends TranquilityHandler
if (block == ModBlocks.lifeEssence)
{
return new TranquilityStack(EnumTranquilityType.WATER, 2);
return new TranquilityStack(EnumTranquilityType.WATER, 1.5);
}
return null;