Fixed nondeterministic drill item sorting

This commit is contained in:
Anuken
2019-03-30 10:16:48 -04:00
parent b419a96d69
commit 52f352bf94
2 changed files with 14 additions and 9 deletions
@@ -34,6 +34,10 @@ public class Items implements ContentList{
cost = 1f;
}};
sand = new Item("sand", Color.valueOf("f7cba4")){{
}};
coal = new Item("coal", Color.valueOf("272727")){{
explosiveness = 0.4f;
flammability = 1f;
@@ -84,10 +88,6 @@ public class Items implements ContentList{
flammability = 1.05f;
}};
sand = new Item("sand", Color.valueOf("f7cba4")){{
}};
blastCompound = new Item("blast-compound", Color.valueOf("ff795e")){{
flammability = 0.4f;
explosiveness = 1.2f;