External Resources
This page contains links to external documentation that may be useful for several topics regarding development, as well as other resources you might find helpful.
General Modding Docs
Official Forge / NeoForge Docs
Official Fabric Docs
Other Modding Docs
LDLib
LDLib is the main library we're using for GTCEu-Modern.
LDLib Docs
Mixins
Overview on using Mixins
This is a great resource for getting started on how to use mixins, as well as a good quick reference if you're looking for how to do something specific.
Note that this is not exclusive to Fabric, but applies for all platforms instead.
DFU (DataFixerUpper)
Unofficial Documentation
Unofficial documentation for Mojang's DataFixerUpper library.
Registrate & Architectury
Using Registrate
Architectury Gradle Plugin
Architectury-Wiki Gradle Plugin
Note that we're only using Architectury's build system, not the library itself.