#Horse Step

1 messages · Page 1 of 1 (latest)

ruby verge
#

What's the components that make you move up 1 block without having to jump (not auto jump) just like horse and other rideable entity do

earnest ore
ruby verge
#

Is there any difference?

clever ruin
#

you need to add:
"minecraft:variable_max_auto_step:" {
"base_value": 1.2,
"controlled_value": 1.2
}

To the components in your entitys behavior file.
(The Value 1.2 worked well for me and I think you only need the "controlled_value", if you want to ride your entity)

ruby verge
#

Ah, thx 🙏