The Aether: Redux

The Aether: Redux

10M Downloads

[Bug]: Game crashes after placing Fieldsproot petals in Overworld

tiaz98 opened this issue · 2 comments

commented

Minecraft Version

1.20.1

Mod Version

v2.0.19 - 1.20.1

Forge/Neoforge Version

Forge v43

What happened?

The game crashes after placing Fieldsproot petals from the Aether on my Overworld garden. There are mutiple other flora (blue berry, white flower, purple flower, etc) that I can place just fine. I've only tested it twice, repeating the action after the first crash and it crashed immediately again.

Image

What was the expected result?

The item would be placed like any other petal textures on the ground.

Steps to Reproduce

Load Better Minecraft v43 profile
Place Fieldsproot petals on empty dirt block

Log Output (if applicable)

First crash logs

Crash Report (if applicable)

Crash report

Is this a compatibility issue with another mod?

I don't know

Additional Context/Information

Added mods:
Aquaculture-1.20.1-2.5.3.jar
buzzier_bees-1.20.1-6.0.1.jar
cosmopolitan-1.20.1-1.0.5.jar
Haybale-forge-1.20.1-1.0.0.jar
Strawgolem-forge-1.20.1-3.0.3.jar
treeharvester-1.20.1-9.1.jar

Make sure to confirm these as well before submitting the report:

  • The issue persists on the latest version of the mod.
  • All version numbers are properly recorded, no instances of ‘latest’
  • All details are reported clearly and concisely
  • This issue is not a duplicate of another issue
  • If the issue is a modpack-related issue, it has been reported to the modpack devs as well
commented

This occurs immediately and only when adding petals to another one already
https://streamable.com/w2pccm

This is not dimension limited:
https://streamable.com/zzwi97

The array count for them being in the same tile is supposed to go from 1 to 4 but instead becomes -1 when you add a petal, bad math, causes ArrayIndexOutOfBoundsException:
https://bytebin.lucko.me/Pr4R1WHVc6

commented

I also am experiencing this crash in any dimension. A crash detector called out Better Third Person: https://bytebin.lucko.me/6lxcMgvzfJ0r
However, after removal the crash still remains: https://bytebin.lucko.me/ojCtcQhZE9xu
Wanted to add my crash reports in case it would help.