-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.19.2 Freezes when used with Repurposed Structures #419
Comments
Don't know anything about Minecraft modding, so I don't know the repercussions of the following code, if any, but I was able to get the game to stop freezing by editing MobMixin.java to have the code below. environmental/src/main/java/com/teamabnormals/environmental/core/mixin/MobMixin.java Line 46 in 464409e
The code below is based heavily on the code Structure Gel API began using after the issue cropped up there.
New imports added:
Modification of the
|
Was using this mod in a modpack alongside the Repurposed Structures mod in a modpack and the game froze indefinitely upon loading a chunk with one of its structures in it, the Underground Bastion. I narrowed the modpack down to just 4 mods and filed an issue with the Repurposed Structures mod (TelepathicGrunt/RepurposedStructures#340), but the creator informed me that it's an issue with a section of this mod's code:
environmental/src/main/java/com/teamabnormals/environmental/core/mixin/MobMixin.java
Line 46 in 464409e
This issue appears to happen because they include mobs in their structures, and has caused this same issue before alongside the Structure Gel API (https://gitlab.com/modding-legacy/structure-gel-api/-/issues/36).
Was able to narrow it down to the following mod combination:
Steps I used to consistently repeat the issue:
-7123539784518700980
/locate structure #repurposed_structures:explorer_maps/bastion_underground
/tp @s 2384 ~ -3888
No crash report because it never reaches the crash.
Game log looks fine, it freezes without ever logging anything useful, so the last thing in all my logs is always the result of the
/locate
command, followed by the logs for force quitting Minecraft when I decide to use Task Manager on it:The launcher just tells me that the game was closed forcefully:
The text was updated successfully, but these errors were encountered: