mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-16 03:41:55 -07:00
Cleanup continues
This commit is contained in:
parent
012421afcb
commit
a7b39e56bd
106 changed files with 2266 additions and 4543 deletions
|
|
@ -424,7 +424,7 @@ public class ApplicationTests{
|
|||
}
|
||||
|
||||
void depositTest(Block block, Item item){
|
||||
BaseUnit unit = UnitTypes.spirit.create(Team.derelict);
|
||||
Unitc unit = UnitTypes.spirit.create(Team.derelict);
|
||||
Tile tile = new Tile(0, 0, Blocks.air, Blocks.air, block);
|
||||
int capacity = tile.block().itemCapacity;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue