This commit is contained in:
Anuken
2020-12-09 20:19:54 -05:00
parent 42d66d1136
commit 57ad1d5366
8 changed files with 30 additions and 25 deletions

View File

@@ -32,6 +32,7 @@ public class Items implements ContentList{
sand = new Item("sand", Color.valueOf("f7cba4")){{
alwaysUnlocked = true;
lowPriority = true;
}};
coal = new Item("coal", Color.valueOf("272727")){{