Mini Utilities

Mini Utilities

2M Downloads

Quarry Crashing 1.19.2

turtlez142 opened this issue ยท 4 comments

commented

Describe the bug

soon as the quarry gets a power supply it crashes

Mod Info (please complete the following information):

  • Forge:
  • MC Version: 1.19.2
  • Mod Version: 3.0.0

crash-2023-09-19_19.42.51-server.txt

commented

happens in 1.20.1 version too

commented

I appear to have found the root cause of the issue on 1.20.1 and the fix is quite simple. I tested it in one of my worlds and the crashing stopped from it.

In the QuantumQuarryTile class, serverTick function there is a loop trying to go through 27 inventory slots in the quantum quarry. Reducing it to the 9 slots that are actually available, fixes this crash.
Image with the modified value:

image

commented

Hi, yes same thing for me too.
crash-2023-10-06_00.14.29-server.txt

commented

fixed in dev, release coming soon