Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
TheCSDev's personal Minecraft modding library.
(The thumbnail is a screenshot of source code for one of the main GUI API classes; TScreen.java, shown in IntelliJ IDEA editor.)
Introduction
TCDCommons is a Minecraft modding API library that features its own GUI system and various events and hooks for the game, as well as utilities that may be useful to mod developers. This API's main purpose is to help optimize and speed up the development of mods, as well as to avoiding re-writing the same code for every mod that needs to do similar things. Please note that because this mod is a library, it may not offer useful front-end features to the user.
Key features
- 🖥️ Robust GUI framework
- ⚙ JSON-based config system
- 🎣 Additional 'hooks' useful for modding the game
Dependencies
This mod depends on some other mods that first need to be installed before this mod can be installed. Those dependencies are as follows:
- 🏗 Architectury API - Allows this mod to run on
FabricandNeoForge


