mojira.dev
MCPE-48129

"minecraft:boostable" component not working correctly

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,

Comments 2

Also in vanilla behaviour pack files there is a typo. 

"item_damage" parameter should be just "damage" since "item_damage" does not work

Cleaning up old tickets: This ticket has not been updated recently (~1 year+) so is being closed as Cannot Reproduce. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

Sergey

(Unassigned)

Unconfirmed

Windows

1.11.4, 1.12.0

Retrieved