Tags
Creators
Details
All versions
1.0.0-beta.28+1.20.1
Beta
Connector 1.0.0-beta.28+1.20.13 years ago 2,204
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Required content
Changes
- Develop beta 28 (#550) (Su5eD)
- Fix method remapping fallback (Su5eD)
- Disable mixins targeting removed code in PlayerList (Su5eD)
- Fix intermediate mappings in production (Su5eD)
- Include Mixin Extras (Su5eD)
- Handle duplicate intermediary names in mapping (Su5eD)
- Use fabricloader upstream version for the builtin mod (Su5eD)
- Bump Fabric Loader version to 0.15.0 (Su5eD)
- Promote authlib to the GAME layer and make it transformable (Su5eD)
- Handle null annotation values in renaming transformer (Su5eD)
- Bump mixin transmog to 0.4.2 (Su5eD)
- Update issue template instructions (Su5eD)
- Remapped jars are not generated libraries (Su5eD)
- Replace runtime enum extender with a lenient version (Su5eD)
- Update adapter definition to 1.8.21 (Su5eD)
- Patch injection target in ShovelItem#onUse (Su5eD)
Optional dependencies
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:XLGFwwHh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u58R1TMW:XLGFwwHh"
}



