Unsafe World Random Access Detector (NeoForge)
This mod serves as a tool for detecting unsafe access to the world's random generator from parallel threads. It helps identify the source of problems leading to fatal errors with the message "Accessing LegacyRandomSource from multiple threads".
It's important to understand that this is not a fix for the problem itself, but rather a diagnostic tool that allows you to locate the cause of crashes. The mod is particularly useful when investigating mysterious game crashes related to multi-threaded access to LegacyRandomSource.
