OneLemonyBoi / MiniUtilities

https://www.curseforge.com/minecraft/mc-mods/miniutilities
MIT License
12 stars 17 forks source link

Quarry Crashing 1.19.2 #152

Closed turtlez142 closed 2 months ago

turtlez142 commented 11 months ago

Describe the bug

soon as the quarry gets a power supply it crashes

Mod Info (please complete the following information):

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

AndyDL24 commented 10 months ago

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

lilrajoo commented 6 months ago

happens in 1.20.1 version too

GaalFlorian commented 3 months ago

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

OneLemonyBoi commented 2 months ago

fixed in dev, release coming soon