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()));