1.0.0
Compatibility
Required content
Changes
Changelog - Version 1.0.0 (Initial Release)
Added Miner job: mining ores grants Fortune III (1-4 extra drops) and Efficiency III (40% mining speed).
Added Warrior job: all swords deal +2 bonus damage; at level 20 or higher, every attack is a critical hit (1.5x damage).
Added Farmer job: crop growth speed is doubled (extra random ticks); harvesting mature crops yields 5x drops.
Added /job choose <miner|warrior|farmer> command (no OP required, one-time choice per world).
Added /job change <job> command (requires OP/cheats, allows unlimited changes after a job is chosen).
Added data persistence for player jobs using Fabric Attachment API.
Added custom job:minerals block tag to define affected ores.
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:pJzGek6S:Ae9vC3Zm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pJzGek6S:Ae9vC3Zm"
}

