Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last year
Updated 2 weeks ago
All versions
0.0.5-MAJA
Release
0.0.5-MAJA2 weeks ago 13
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Forge
Supported environments
Client and server
Changes
Version 0.0.5 - MAJA
- created abstraction layer to further allow expansion to other minecraft versions this was a large overhaul of the code base but will allow for neater releases of versions and consistency (major overhaul)
- Fixed the capabilities and claimed kits not saving when a player dies, rejoins the world or changes dimensions. This was mainly because the onCLone logic was wrong. It's fixed now tho... (major bug)
- Added support for 1.20.1 (minor addition) - forge
- Added support for 1.20.4 (minor addition) - forge
- Added support for 1.21.1 (minor addition) - neoforge
- Remade The UI for kit selection adding new fresh looks (minor overhaul)
- Added a createdAt field to Kits JSON Format to allow sorting by date in the new UI (minor addition)
- Added
autoRollFRmeans auto-roll from right-click in config. This makes it so that instead of opening a whole gui to roll it just auto rolls for you and gives you the items. Currently, it is enforced per server instance so the client's config is effectively ignored. (minor addition) - Added hotReload of configs to client to enable enforcing of rules without a server restart addition
- Added fresh new advancements for a more... "personalized" feel
- Added and mapped all translatable components to translations: Currently English and Serbian (Latin)
- Data Fixxer Upping of older kit formats to the new serialized format while also moving reloads to the logical server side only since some version require an HolderLookup.Provider to perform serializations.
- Make sure to back up your world before updating as I don't expect it to, but some issues may arise
Optional dependencies
Any compatible version
Any compatible version
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:EBv2r6xd:3xX0Vp95"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EBv2r6xd:3xX0Vp95"
}

