Skip to content

Commit

Permalink
Update LabsElements.java
Browse files Browse the repository at this point in the history
  • Loading branch information
v3ect0rgames authored Nov 25, 2024
1 parent 63d2d78 commit b3a7df7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public class LabsElements {

public static void init() {
Bromine = new Material.Builder(118, makeLabsName("bromine"))
.element(Br)
.liquid()
.element(Br)
.color(0x500a0a).iconSet(BRIGHT)
.build();
Draconium = new Material.Builder(1, makeLabsName("draconium"))
Expand Down

0 comments on commit b3a7df7

Please sign in to comment.