Links
Tags
Creators
Details
1.7.0
Compatibility
Changes
Almost no functional code changes. The Java sources (including FarLandsSystems, economy GUIs, Armor Drain/Fragility, protection calculator, smithing upgrades, etc.) are identical. The only meaningful difference is the mod description in fabric.mod.json:
VersionDescription1.6.0“Server-side lifesteal economy, shop GUI, auction GUI, custom protection scaling, gear upgrades, Farlands events, Armor Drain, and Fragility.”1.7.0“Server-side lifesteal economy, confirmed shop GUI, auction GUI, custom protection scaling, gear upgrades, Farlands bots, Armor Drain, and Fragility.”
“shop GUI” → “confirmed shop GUI” (the shop system was already present and was marked as verified/stabilized). “Farlands events” → “Farlands bots” (more accurate name — the bot-spawning system already existed in 1.6.0).
Everything else (custom protection formula, Armor Drain + Fragility, netherite multi-upgrade smithing, full economy with shop + auction GUIs, Far Lands bot system, Darkness, player resistance/plot armor, etc.) stayed the same.
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:hrdPSCxi:oixVyRsT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hrdPSCxi:oixVyRsT"
}

