Skip to content

Commit

Permalink
Update LabsBromineLine.java
Browse files Browse the repository at this point in the history
  • Loading branch information
v3ect0rgames authored Nov 26, 2024
1 parent 329d05d commit c7e7404
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static void initBromineLine() {
.color(0xd64d22)
.build();

BromineChlorineMixture = new Material.Builder(205, makeLabsName("brominechlorinemixture")) // Hardmode Material
BromineChlorineMixture = new Material.Builder(205, makeLabsName("brominechlorinemixture"))
.liquid()
.color(0xff4f00)
.build();
Expand Down

0 comments on commit c7e7404

Please sign in to comment.