
Crash when right-clicking Kitchen Sink & Toilet with Empty Bottle(Conflict with Caupona?) - FluidContainer.sync IllegalStateException
Aruaya158 opened this issue ยท 1 comments
Describe the bug
When right-clicking a Kitchen Sink or Toilet with an empty bottle, the game crashes due to an IllegalStateException in FluidContainer.sync. This issue occurs consistently and prevents fluid interaction with these blocks.
The error appears to be related to Forge's fluid capability system (FluidTank.drain). It may involve compatibility issues with Caupona or other fluid-related mods.
To Reproduce
- Place a Kitchen Sink or Toilet in the world.
- Hold an Empty Bottle in your hand.
- Right-click the Kitchen Sink or Toilet.
- The game immediately crashes with an IllegalStateException in FluidContainer.sync.
Expected behavior
Right-clicking the Kitchen Sink or Toilet with an empty bottle should fill the bottle with water (for the sink) or do nothing (for the toilet) instead of causing a crash.
Mod Version
MrCrayfish's Furniture Mod: Refurbished 1.0.9
Minecraft Version
1.20.1
Modloader
Forge Version: 47.3.22
Crash Log (if applicable)
Additional context
No response
Thanks for the report. Fixed in 246ae91 and will be ported to 1.20.1 soon