Skip to content

Commit

Permalink
Depleted Brine
Browse files Browse the repository at this point in the history
  • Loading branch information
v3ect0rgames authored Nov 26, 2024
1 parent 09528ae commit 9e480c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public class LabsFluids {
*/
public static Fluid ELEMENTAL_REDUCTION;
public static Fluid MINERAL_RICH_BRINE;
public static Fluid DEPLETED_BRINE;
public static Fluid TOUGH_ALLOY;
public static Fluid MOLTEN_DARK_SOULARIUM;

Expand All @@ -84,6 +85,7 @@ public static void preInit() {
/* Miscellaneous Fluids */
ELEMENTAL_REDUCTION = createFluid(new FluidBase("elementalreduction", 0xff588c5a, 2000, 7, ROOM_TEMPERATURE));
MINERAL_RICH_BRINE = createFluid(new FluidBase("mineralrichbrine", 0xffd3dea0, 2000, 7, ROOM_TEMPERATURE));
DEPLETED_BRINE = createFluid(new FluidBase("depletedbrine", 0xffb4b57d, 2000, 7, ROOM_TEMPERATURE));
TOUGH_ALLOY = createFluid(new FluidBase("tough_alloy", 0xff10041c, 1024, 0, 1250));
MOLTEN_DARK_SOULARIUM = createFluid(new FluidBase("moltendarksoularium", 0xff422805, 1000, 0, 8600));
register();
Expand Down

0 comments on commit 9e480c7

Please sign in to comment.