Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-66096

[Scripting] Component "minecraft:molang" in server-side scripts is null

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • 1.17.20.21 Beta, 1.16.210.61 Beta, 1.16.210.57 Beta, 1.16.200.52 Beta, 1.16.0.51 Beta, 1.15.0.56 Beta, 1.14.30 Hotfix, 1.16.40 Hotfix, 1.16.201 Hotfix, 1.17.0, 1.17.2 Hotfix
    • Plausible
    • Windows

      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.

            Worldwidebrine Worldwidebrine
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: