MWall541 / Dragon-Mounts-Legacy

Github Repository for the Dragon Mounts: Legacy Minecraft Mod. Please Report any issues here!
GNU General Public License v3.0
36 stars 34 forks source link

DML 1.2.0-BETA for Minecraft 1.20.1 will trigger Unsafe World Random Access Detector while placing any eggs #223

Closed liangmoe closed 5 months ago

liangmoe commented 5 months ago

Logs: https://mclo.gs/klTrBio

Steps to Reproduce:

  1. Install DML 1.2.0-BETA and UWRAD
  2. Place egg
  3. Crash

    Description of issue:

https://github.com/Kay9Unit/Dragon-Mounts-Legacy/assets/135343248/9d297087-20f9-425d-a406-cf9473a9eb38

Note: This issue only happened with DML 1.2.0, older version seems works fine (I only tested 1.1.5.b3)

MWall541 commented 5 months ago

I wasn't aware of such an issue! This is being caused by the render thread initializing the dragon breed type using the default behavior; picking a random breed that exists in the registry. The client shouldn't even be doing this at all anyway...

Thanks for the report!