1.0-Beta
Compatibility
Changes
Changelogs 1.0-Beta — Initial Release New Features
-
18-slot full inventory save/load system (hotbar, main inventory, armor, offhand)
-
Loadout Manager GUI with scrollable slot list, inline renaming, save/load/delete actions
-
10 built-in preset kits: Pot PvP, Axe Kit, SMP Kit, Mace Kit, Sword Kit, UHC Old, UHC New, NethPot, Vanilla Drain, Vanilla Eval
-
HUD renderer — fading profile and slot name display, triggered on change
-
Save naming screen with Enter-to-confirm support
-
Keybinds: Save, Load, Next Slot, Previous Slot, Open Menu
-
Async batched disk I/O with debounce — zero main-thread blocking
-
Sparse JSON save format — empty slots not serialized
-
Auto-load profile on world join
-
ModMenu integration for settings screen access
-
Creative Mode enforcement on all save/load actions
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:9lOCHhra:LTXcsMc5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9lOCHhra:LTXcsMc5"
}

