Skip to content
Benjamin K edited this page Nov 3, 2021 · 2 revisions

Welcome to the Trident Compound Wiki!

Trident Compound is a set of shadable tools to reduce the boilerplate needed when developing mods for Minecraft using the MinecraftForge API.

Compound is intended to be shaded into a project at compile time and not to be installed as a separate dependency for each mod that uses it. This makes things easier for the end user, and means that more than one mod can have a dependency on different versions of Compound without worrying about conflicting APIs.

To reduce file sizes when adding Compound to your codebase the project has been split into different modules that are all published as an independent artifact on the Trident Maven.

For information about each module included in Compound see the Modules page.

If you aren't sure how to shade a library into your existing codebase please see the Adding Compound page.

Clone this wiki locally