Skip to content

AxenoDev/NoctisUI

🎮 NoctisUI

Noctis UI Banner

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

  1. Fork the project
  2. Make sure to follow the contribution guidelines
  3. Create a branch for your changes
  4. When finished, open a Pull Request with a clear description of your changes
  5. After review, your changes will be merged into the main project

📃 LICENSE

Project licensed under the GNU GENERAL PUBLIC LICENSE