Fixed step height issues with PotionBoost. Fixed some formatting errors. Set the path blocks' max path lengths.
This commit is contained in:
parent
1ed4926d31
commit
4e054224ac
6 changed files with 30 additions and 8 deletions
|
@ -174,7 +174,7 @@ public class TileIncenseAltar extends TileInventory implements ITickable
|
|||
totalTranquility += entry.getValue();
|
||||
}
|
||||
|
||||
if (totalTranquility <= 0)
|
||||
if (totalTranquility < 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue