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 bb6cd33 commit 63d2d78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class LabsElements {
public static final Element Tn = Elements.add(43, 55, -1, null, "Taranium", "Tn", false);

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

0 comments on commit 63d2d78

Please sign in to comment.