williewillus / botania-fabric-issues

Temporary home for bug reports of Botania fabric alpha testing
1 stars 0 forks source link

Ring of Loki recurses without limit when breaking with the Shatterer #54

Closed Alwinfy closed 3 years ago

Alwinfy commented 3 years ago

Sample crash log: https://pastebin.com/cbs8tEfA

Steps to reproduce:

  1. Start a Superflat world
  2. Grab a Shatterer and a Ring of Loki
  3. Tap out a pattern of two adjacent blocks with the Loki Ring
  4. Sneak and break a block
  5. ???
  6. Loss
Alwinfy commented 3 years ago

Almost Definitely The Cause: When breaking with the Shatterer, we simulate breaking the adjacent block too, which re-triggers the Ring of Loki, which makes us break the block 2 over, and so on ad infinitum

Hubry commented 3 years ago

I believe this was fixed on forge upstream? Probably not present anymore