Legacy Command Registry
A library mod providing tools for registering in-game commands.
The main feature of this modification is that it allows developers of other mods to use the old command registration method similar to what was used in Minecraft version 1.12. This is especially convenient for authors who prefer to work with the familiar system or are porting content from older versions of the game.
It's important to note that this mod does not add any new content to the game for regular players. It functions as a helper dependency library required by other mods for their proper operation. Without this library, the corresponding mods simply won't launch.
For developers of additional mods, implementation examples and documentation are available to help understand the processes of integrating the outdated command registration system into modern game builds.