Minified gamemode table

This commit is contained in:
Anuken
2018-10-14 10:41:17 -04:00
parent f670d522bf
commit c7f5b7fca1
3 changed files with 11 additions and 7 deletions

View File

@@ -17,13 +17,11 @@ public class StorageBlocks extends BlockList implements ContentList{
vault = new Vault("vault"){{
size = 3;
health = 600;
itemCapacity = 2000;
}};
container = new Vault("container"){{
size = 2;
health = 600;
itemCapacity = 500;
}};