This is the datapack, to ride and control a ravager you need to craft a reinforced lead on a smithing table like this :
then you just need to right click on a ravager with it to apply the enchantment on the ravager, you can control it with WASD and sprint.
something I thought after reporting the bug : I was thinking the issue was related to the fact that I use
data merge entity @s {attributes:[{id:"minecraft:movement_speed",base:0}]}
every tick to prevent the ravager from moving on it’s own (ravagers seems to get back their default movement_speed attribute after a tick (this is another bug)) but removing this line doesn’t affect the outcome of the test.
datapack:
this is still an issue in 1.21.11
This is the datapack, to ride and control a ravager you need to craft a reinforced lead on a smithing table like this :
then you just need to right click on a ravager with it to apply the enchantment on the ravager, you can control it with WASD and sprint.
something I thought after reporting the bug : I was thinking the issue was related to the fact that I use
every tick to prevent the ravager from moving on it’s own (ravagers seems to get back their default movement_speed attribute after a tick (this is another bug)) but removing this line doesn’t affect the outcome of the test.
datapack: