Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
🎮 NoctisUI

NoctisUI is a Minecraft mod that allows developers to create custom, interactive user interfaces easily.
Key features:
- 🎨 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.
📦 Use as a dependency
NoctisUI is available via JitPack and can be used as a dependency in your Fabric mods.
Quick installation
Add to your build.gradle:
repositories {
maven {
url = uri("https://jitpack.io")
}
}
dependencies {
modImplementation "com.github.AxenoDev:NoctisUI:VERSION"
}
Contribution
- 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
📃 LICENSE
Project licensed under the GNU GENERAL PUBLIC LICENSE


