added test for robot pathfinding, for #1732

This commit is contained in:
SpaceToad 2014-05-25 12:36:05 +02:00
parent 58f342287a
commit 45db58473e
3 changed files with 1 additions and 1 deletions

View File

@ -64,6 +64,7 @@ public class BuildCraftTests extends BuildCraftMod {
public void preInit(FMLPreInitializationEvent evt) {
blockTestPathfinding = new BlockTestPathfinding();
CoreProxy.proxy.registerBlock(blockTestPathfinding);
blockTestPathfinding.setBlockName("testPathFinding");
CoreProxy.proxy.registerTileEntity(TileTestPathfinding.class, "net.minecraft.src.builders.TileTestPathfinding");
blockTestCase = new BlockTestCase();

View File

@ -41,5 +41,4 @@ public class TileTestPathfinding extends TileEntity {
}
}
}
}

BIN
testsuite/1732-01/test.seq Executable file

Binary file not shown.