Ground zero tutorial from #7532
This commit is contained in:
@@ -23,7 +23,6 @@ public class Items{
|
||||
lead = new Item("lead", Color.valueOf("8c7fa9")){{
|
||||
hardness = 1;
|
||||
cost = 0.7f;
|
||||
alwaysUnlocked = true;
|
||||
}};
|
||||
|
||||
metaglass = new Item("metaglass", Color.valueOf("ebeef5")){{
|
||||
@@ -36,8 +35,9 @@ public class Items{
|
||||
|
||||
sand = new Item("sand", Color.valueOf("f7cba4")){{
|
||||
lowPriority = true;
|
||||
alwaysUnlocked = true;
|
||||
buildable = false;
|
||||
//needed to show up as requirement
|
||||
alwaysUnlocked = true;
|
||||
}};
|
||||
|
||||
coal = new Item("coal", Color.valueOf("272727")){{
|
||||
|
||||
Reference in New Issue
Block a user