Uncraftable potion when trying to pick up water with bottle.
Slayer5934 opened this issue ยท 4 comments
Describe the bug
Fluidlogged API v1.9.0.6 and Railcraft v12.0.0 conflict and cause the bottles to turn into uncraftable potion when picking up water.
To Reproduce
Craft bottle, right click water with both mods installed.
Expected behavior
Water bottle, not uncraftable potion.
Additional context
Tekxit 3.14 v1.0.91
Other mods report here Railcraft/Railcraft#2100
Additional research info here #113
While this is not a real fix you can set B:handleBottles to false in railcraft/railcraft.cfg to get around the issue.
On Railcrafts side the offending code is called here
https://github.com/Railcraft/Railcraft/blob/6e582576808f17877fd7ed81ba5884295f9c4365/src/main/java/mods/railcraft/common/fluids/ItemFluidContainer.java on line 44 and it's link is here
https://github.com/Railcraft/Railcraft/blob/6e582576808f17877fd7ed81ba5884295f9c4365/src/main/java/mods/railcraft/common/fluids/CustomContainerHandler.java