LitLaunch
LitLaunch is a specialized abstraction layer that I've been developing to enable the same mod code to run across multiple versions of Minecraft. This tool ensures mod compatibility with a wide range of game versions and future support for various mod loaders. I previously successfully used it in the TPSMod project.
It's important to note that the system's API continues to evolve and change. However, the core principle is that a mod created for a specific version of LitLaunch will function correctly on all Minecraft versions and mod loaders supported by that version of LitLaunch.
Supported versions: 1.7.10-1.12.2, 1.14.4-1.15.2
Key Features
- Cross-platform compatibility for Minecraft versions 1.7.10-1.15.2
- Unified codebase for different game versions
- Support for multiple mod loaders
- Abstraction of technical differences between versions
- Easy porting of mods between different Minecraft versions