NoctisUI is a Minecraft mod that allows developers to create custom, interactive user interfaces easily.
- 🎨 Simplified creation of user interfaces
- 🔧 Full control over appearance and behavior
- 🧩 Easy integration into your own mods
- 🔄 Regular updates and ongoing support
This powerful framework gives you the tools to design menus, buttons and other UI elements that will enhance the player experience.
Important: NoctisUI is still in development. It may therefore contain bugs / performance issues. Feel free to send feedback via the issues of the repo.
NoctisUI is available via JitPack and can be used as a dependency in your Fabric mods.
Add to your build.gradle:
repositories {
maven {
url = uri("https://jitpack.io")
}
}
dependencies {
modImplementation "com.github.AxenoDev:NoctisUI:VERSION"
}- Fork the project
- Make sure to follow the contribution guidelines
- Create a branch for your changes
- When finished, open a Pull Request with a clear description of your changes
- After review, your changes will be merged into the main project
Project licensed under the GNU GENERAL PUBLIC LICENSE
