-
Bug
-
Resolution: Incomplete
-
None
-
1.19.40.23 Preview
-
None
-
Unconfirmed
-
Windows
mojang-minecraft:0.1.0 and mojang-minecraft-ui:0.1.0 are treated as Beta APIs.
So it worked fine in 1.19.40.22 Preview, but from 1.19.40.23 Preview, it stopped working without "Beta APIs".
Steps to Reproduce:
- Install the attached addon.
- load the world.
Observed Results:
The following error log is output and the code is never executed.
03:13:35[Scripting][error]-Script plugin module [dcdfd4ba-daa8-45ab-a42f-b57f35d1f64d] requesting dependency on beta APIs [mojang-minecraft:0.1.0], but the Beta APIs experiment is not enabled. 03:13:35[Scripting][error]-Script plugin module [dcdfd4ba-daa8-45ab-a42f-b57f35d1f64d] requesting dependency on beta APIs [mojang-minecraft-ui:0.1.0], but the Beta APIs experiment is not enabled.
Expected Results:
The code runs without any errors as it did in the 1.19.40.22 Preview.