RetroConvert

Quick rating

RetroConvert

No reviews yet

Converts Babric mods to Ornithe mods in an ornithe environment (or as a java agent)

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Optional

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.4+mcb1.7.3
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

RetroConvert

Drop your Babric mods into an Ornithe instance RetroConvert converts them automatically at launch.

Babric and Ornithe both run Fabric Loader on Minecraft Beta 1.7.3, but they use different intermediary mappings, so their mods aren't compatible with each other. RetroConvert fixes that: at launch it rewrites Babric mods' bytecode in place to Ornithe's Calamus gen2 mappings token for token, with no recompilation, no sources, and no internet required.

Features

  • Fully automatic just put Babric .jar files in your mods folder alongside RetroConvert and launch. Converted mods appear as <name>-ornithe.jar; originals are safely archived in config/retroconvert/originals/.
  • Deep conversion rewrites class bytecode, mixin annotations (including refmap-less string targets), refmap JSONs, access wideners, fabric.mod.json, string constants used for reflection, and nested jar-in-jar mods, recursively.
  • No visible restart after converting, Fabric Loader is relaunched inside the same JVM over the converted mods folder. The game just starts.
  • Smart detection already-ported Ornithe mods are left untouched, and umbrella mods with nested jars (like StationAPI) are handled per-jar.
  • Official-build replacements a few mods (StationAPI, GlassConfigAPI) changed too much for a bytecode rewrite; for those, the official Ornithe build is downloaded instead, with bytecode conversion as the offline fallback.
  • Cached jars are keyed by SHA-256, so only new files are scanned on later launches.

Usage

  1. Install RetroConvert into an Ornithe b1.7.3 instance's mods folder.
  2. Add your Babric mods to the same folder.
  3. Launch. That's it.

Optional: Java agent mode (zero-restart, even on first launch)

Add this to your JVM arguments (Prism Launcher: instance → Settings → Java → JVM arguments):

-javaagent:mods/retroconvert-1.0.1+mcb1.7.3.jar

This converts mods before Fabric Loader scans the folder no relaunch logic needed at all. The same line works for every instance on Prism, MultiMC, and the vanilla launcher.

Headless usage

Convert any mods folder without launching the game:

./gradlew runConverter --args="/path/to/.minecraft/mods"

Limitations

  • Only b1.7.3 is supported by design, since Babric only targets b1.7.3.
  • A Babric mod that fails dependency resolution crashes before RetroConvert can run; remove that jar manually.
  • Don't restore an archived original next to its converted output the loader will see two mods with the same id.

License & Source

Source code, issue tracker, and full technical details are available on GitHub.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works