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

@@ -1950,6 +1950,8 @@ public class Blocks implements ContentList{
tier = 4;
size = 2;
range = 3; //TODO make it 2?
consumes.liquid(Liquids.hydrogen, 1f / 60f).boost();
}};
//TODO awful name
@@ -1963,6 +1965,8 @@ public class Blocks implements ContentList{
size = 3;
range = 6;
laserWidth = 0.7f;
consumes.liquid(Liquids.hydrogen, 2f / 60f).boost();
}};
//endregion

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;
}};