Hello!
Seems somehow this Level#getFluidState function calls are not getting remapped correctly, its return type has a wrong remapped name.
java.lang.NoSuchMethodError: 'net.minecraft.world.level.material.FluidType net.minecraft.world.level.World.b_(net.minecraft.core.BlockPosition)'
It should be Fluid instead of FluidType, as I can see by decompiling the Spigot jar.
public Fluid b_(BlockPosition pos).
Is this normal? Am I missing something?
Fluid and FluidType are two different classes in the remapped Spigot jar, this is weird.
Thanks a lot for the help.