Merge branch '1.13.2' into 1.14.4

This commit is contained in:
Leijurv
2019-10-06 17:02:41 -07:00
205 changed files with 10906 additions and 1360 deletions

View File

@@ -23,6 +23,7 @@ import static baritone.api.pathing.movement.ActionCosts.*;
import static org.junit.Assert.assertEquals;
public class ActionCostsTest {
@Test
public void testFallNBlocksCost() {
assertEquals(FALL_N_BLOCKS_COST.length, 257); // Fall 0 blocks through fall 256 blocks

View File

@@ -22,6 +22,7 @@ import org.junit.Test;
import static org.junit.Assert.assertTrue;
public class PathingBlockTypeTest {
@Test
public void testBits() {
for (PathingBlockType type : PathingBlockType.values()) {