Everything has been broken

This commit is contained in:
Anuken
2018-03-17 12:22:21 -04:00
parent ba84bb82b4
commit 713875100b
22 changed files with 78 additions and 112 deletions

View File

@@ -9,7 +9,11 @@ public class Item implements Comparable<Item>{
private static final Array<Item> items = new Array<>();
public static final Item
stone = new Item("stone"),
stone = new Item("stone"){
{
material = false;
}
},
iron = new Item("iron"),
coal = new Item("coal"){
{