From 3d86fadc89ae500669fd427f4f0b118b64c8fbbf Mon Sep 17 00:00:00 2001 From: v3ect0rgames <164247766+v3ect0rgames@users.noreply.github.com> Date: Sun, 24 Nov 2024 21:04:48 -0500 Subject: [PATCH] Update LabsProperties.java --- .../com/nomiceu/nomilabs/gregtech/material/LabsProperties.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/nomiceu/nomilabs/gregtech/material/LabsProperties.java b/src/main/java/com/nomiceu/nomilabs/gregtech/material/LabsProperties.java index 10a0d290..ca4da4bd 100644 --- a/src/main/java/com/nomiceu/nomilabs/gregtech/material/LabsProperties.java +++ b/src/main/java/com/nomiceu/nomilabs/gregtech/material/LabsProperties.java @@ -24,6 +24,7 @@ public static void propertyChanges() { Californium.setProperty(PropertyKey.INGOT, new IngotProperty()); Einsteinium.setProperty(PropertyKey.INGOT, new IngotProperty()); Graphite.setProperty(PropertyKey.INGOT, new IngotProperty()); + Bromine.setProperty(PropertyKey.FLUID, new FluidProperty(FluidStorageKeys.LIQUID, new FluidBuilder())) Neptunium.setProperty(PropertyKey.FLUID, new FluidProperty(FluidStorageKeys.LIQUID, new FluidBuilder())); Curium.setProperty(PropertyKey.FLUID, new FluidProperty(FluidStorageKeys.LIQUID, new FluidBuilder()));