Compatibility
Minecraft: Java Edition
1.21.4–1.21.8
1.21–1.21.1
1.20–1.20.4
Platforms
Supported environments
Creators
Details
Licensed ARR
Published 3 months ago
Updated 3 months ago
Jockey is a lightweight API designed to simplify the implementation of custom entity jockeys using data tags. On valid match, the entity will pathfind to the target then mount it.
FOR DEVELOPERS
The API dynamically loads entity_type tags from datapacks. For it to work, both tags must contain the same identifier. An identifier can be anything you want, but try to make them unique to your pack to prevent cross-matches with other mods unless that is your intention. Optionally, adding baby_ or adult_ at the start of the ID will force the jockey entity to be either a baby or an adult to ride. Below is an example!
jockey_api:<ID>_jockeys(the entities who will ride)jockey_api:<ID>_targets(the entities who will be ridden)



