More optimization

This commit is contained in:
Anuken
2020-01-26 16:12:11 -05:00
parent 9a3245c23e
commit 621233a5b3
4 changed files with 9 additions and 9 deletions

View File

@ -220,7 +220,7 @@ public class ApplicationTests{
world.loadMap(testMap);
state.set(State.playing);
int length = 10;
int length = 128;
world.tile(0, 0).setBlock(Blocks.itemSource);
world.tile(0, 0).configureAny(Items.copper.id);