Links
Tags
Creators
Details
All versions
0.9.1
Release
SeeU 0.9.14 days ago 10
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
- Added configuration buttons to Fabric Mod Menu and the NeoForge Mods screen.
- Fixed the Controls category for the remappable F8 shortcut.
- The developers revised the English and Russian text, metadata, and error messages.
- The developers removed the Modrinth uploader and publishing guide.
- Fabric and NeoForge now share renderer, tracker, configuration, and broadcasting code.
- NeoForge now renders distant players through SubmitCustomGeometryEvent.
- The developers added optional Vanish API support to Fabric.
- Protocol 4 removed the unused name-tag field from the handshake.
- Preserves animation and fog settings during configuration migration.
- The developers removed unreachable fallback paths and broad exception handling.
- Each JAR now contains the SeeU restricted license.
- Servers now send player updates every two ticks by default.
- Added ordered snapshots, metadata deltas, and teleport snapping.
- Now bases interpolation on the server update interval.
- Fabric handles received packets on the game thread without another queue.
- Exposes a bounded addon API with dedicated control and data channels.
- Isolates addon failures within their sessions.
- Fabric and NeoForge retain the addon API and transport.
- Addon developers now compile against a separate API JAR.
- Paper no longer bundles addon API classes.
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:coyNPDey:QuDE3oOW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:coyNPDey:QuDE3oOW"
}

