Skip to content

Commit

Permalink
Update LabsFluids.java
Browse files Browse the repository at this point in the history
  • Loading branch information
v3ect0rgames authored Nov 24, 2024
1 parent ac4e39b commit f62fdc0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public class LabsFluids {
public static Fluid ELEMENTAL_REDUCTION;
public static Fluid TOUGH_ALLOY;
public static Fluid MOLTEN_DARK_SOULARIUM;
public static Fluid BROMINE_GAS;

public static void preInit() {
/* Radioactive Fluids */
Expand All @@ -85,6 +86,7 @@ public static void preInit() {
TOUGH_ALLOY = createFluid(new FluidBase("tough_alloy", 0xff10041c, 1024, 0, 1250));
MOLTEN_DARK_SOULARIUM = createFluid(new FluidBase("moltendarksoularium", 0xff422805, 1000, 0, 8600));
register();
BROMINE_GAS = createFluid(new FluidBase("bromine_gas", 0xff500a0a, 2000, 5, ROOM_TEMPERATURE));
}

/* HELPER FUNCTIONS */
Expand Down

0 comments on commit f62fdc0

Please sign in to comment.