Skip to content

Commit

Permalink
Update LabsProperties.java
Browse files Browse the repository at this point in the history
  • Loading branch information
v3ect0rgames authored Nov 25, 2024
1 parent 3d86fad commit 136a621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +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()))
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()));
Expand Down

0 comments on commit 136a621

Please sign in to comment.