DimThread compatability & fix [Fabric]
arazadaz opened this issue ยท 0 comments
Describe the Bug
Currently your mod crashes occasionally when combined with the mod Dimensional Threading.
It's a fairly easy fix. All you have to do is a slight modification to your ModEntityEvents class.
Really, all you gotta do is use level.addFreshEntity(clayGolem);
within the entity load event rather than the server tick event. The server tick event is unneeded as far as I can tell. No need for the CLAY_GOLEMS class variable either.
Reproduction Steps
- Install this mod
- Install Dimensional Threading
- Wait until it throws an error near a village
...
Expected Result
No crash
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
EndeavourOS Linux
Mod Version
1.0.3
Minecraft Version
1.19.2
Forge Version
0.14.21
Other Mods
No response
Additional Context
Mod version is actually 1.0.4, but that option isn't available