mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-17 06:42:09 -08:00
Renamed phase matter to reduce conflicts / Item balancing
This commit is contained in:
parent
c922007d21
commit
2094bc3d80
8 changed files with 22 additions and 18 deletions
|
|
@ -164,7 +164,7 @@ public class ApplicationTests{
|
|||
tile.entity.items.add(Items.coal, 5);
|
||||
tile.entity.items.add(Items.titanium, 50);
|
||||
assertEquals(tile.entity.items.total(), 55);
|
||||
tile.entity.items.remove(Items.phasematter, 10);
|
||||
tile.entity.items.remove(Items.phasefabric, 10);
|
||||
tile.entity.items.remove(Items.titanium, 10);
|
||||
assertEquals(tile.entity.items.total(), 45);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue