Tags
Creators
Details
Licensed GPL-2.0-only
Published last year
Updated 2 days ago
All versions
1.1.0.3
Beta
KAllFix 1.1.0.3last week 83
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
原文
- 修复多线程的1.21CapabilityListenerHolder线程安全问题
- 修复1.21的mekanism和多线程的兼容问题
- 修复1.21的createm和多线程的兼容问题
- 修复1.21的supplementaries和多线程的兼容问题
- 修复1.21的oritech和多线程的兼容问题
- 修复1.21的modern_industrialization和多线程的兼容问题
- 修复1.21的ldtteam和多线程的兼容问题
- 修复1.21的xycraft和多线程的兼容问题
- 修复1.21的sable和多线程的兼容问题
- 修复1.21的ae和多线程的兼容问题
Translation
- Fix the thread safety issue of 1.21 CapabilityListenerHolder with multiple threads
- Fix compatibility issues with mekanism and multithreading in 1.21
- Fix compatibility issues with creatm and multithreading in version 1.21
- Fix compatibility issues with supplements and multithreading in version 1.21
- Fix compatibility issues with Oritech and multithreading in version 1.21
- Fix compatibility issues with modern_industrialization and multithreading in version 1.21
- Fix compatibility issues with ldtteam and multithreading in version 1.21
- Fix compatibility issues with XYCraft and multithreading in version 1.21
- Fix compatibility issues with sabe and multithreading in version 1.21
- Fix compatibility issues with AE and multithreading in 1.21
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:GMjacMKh:4YXUv5Mx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GMjacMKh:4YXUv5Mx"
}

