2.2.1
Compatibility
Required content
Changes
OPMOD v2.2.1
Änderungen
-
🔵 Das Biom Pilzland wurde hinzugefügt. In Zukunft ist kein Update mehr nötig um RTP Biom-Anpassungen zu erhalten. Das System wurde angepasst.
-
🔵 Das Overlay für die OPSUCHT Haltbarkeitsanzeige (z.B. Mini Items) hebt sich nun deutlicher vom Hintergrund ab.
-
🔵 Der Platzhalter Text "Items suchen" wird nun ebenfalls aus der AH suche entfernt
-
🔵 ABC Preise sind in der Kistenwert-Anzeige nun passend grün gefärbt
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:Yk2rPMtt:2xpAR37n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Yk2rPMtt:2xpAR37n"
}






