The-Fireplace-Minecraft-Mods / Annotated-DI

Dependency Injection for Minecraft mods
Apache License 2.0
1 stars 3 forks source link
fabricmc-mod java minecraft minecraft-forge-mod minecraft-mod

Annotated DI

CurseForge Maven Central

Annotated DI adds Dependency Injection for Minecraft mods. It includes Guice for the basic DI system, adds a custom annotation to allow easily setting up a DI system configured only by annotations, and handles code sided using Fabric's @EnvType correctly. For more details, please see the wiki

Setup and usage

See Getting Started on the wiki.