#Horse Step
1 messages · Page 1 of 1 (latest)
which format version do you use in your behavior entity code?
Newest one
Is there any difference?
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)
Ah, thx 🙏