Tags
Creators
Details
All versions
1.0.0-beta.41+1.20.1
Beta
Connector 1.0.0-beta.41+1.20.12 years ago 16.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Required content
Any compatible version
Changes
- Develop beta 41 (#935) (Su5eD)
- Update adapter definition to 1.11.39 (Su5eD)
- Reset mixin ClassInfo cache after jar transformation (Su5eD)
- Update mixin to 0.12.10 (Su5eD)
- Support renaming refmapless accessor methods (Su5eD)
- Re-add connector extras in dev to fix test client run (Su5eD)
- Work around config default resource classloading (Su5eD)
- Revert Forgified Fabric Loader to 2.7.2 (Su5eD)
- Update Forgified Fabric Loader to 2.7.4 (Su5eD)
- Update mixin fork to 0.12.9, apply frame expansion fix (Su5eD)
- Update adapter definition to 1.11.36 (Su5eD)
- Fix patch to ServerPlayerGameMode#destroyBlock (Su5eD)
- Expand registry prefix omitting filter (Su5eD)
- Add placeholder mods feature (Su5eD)
- Refuse to load Fabric mods on wrong side. Fixes #904. (#926) (黑嫖233)
- Fix compatibility between BetterNether and Apotheosis (Matyrobbrt)
- Make path pack resources fallback lang file types (Su5eD)
- Cache the DIST environment parameter (Su5eD)
- Remap refmapless mixins (Su5eD)
Optional dependencies
Any compatible 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.
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:u58R1TMW:4wu0Vsg4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u58R1TMW:4wu0Vsg4"
}

