Included content
| Name | |
|---|---|
movement_speed von 0.1 (Laufen). Karacho-Boots besitzen daher beispielsweise +0.3 movement_speed0.1 movement_speed = 4.32 Blöcke/s Laufgeschwindigkeit⚙️ Formel für movement_speed:
((0.1 + ADD_VALUE) * (1 + ADD_MULTIPLIED_BASE)) * (1 + ADD_MULTIPLIED_TOTAL)
OPMOD zeigt dir: +0.3 ADD_VALUE bei Karacho Boots v2.
Der Wert +0.3 wird also in der Formel für ADD_VALUE eingesetzt.
Ergebnis:
((0.1 + 0.3) * (1 + 0)) * 1 = 0.4 - Also 17.28 Blöcke/s
Sollten mehrere ADD_MULTIPLIED_TOTAL Werte existieren, funktioniert diese vereinfachte Formel nicht mehr. Jedoch sind keine/kaum Items auf OPSUCHT mit diesem Wert bekannt.
OPMOD verwendet eine komplexere Formel und rechnet auch diesen Fall korrekt.
/opmod deaktiviert werden, ohne die JobTracker-Funktionalität zu verlieren/rtp funktioniert durch OPMOD auch auf dem Citybuild und merkt sich den zuletzt besuchten Farmserver| Name | |
|---|---|
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.
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:oibETEQJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Yk2rPMtt:oibETEQJ"
}