Acknowledgements & License
Acknowledgements
RegistryLib is based on Registrate by tterrag — an absolutely brilliant piece of work. Its elegant design makes registry management in Minecraft mods a genuine pleasure to use. The thoughtful API, the fluent builder patterns, and the sheer amount of boilerplate it eliminates are a testament to tterrag's craftsmanship. We are deeply grateful for this incredible open-source contribution to the modding community.
License
RegistryLib is licensed under the Mozilla Public License 2.0 (MPL-2.0).
Portions of the source code are derived from or constitute Modifications of Registrate and are therefore subject to the Mozilla Public License, v. 2.0.
In brief, the MPL-2.0 requires that:
- Any modifications to MPL-licensed files must be released under the MPL-2.0.
- You may combine MPL-licensed code with code under other licenses (including proprietary) in a larger work, as long as the MPL-licensed files themselves remain under the MPL-2.0.
- A copy of the license must be included with any distribution.
For the full license text, see the LICENSE file in the repository.