Tags
Creators
Details
All versions
2.0.0-beta.10+1.21.1
Beta
Connector 2.0.0 beta 1010 months ago 117.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Required content
Any compatible version
Changes
- Improve platform version format (Su5eD)
- Update issue templates (Su5eD)
- Develop beta 10 (#1960) (Su5eD, Milkev, nergizer, Katherine)
- Fix lazy entity attribute replacement (Su5eD)
- Always show loading errors (Su5eD)
- Update adapter to 1.13.42 (Su5eD)
- Make PLUGIN modules read connector (Su5eD)
- Update adapter definition to 1.13.40 (Su5eD)
- Don't crash if moving module fails (Su5eD)
- Update README (Su5eD)
- Display Connector version in debug overlay (Su5eD)
- Update adapter definition to 1.13.37 (Su5eD)
- Silence mixin errors from unused mixins (Su5eD)
- Implement Adapter UTP transforms (Su5eD)
- Check LoadingModList#hasErrors instead of LoadingModList#getModLoadingIssues != empty (#1830) (Katherine)
- Propagate issue tracker link to bridged mods.toml (Su5eD, nergizer)
- Wrap thread factory set context class loader in a try (#1771) (Milkev)
- Fix ffloader impl change (Su5eD)
- Start beta 10, perform routine maintenance (Su5eD)
- Upload test results to Probe service (Su5eD)
- Fix maven publish config (Su5eD)
- Always save test results cache (Su5eD)
- Run probe web deployment after tests workflow (Su5eD)
- Update probe workflow (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:a4IkLwwg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u58R1TMW:a4IkLwwg"
}

