mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Merge
This commit is contained in:
commit
47f075133f
27 changed files with 270 additions and 204 deletions
|
|
@ -209,6 +209,16 @@ public class ApplicationTests{
|
|||
assertTrue(state.teams.playerCores().size > 0);
|
||||
}
|
||||
|
||||
@Test
|
||||
void conveyorCrash(){
|
||||
world.loadMap(testMap);
|
||||
state.set(State.playing);
|
||||
|
||||
world.tile(0, 0).setBlock(Blocks.conveyor);
|
||||
world.tile(0, 0).rotation(0);
|
||||
Blocks.conveyor.acceptStack(Items.copper, 1000, world.tile(0, 0), null);
|
||||
}
|
||||
|
||||
@Test
|
||||
void conveyorBench(){
|
||||
int[] items = {0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue