Purified water is considered equal to plain water
TropheusJ opened this issue ยท 2 comments
Minecraft Version
1.19.x
Mod Loader Version
loader 0.14.19, API 0.73.2+1.19.2
Mod Version
1.3.4
Describe the Issue
WaterFluidMixin makes plain water match purified water here.
This is causing Create's filling recipes using water to break. See the original issue here for details: Fabricators-of-Create/Create#983
Plain water is matching the purified water, magically converting it when filling.
latest.log
note: from a dev env
https://gist.github.com/TropheusJ/5a57fdf4726068040ff91032104d138e
Do you use any other mods except the required ones?
Create
This mixin is required for a couple reasons not sure what would happen if I disable it when Create is loaded? But I guess this is the only fix?
Added a create check with 25336a6
This should fix the issue.