CurseForge · Minecraft mod
Easy Origins API
This is a api for the origins mod. It adds several new functions that can be used in origins that vastly improve what was possible before or straight up adds things unachievable beforehand.
Quick answer
Which Easy Origins API release should I use?
Easy Origins API eorigins_api-0.16.0.jar targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Easy Origins API required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Easy Origins API eorigins_api-0.16.0.jar need?
eorigins_api-0.16.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Easy Origins API without breaking your instance.
Built for Easy Origins API eorigins_api-0.16.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use eorigins_api-0.16.0.jar. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside eorigins_api-0.16.0.jar. It opens that exact file at the source.
About this project
What does Easy Origins API add?
EOrigins API
EOrigins API is a reusable Forge 1.20.1 addon for Origins and Apoli. It adds bounded entity queries, persistent target storage, movement utilities, projectile ownership tools and other building blocks that origin and datapack authors can use directly from JSON.
It does not replace Origins or Apoli, and it does not add a playable origin by itself. It extends Apoli's existing action and condition registries so custom origins can use additional eorigins_api:* factories alongside normal origins:* features.
Wiki - https://evehaddox.site/eapi/
Diagnostics
Operators can inspect the API without installing a separate profiling addon:
/eapi status
/eapi debug queries
/eapi debug storage <player>
/eapi debug reset
Query diagnostics report accumulated calls, spatial candidates, selected results, result-limit hits, average time and maximum time for API-owned queries. Storage diagnostics show named target, position and entity-set slots without printing raw UUIDs.
The debug commands require permission level 2.
Examples
Capture nearby living entities into a persistent set:
{
"type": "eorigins_api:collect_entities",
"slot": "example:targets",
"mode": "replace",
"radius": 16.0,
"limit": 32,
"shape": "sphere",
"sort": "nearest",
"include_self": false,
"bientity_condition": {
"type": "origins:target_condition",
"condition": {
"type": "origins:living"
}
}
}
Act on the currently loaded members later:
{
"type": "eorigins_api:action_on_entity_set",
"slot": "example:targets",
"limit": 32,
"same_dimension": true,
"require_alive": true,
"bientity_action": {
"type": "eorigins_api:pull_target_toward",
"strength": 1.25,
"stop_distance": 1.5,
"include_vertical": true,
"set_velocity": true
}
}
Use your own namespace for slot identifiers to prevent collisions with other datapacks.
Requirements
EOrigins API 0.5.0 targets:
- Minecraft: 1.20.1
- Forge: 47.4.10
- Origins Forge: 1.10.0.9
- Apoli Forge: 2.9.0.8
- Calio Forge: 1.11.0.5
- Caelus Forge: 3.1.0+1.20
- Java: 17
Install EOrigins API and its dependencies on both the server and every client. The mod is intended for Forge; Fabric versions of Origins are not supported by this build.
Project description from CurseForge.
Pick your setup
Easy Origins API by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Easy Origins API versions and loaders
eorigins_api-0.16.0.jar
16 Aug 2026
eorigins_api-0.15.0.jar
15 Aug 2026
eorigins_api-0.7.1.jar
12 Aug 2026
eorigins_api-0.5.0.jar
12 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.