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

@ -40,11 +40,17 @@ public class BlockPath extends BlockString implements IIncensePath
switch (this.getMetaFromState(state))
{
case 0:
case 1:
return 2;
case 2:
case 3:
return 4;
case 4:
case 5:
return 6;
case 6:
case 7:
return 8;
default:
return 0;
}