Skip to content

FluidState gets remapped by mistake when running maven build #77

@LoneDev6

Description

@LoneDev6

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions