Fixed #3899
This commit is contained in:
@@ -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")){{
|
||||
|
||||
Reference in New Issue
Block a user