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 4b2894a commit 3d86fad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()));
Expand Down

0 comments on commit 3d86fad

Please sign in to comment.