Skip to content

Commit

Permalink
Actually fix the liquid nitrogen conflict... (#137)
Browse files Browse the repository at this point in the history
* guh

* Remove testing code
  • Loading branch information
Zorbatron authored Jan 20, 2025
1 parent 0badc7c commit da68dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static void init() {
}

public static void initLate() {
if (Nitrogen.getProperty(PropertyKey.FLUID).get(FluidStorageKeys.LIQUID) == null) {
if (Nitrogen.getProperty(PropertyKey.FLUID).getQueuedBuilder(FluidStorageKeys.LIQUID) == null) {
Nitrogen.getProperty(PropertyKey.FLUID).enqueueRegistration(FluidStorageKeys.LIQUID,
new FluidBuilder()
.temperature(77)
Expand Down

0 comments on commit da68dba

Please sign in to comment.