Dragon Mounts: Legacy

Dragon Mounts: Legacy

15M Downloads

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

liangmoe opened this issue ยท 1 comments

commented

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:

Desktop.2024.04.04.-.00.19.56.12.DVR.mp4

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

commented

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!