Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ectoplasm Problem with Create #120

Open
RealCipherPool opened this issue Dec 24, 2024 · 5 comments
Open

Ectoplasm Problem with Create #120

RealCipherPool opened this issue Dec 24, 2024 · 5 comments
Labels
Bug Something isn't working

Comments

@RealCipherPool
Copy link

When I use the Ectoplasm on the Item Drain, it doesn’t show the Ectoplasm at all, and when the Ectoplasm goes into the Fluid Tank, it's upside-down instead of the bottom. Only the Fluid Pipe and Spout are working perfectly.

@ThatJadenXgamer
Copy link
Owner

I'll look into it

@VoidLeech
Copy link
Contributor

VoidLeech commented Jan 7, 2025

Create issue. They've fixed it in dev: Creators-of-Create/Create#7236

@ThatJadenXgamer
Copy link
Owner

ThatJadenXgamer commented Jan 9, 2025

I find it strange how ectoplasm is being treated like a isLighterThanAir fluid when the value isn't even specified in the FluidType

    public static final RegistryObject<FluidType> ECTOPLASM_TYPE = FLUID_TYPES.register("ectoplasm", () ->
        new EctoplasmFluidType(FluidType.Properties.create().lightLevel(7).density(0).viscosity(0)
                .canPushEntity(false).canSwim(false).canConvertToSource(true).canDrown(false)
                .pathType(BlockPathTypes.WATER).supportsBoating(false).temperature(-196)
                .canExtinguish(false).adjacentPathType(BlockPathTypes.DANGER_OTHER)
                .canHydrate(false)));

@VoidLeech
Copy link
Contributor

@ThatJadenXgamer
Copy link
Owner

that's interesting, I'll fix that in the next patch

@ThatJadenXgamer ThatJadenXgamer added the Bug Something isn't working label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants