Nova Config
No reviews yet
A config library for fabric 1.21.5 using elementa
Provides a framework or library for other mods to use.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
NovaConfig
A high-level configuration system for mod developers—focused on expressiveness, modularity, and zero boilerplate.
✨ Features
-
✅ DSL-Based Config
Rich Kotlin builder syntax with intuitive declarations -
🎛️ Modular UI Components
Toggles, sliders, dropdowns, keybinds, color pickers—fully composable -
♻️ Live Reloading
Config changes apply instantly in-game -
📘 Inline Markdown Docs
Embed documentation and onboarding info right into config UIs
🧩 Getting Started
Add this to your build.gradle.kts:
repositories {
maven { url = uri("https://repo.essential.gg/public") }
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
dependencies {
modImplementation("com.github.Eclipse-5214:nova-config:1.0.1")
}
And in fabric.mod.json:
"depends": {
"nova-config": "*"
}
JitPack supports version tags and commit hashes—use
1.0.1or later for the stable DSL.
🛠 Example
val config = NovaApi.createConfig("example", "yourmodid") {
category("General") {
toggle {
configName = "enabled"
name = "Enable Feature"
description = "Toggle a feature on or off"
default = true
}
colorpicker {
configName = "themeColor"
name = "Theme Color"
description = "Pick your favorite hue"
default = rgba(255, 255, 255, 255)
}
}
}
To access:
val config = NovaApi["example"]
val isEnabled = config as Boolean ?: false
val themeColor = (config as RGBA).getColor("themeColor")
🙌 Credits
- [Eclipse (NEXD_)] – Creator & lead dev
- Elementa UI
- Amaterasu
- Catppuccin – Palette
- Stella – The mod NovaConfig was born for
- All contributors, testers, and those giving feedback
- And DrPepper of course
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers