1.5.0
Compatibility
Required content
Changes
Rebalance of the Player-Village interaction
Helping and thriving in the village was too easy so far. This is fixed now.
You now have a reputation point system. Good actions give you reputation, bad actions make you lose some. Read the Reputation Book to know more.
You can no longer:
- mine diamond/gold/iron/emerald blocks from the village below 500 rep
- mine rich blocks without an appropriate tool
- open chests you are not allowed to loot
Now this is much better adapted for your survival modpack. Enjoy!
Optional dependencies
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:pG1wLIce:TlOS0VIT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pG1wLIce:TlOS0VIT"
}



