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

"minecraft:boostable" component not working correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • 1.11.4, 1.12.0
    • None
    • Unconfirmed
    • Windows

      the "speed_multiplier" parameter of the "minecraft:boostable" entity component cannot be changed or is overwritten by the game somehow.

      So this

              "minecraft:boostable": {
                "speed_multiplier": 2.0,
                "duration": 3.0,
                "boost_items": [
                  {
                    "item": "carrotOnAStick",
                    "item_damage": 2,
                    "replaceItem": "fishing_rod"
                  }
                ]
              },
      

      will work the same if i write

                "speed_multiplier": 10.0,

            RSA Sergey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: