Make Bubbles Pop [Client] [Forge/Fabric/Quilt]

Make Bubbles Pop [Client] [Forge/Fabric/Quilt]

1M Downloads

Barrels opened by other players don't spawn bubbles

YoshiRulz opened this issue ยท 1 comments

commented

Describe the bug

Opening chests or barrels creates bubbles. Watching another player open a chest, I see bubbles, but not with a barrel.

Steps to reproduce

  1. Be in multiplayer
  2. Place barrel
  3. Have friend click barrel

Expected behavior

bubble

Additional context

Using version 0.2.0 of the mod for Fabric on MC 1.20.4.

commented

This is a known issue. AViewFromTheTop has already figured out a solution for the Fabric version (see #7), but I have no idea how to implement this in Forge since it requires custom network packets. It will be in the next release as a Fabric exclusive feature I guess..

Edit: I found a different way to implement this in Forge by registering a clientTick method for the BarrelBlock