Optional beam drill liquid input / Fixed graphite color

This commit is contained in:
Anuken
2021-11-20 10:15:55 -05:00
parent 0d197fa00c
commit a39d156d12
4 changed files with 37 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ public class Items implements ContentList{
cost = 1.5f;
}};
graphite = new Item("graphite", Color.valueOf("b2c6d2")){{
graphite = new Item("graphite", Color.valueOf("95abd9")){{
cost = 1f;
}};