
Modrinth · Minecraft mod
RetroAPI
Block, Item, Recipe, Entity, Dimension Registration API for Legacy Minecraft. Supports Ornithe and Babric. Optionally Works with StationAPI.
Quick answer
Which RetroAPI release matches b1.7.3 ornithe?
RetroAPI 0.3.6 targets b1.7.3 with ornithe. Installation on the client is optional. Installation on the dedicated server is optional. All 1 required mods have matching files.
Where it goes
Is RetroAPI required on the client, server, or both?
Installation on the client is optional. Installation on the dedicated server is optional.
The source marks this as usable on both the client and server.
What else does RetroAPI 0.3.6 need?
0.3.6 on b1.7.3 ornithe. Every mod below is checked against that same setup.
Install Ornithe Standard Libraries first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add RetroAPI without breaking your instance.
Built for RetroAPI 0.3.6 on b1.7.3 ornithe. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 0.3.6. It targets b1.7.3 with ornithe; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Ornithe Standard Libraries first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 0.3.6. It opens that exact file at the source.
About this project
What does RetroAPI add?
RetroAPI
RetroAPI is a content-registration library for Minecraft Beta 1.7.3 that lets mods add blocks,
items, recipes, entities, dimensions and more without requiring StationAPI. It runs on Ornithe
(Fabric Loader + OSL) and Babric, and transparently delegates to StationAPI when that mod is
also installed.
Developer Portal
To start developing for b1.7.3 with it go here!
https://matthewperiut.github.io/retroapi/index.html
What it implements
Registration
- Custom blocks and items with automatic, stable ID assignment - block IDs are expanded well past the
vanilla 256 cap, and assignments persist across loads. - Block entities without subclassing
BlockWithBlockEntity(RetroBlockEntityType). - Inventory / menu GUIs (chest, furnace and dispenser styles) with automatic slot sync (
@SyncField). - Crafting, smelting and furnace-fuel recipes (
RetroRecipes). - Custom entities with renderers, and custom dimensions reached through walk-in portal blocks.
- Achievements and achievement pages.
- Sound autoloading and automatic lang / translation generation.
Rendering
- Expanded texture atlas plus custom block and item renderers and render types.
Vanilla-safe world storage (sidecar system)
- All modded content is written to
retroapi/sidecar files keyed by string identifiers, so a world
can be opened in vanilla without crashing or losing data and reopened in RetroAPI intact. - Covers extended block IDs, modded block entities, modded items inside vanilla containers, and
dropped item entities.
Multiplayer
- OSL-based networking with server-to-client ID mapping sync and extended-block chunk sync.
StationAPI compatibility (optional, bundled)
- Ships a
retroapi-stationapicompanion that loads only when StationAPI is also present and
delegates registration, rendering, dimensions and world conversion to StationAPI. With it, RetroAPI
worlds round-trip through StationAPI's flattened world format without data loss.
Both jars include the StationAPI compatibility layer; it activates automatically if StationAPI is
installed and stays dormant otherwise.
Project description from Modrinth.
Pick your setup
RetroAPI by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
b1.7.3
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
RetroAPI versions and loaders
0.3.6
retroapi-0.3.6.jar
3 Aug 2026
0.3.5
retroapi-0.3.5.jar
27 Jul 2026
0.3.4
retroapi-0.3.4.jar
27 Jul 2026
0.3.3
retroapi-0.3.3.jar
27 Jul 2026
0.3.2
retroapi-0.3.2.jar
27 Jul 2026
0.3.1
retroapi-0.3.1.jar
26 Jul 2026
0.3.0
retroapi-0.3.0.jar
25 Jul 2026
0.2.4
retroapi-0.2.4.jar
12 Jul 2026
0.2.3
retroapi-0.2.3.jar
7 Jul 2026
0.2.2
retroapi-0.2.2.jar
14 Jun 2026
0.2.1
retroapi-0.2.1.jar
14 Jun 2026
0.2.0
retroapi-0.2.0.jar
9 Jun 2026
Looking for an older file? The official Modrinth project page is in Resources.