-
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,