Leximon / Fluidlogged

Allows waterlogging for any fluid such as lava
https://modrinth.com/mod/fluidlogged
MIT License
8 stars 1 forks source link

(Forge) Fluidlogged blocks carry over fluids when moved using Create #8

Open squoshi opened 1 year ago

squoshi commented 1 year ago

https://user-images.githubusercontent.com/95097230/222554966-dab3d501-91e6-4331-af96-8279abfd3972.mp4

I saw the other issue and I'm kinda disappointed it's not maintained anymore, but if fixing it is a possibility, please do so

ExpensiveKoala commented 1 year ago

Create would have to handle this, or a mixin hacking this functionality would have to be implemented. Create determines whether to put a water block or air block here: https://github.com/Creators-of-Create/Create/blob/b50b22938b1a173d8b6e21dad63b265dbd2cbe87/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java#L956 And determines whether to waterlog a block being placed in water here: https://github.com/Creators-of-Create/Create/blob/b50b22938b1a173d8b6e21dad63b265dbd2cbe87/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java#L1037

squoshi commented 1 year ago

Yep, noticed that a while ago. I attempted a pull request on Create but I couldn't figure out how since I'm not that good at Java.

Leximon commented 1 year ago

I think it's better to let Create handle this issue. I've tried fixing it using mixins but the solution is inconvenient in my opinion. Especially for version 1.19.3 since Create doesn't exist for this version yet. I'll let this issue open for now and probably create a PR on Create's side to address this issue but first, I have to rerelease the Forge version of this mod.

squoshi commented 1 year ago

I think it's better to let Create handle this issue. I've tried fixing it using mixins but the solution is inconvenient in my opinion. Especially for version 1.19.3 since Create doesn't exist for this version yet. I'll let this issue open for now and probably create a PR on Create's side to address this issue but first, I have to rerelease the Forge version of this mod.

Alright! If possible, can you do it on 1.18.2 and have them or you port it over to 1.19.2? I'm working with 1.18.2.

squoshi commented 1 year ago

New issue related to this one, I'm using the renewed Forge port, and now when moving contraptions into fluids it just voids the fluid instead of fluidlogging said block.

Leximon commented 12 months ago

Sort of fixed in 2.0.0-beta1 but it's not really optimal, so I'll let this issue open