All versions
0.1.3
Release
Wacrae 0.1.310 months ago 68
Compatibility
Minecraft: Java Edition
1.21.8–1.21.10
Platform
Fabric
Supported environments
Client and server
Changes
[+] Additions
- Added 3 new gems:
- Reload Speed - For Crossbow only, this gems reduces the time needed to load a new arrow into the crossbow.
- Mob Loot - For Axe, Sword, Bow and Crossbow, this gem increases the items dropped from mobs when killed.
- Water Movement Speed - For Boots only, this gem increases the movement speed while underwater.
[*] Rebalance
- Now Gems have a set value for every level instead of a randomly selected value from a set range.
- With this change, the mod now checks the gem level instead of the gem modifier value, allowing balance changes to gems affect the gems created in older versions of the mod.
[?] Miscellaneous
- The old texture from the Attack Damage Gem is now used in the Mob Loot Gem to have better consistency with the gem icons. A new texture is added for the Attack Damage Gem as a replacement.
- Now the items will update their attributes the first tick you have them in the inventory since starting up the server. (or the map in single player worlds)
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:BhtuFY7I:UolZWZdE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BhtuFY7I:UolZWZdE"
}

