MrCrayfish's Furniture Mod: Refurbished

MrCrayfish's Furniture Mod: Refurbished

12M Downloads

Crash when right-clicking Kitchen Sink & Toilet with Empty Bottle(Conflict with Caupona?) - FluidContainer.sync IllegalStateException

Aruaya158 opened this issue ยท 1 comments

commented

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

  1. Place a Kitchen Sink or Toilet in the world.
  2. Hold an Empty Bottle in your hand.
  3. Right-click the Kitchen Sink or Toilet.
  4. 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)

https://mclo.gs/6OVW2aR

Additional context

No response

commented

Thanks for the report. Fixed in 246ae91 and will be ported to 1.20.1 soon