Included content
| Name | Version | |
|---|---|---|
ItemCoatingLogger utility class using SLF4J
System.out.println and System.err.println callsinfo(), warn(), error(), and debug() methodsdebug config section
enableDebugLogging - enable detailed debug logging (default: false)coating, armorCoating, and toolCoating sectionsforceAllHitBased - convert all effects to hit-based (default: false)durationToHitsFormula - formula with {duration} variable (default: "{duration} / 200")"{duration} / 200" - 1 hit per 10 seconds (default)"{duration} / 100" - 1 hit per 5 seconds"{duration} / 20" - 1 hit per second"5 + ({duration} / 200)" - base 5 hits + 1 per 10 secondsevaluateWithDuration() method for duration conversionRegisterType.CLIENT to RegisterType.BOTH
ItemStackMixin from common to client-only
ItemStackMixin was loading client-only I18n class on serverenableDebugLogging = trueenableDebugLogging = true| Name | Version | |
|---|---|---|
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:j3chjxJ5:ZdDVH12k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j3chjxJ5:ZdDVH12k"
}