Open Data, Closed Tool.

We believe the core intelligence mapping the Minecraft modding ecosystem should belong to the community.

How We Handle API Data

OnionBox functions by feeding an underlying AI with the exact API context it needs. To do this, we built an extraction pipeline that reads the source code of popular modern Minecraft modding platforms (Paper, Fabric, Forge, NeoForge).

Instead of keeping this parsed API data locked inside our paid IDE, we open-sourced the entire dataset. Our pipeline extracts raw .json from each platform and converts it into a structured .sqlite database — making it fast, queryable, and easy to integrate. OnionBox acts as the polished wrapper that loads this database and feeds it directly to your AI.

This means that even if you don't buy OnionBox, you or any other tool builder can use our extraction manifests to make better tooling for the Minecraft community.

deviouscode/onionbox-data

The public repository containing all compiled API manifests as SQLite databases.

View on GitHub