Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
5.2.4+mc1.20.1
Release
5.2.4+mc1.20.13 years ago 54
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
Changes since 5.2.3+1.20.1
- Add tag cleaner script to help with changelog issues - embeddedt
- Update zh_cn.json (#153) - 其智乃反不能及
- Allow spam_thread_dump to work even earlier - embeddedt
- Do not run Decorative Blocks fix without Decorative Blocks installed - embeddedt
- Fix formatting issue - embeddedt
- Very bad hack for wiki race condition - embeddedt
- Use shared branch list script - embeddedt
- Fix python3 not having friendly name. (#160) - Kichura
- Fix parity issue in paper_chunk_patches for 1.20+ - embeddedt
- Enhance the workflow scripts and update Gradle. (#159) - Kichura
- Drop chunk status transition patch from paper_chunk_patches - embeddedt
- Do not cancel running wiki jobs [skip ci] - embeddedt
- Prevent race condition when updating wikis - embeddedt
- Add wiki update action - embeddedt
- Remove item cache flag patch on 1.20 branch - embeddedt
- Update item empty cache patch for 1.18 - embeddedt
- Make mod overrides higher priority than user configuration - embeddedt
- Recognize ThreadTweak when disabling overlapping patches - embeddedt
- Remove emptyCacheFlag from item stacks (fixes MC-258939) - embeddedt
- Disable deduplicate_climate_parameters by default - embeddedt
- Attempt fix for occasional world holes when paper_chunk_patches is enabled - embeddedt
- Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18 - embeddedt
- Add mod menu in dev - embeddedt
- Prevent mixin.perf suboptions from defaulting to on if an explicit - embeddedt
- Add facility to hide mixin options outside dev - embeddedt
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:nmDcB62a:kdOkBzuD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:kdOkBzuD"
}

