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
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
Also in vanilla behaviour pack files there is a typo.
"item_damage" parameter should be just "damage" since "item_damage" does not work