
Random crash with Crop particle MC1.19 Sentimentality3 1.5.0
crest1993 opened this issue ยท 4 comments
It happens randomly, near wheat farm. But i do have bunch of mods, haven't tried with only this mod tho.
Hi,
A player just reported a similar issue to me (1.19.2), and I think it might be the Growth Block in my Ward Blocks mod. I see in the log above that they are using Ward Blocks as well.
Here is their new crash report,
crash-2022-09-13_14.45.06-server.txt
it seems to crash on the sparkleTick() method call in the CropBlockMixin. I suspect it some how conflicts with my growCrops() method for my Growth Block
https://github.com/kwpugh/ward_blocks_fabric/blob/b4558fc93356ab5a54e56355b32ee013be48b7a5/src/main/java/com/kwpugh/ward_blocks/util/WardBlockEffects.java#L195
I'm not sure how the two relate/conflict. Maybe you can take a look and confirm/refute my theory.
regards
kwpugh
I think it is related to your code here:
but I'm not sure why. I'm curious what you think.
I didn't get a notification about this update, sorry for the late reply.
I didn't look too deeply but when I was making that method I did have a lot of crashes when rapidly ticking so I bet it is related to that. Thank you for adding more information! @kwpugh