always unlock sand

This commit is contained in:
Anuken
2022-02-20 15:35:53 -05:00
parent d088b69158
commit 8856af4688

View File

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