-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
I'll look into it |
Create issue. They've fixed it in dev: Creators-of-Create/Create#7236 |
I find it strange how ectoplasm is being treated like a 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))); |
isLighterThanAir is not a value directly specified. It's derived from density: |
that's interesting, I'll fix that in the next patch |
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.
The text was updated successfully, but these errors were encountered: