Download Jockey API — Minecraft Mods — MetaMods

Jockey API

Active

Downloads

0

Last update

1 month ago

Versions

1.20 — 1.21.8
Server
Forge
Neoforge
Game mechanics
Libraries
Mobs

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)
Project members
AvatarKage

AvatarKage

Developer