Can i speed the Boat ?

So im trying To recreate some items from mario kart into minecraft And im trying to get mashroom to work in a boat ice but it always dosen't push boat forward here is my code: { "criteria": { "using_item": { "trigger": "minecraft:using_item", "conditions": { "item": { "items": "minecraft:golden_apple", "predicates": { "minecraft:custom_data": "{speedmas:true}" } } } } }, "rewards": { "function": "mck:mashroom" } }

playsound minecraft:block.amethyst_cluster.hit player @a ~ ~ ~ 10 clear @s golden_apple 1 summon allay ~-1 ~ ~ {Silent:1b,NoAI:1b,Health:1f,active_effects:[{id:"minecraft:invisibility",amplifier:1,duration:600,show_particles:0b,show_icon:0b,ambient:0b},{id:"minecraft:wind_charged",amplifier:10,duration:600,show_particles:0b,show_icon:0b,ambient:0b},{id:"minecraft:instant_damage",amplifier:100,duration:600,show_particles:0b,show_icon:0b,ambient:0b}]} setblock ~ ~ ~ minecraft:packed_ice advancement revoke @s only usage:speedmas tp @e[type=allay,limit=1,distance=..2] @p

Continue to help post