[Scripting] Component "minecraft:molang" in server-side scripts is null
Reproduce:
const system = server.registerSystem(0, 0);
this.createEventData("minecraft:molang"); // null this.getComponent(/*any Entity JS API Object*/, "minecraft:molang"); // null
I have server-side animation_controller and animation. I do need this script component to control the MoLang scripts in animations.
2020-03-23, 10:37 AM
2022-01-18, 07:44 PM
2022-01-18, 07:44 PM
1
2
-