Tags
Creators
Details
All versions
1.0.0-beta.38+1.20.1
Beta
Connector 1.0.0-beta.38+1.20.13 years ago 761
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Required content
Changes
- Fix release workflow syntax (Su5eD)
- Develop beta 38 (#877) (Su5eD)
- Split publishing into multiple jobs (Su5eD)
- Apply mixin patches to all mixins regardless of config (Su5eD)
- Extend crash report twice (Su5eD)
- Patch #827 (Su5eD)
- Patch minecraft move mixin (Su5eD)
- Patch mixins to removed sticky check method (Su5eD)
- Update adapter definition to 1.11.30 (Su5eD)
- Update adapter definition to 1.11.29 (Su5eD)
- I forgot to commit this (Su5eD)
- Redirect loot table deserialization to fix method desc mismatch (Su5eD)
- Hide annoying error (Su5eD)
- Handle GUI injector patch offset difference (Su5eD)
- Update adapter definition to 1.11.26 (Su5eD)
- Increase early init mixin priority (Su5eD)
- Prevent registries from being frozen past game start (Su5eD)
- Widen aliased mod dependency constraints (Su5eD)
- Develop beta 37 (#808) (Su5eD)
- Update README to include docs website link (Su5eD)
- Unify connector_global_mod_aliases into ConnectorConfig (Su5eD)
- Fix nightly download link (Su5eD)
- Improve mutable item attribute injector (Su5eD)
- Add Cardinal Components API to test mods (Su5eD)
- Add direct dev build download link to README (Su5eD)
- Use latest LVT compat if no loader dependency is declared (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:fuXsDpfV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u58R1TMW:fuXsDpfV"
}



