You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result, FluidStack creation via FluidStack#create(FluidStack, long) crashes with: java.lang.IncompatibleClassChangeError: Class net.minecraft.core.Holder$Reference does not implement the requested interface java.util.function.Supplier
Full Crash: https://ss.brandon3055.com/ebe85
The text was updated successfully, but these errors were encountered:
In NeoForge 20.2.59-beta
Supplier
was removed fromnet.minecraft.core.Holder
Commit: neoforged/NeoForge@ed1b477
This is the patch that was removed:
https://github.com/neoforged/NeoForge/blob/1ba480f54685088db109e719081d23fb5bc3848e/patches/net/minecraft/core/Holder.java.patch
As a result, FluidStack creation via
FluidStack#create(FluidStack, long)
crashes with:java.lang.IncompatibleClassChangeError: Class net.minecraft.core.Holder$Reference does not implement the requested interface java.util.function.Supplier
Full Crash: https://ss.brandon3055.com/ebe85
The text was updated successfully, but these errors were encountered: