always unlock sand

This commit is contained in:
Anuken
2022-02-20 15:35:53 -05:00
parent d088b69158
commit 8856af4688
+1
View File
@@ -36,6 +36,7 @@ public class Items{
sand = new Item("sand", Color.valueOf("f7cba4")){{ sand = new Item("sand", Color.valueOf("f7cba4")){{
lowPriority = true; lowPriority = true;
alwaysUnlocked = true;
}}; }};
coal = new Item("coal", Color.valueOf("272727")){{ coal = new Item("coal", Color.valueOf("272727")){{