Create Fabric

Create Fabric

7M Downloads

Fluid Tank can spam block update multiple time in single tick / Tile tick issue?

aria1th opened this issue ยท 1 comments

commented

Describe the Bug

  1. Fluid Tank (or related contraptions) can spam Block updates within same tick.
  2. Create contraptions sometimes disables any tile tick attempt the chunk (Tile Tick Suppression?)

Reproduction Steps

  1. Build contraption with Super glue(i.e. simple elevator) that calls each other recursively.
  2. leave it a while, it will cause every tile entity to stop.
  3. Water flow, Redstone contraptions(scheduled tick based) will be affected.

Components used :
Water wheel
Belt
Small gear
Shafts
Super glue
Rope pulley
Gearbox
Redstone link
Redstone latch
Buttons

Expected Result

onFluidStackChanged(FluidStack newFluidStack) should not be called multiple times within single tick.
I believe you're working on this too.

Scheduled ticks (Fluid or Block) are being blocked for some reason...

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.4.0d

Minecraft Version

1.18.1

Other Mods

No response

Additional Context

No response

commented

Please test this on build 482 or newer. If this issue still occurs, please re-open it.