Fixed step height issues with PotionBoost. Fixed some formatting errors. Set the path blocks' max path lengths.

This commit is contained in:
WayofTime 2016-02-09 15:53:22 -05:00
parent 1ed4926d31
commit 4e054224ac
6 changed files with 30 additions and 8 deletions

View file

@ -174,7 +174,7 @@ public class TileIncenseAltar extends TileInventory implements ITickable
totalTranquility += entry.getValue();
}
if (totalTranquility <= 0)
if (totalTranquility < 0)
{
return;
}