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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue