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 3fb2245 commit bb6cd33
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ 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"))
.element(Br)
.liquid()
.color(0x500a0a).iconSet(BRIGHT)
.build();
Draconium = new Material.Builder(1, makeLabsName("draconium"))
.ingot().liquid().ore()
.element(Dc)
Expand Down Expand Up @@ -58,10 +63,6 @@ public static void init() {
.blastStats(VA[ZPM], 1800)
.vacuumStats(VA[IV], 600))
.build();
Bromine = new Material.Builder(14, makeLabsName("bromine"))
.element(Br)
.liquid()
.color(0x500a0a).iconSet(BRIGHT)
.build();

}
}

0 comments on commit bb6cd33

Please sign in to comment.