Tags
Creators
Details
All versions
1.0.0-beta.44+1.20.1
Beta
Connector 1.0.0-beta.44+1.20.12 years ago 103.5K
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 44 (#1053) (Su5eD)
- Add datagen entrypoint hook (Su5eD)
- Fix minor regression (Su5eD)
- Bump adapter definition to 1.11.64 (Su5eD)
- Bump adapter definition to 1.11.63 (Su5eD)
- Fill in missing banner pattern entries (Su5eD)
- Update adapter definition to 1.11.61 (Su5eD)
- Lengthen timeout threshold (Su5eD)
- Update adapter definition to 1.11.60 (Su5eD)
- Update adapter definition to 1.11.59 (Su5eD)
- Fix failing mod test (Su5eD)
- Update adapter definition to 1.11.57 (Su5eD)
- Go to org.sinytra (Matyrobbrt)
- Patch compatibility with client commands (Su5eD)
- Fix compatibility with Enchant the Rainbow (Matyrobbrt)
- Start beta 44 (Matyrobbrt)
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:74Z0Kmgx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u58R1TMW:74Z0Kmgx"
}

