Many various bugfixes, more aggressive memory optimization

This commit is contained in:
Anuken
2018-06-26 11:15:23 -04:00
parent 8ec9d95cd2
commit 7a049d64d8
39 changed files with 189 additions and 87 deletions

View File

@@ -15,7 +15,7 @@ public class Items implements ContentList{
public void load() {
stone = new Item("stone", Color.valueOf("777777")) {{
hardness = 2;
hardness = 3;
}};
tungsten = new Item("tungsten", Color.valueOf("a0b0c8")) {{