Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 months ago
Updated 6 days ago
All versions
1.0.2+1.21.4
Release
Not Enough Bandwidth 1.0.2 (1.21.4)6 days ago 62
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes
- chore: update version (5575fe7)
- docs(todos): close upstream audit items with implementation notes (a98d49f)
- fix(indextype): update vanilla paths for 26.1 and sync them at join (4683e41)
- fix(zstd): pin dict per connection, add replay opt-out, evict on disconnect (73f91d6)
- feat(update): Update version code (da9b6fa)
- fix(config): serialize config file writes on a dedicated thread (5583ffe)
- fix(zstd): gate dictionary sampling to hosting sessions (e8f348d)
- feat(update): Adapt to 26.2 (4726602)
- fix(chunk): anchor dcc tickets at player and restrict chunk requests (b1736ea)
- fix(network): raise frame limit, clamp decompress size, harden aggregate decode (a26d58a)
- refactor(build): adopt preprocessor-example-mod project layout (beed953)
- docs(todos): add upstream comparison audit findings (74f7e6f)
- chore(ci): release on published release or manual dispatch with auto changelog (bd69a10)
- feat(build): unify mod_version in root gradle.properties with +<mc> suffix (bbde792)
- chore(ci): note the auto-provisioned jdk 17 toolchain for 1.20.1 (070b150)
- feat(build): derive 1.20.1 from 1.21.1 via preprocessor chain (4b8a7ea)
- docs(readme): document single-branch preprocessor workflow (d230c6a)
- chore(ci): build and release all versions from the single branch (c20b25a)
- feat(build): derive 1.21.10/1.21.6/1.21.4/1.21.1 via preprocessor chain (485b87b)
- feat(build): derive 1.21.11 from 26.1 via preprocessor (d85071c)
- chore(build): bootstrap replaymod preprocessor single-branch layout (82acc59)
- chore(build): bump version to 26.1-4 (0bb8266)
- feat(update): check GitHub releases on startup and notify in chat (53eb2a8)
- feat(i18n): add key binding translations for controls menu (39a59c6)
- feat(neb): port 1.21.4 feature set (be1881c)
- chore(metadata): broaden supported minecraft versions (757baa9)
- chore(26.1): port to minecraft 26.1 (244d4f4)
- feat(stat): add system NIC traffic monitoring and line chart (abb668f)
- docs(readme): fix keybinding description from Alt+N to N (a6d8f35)
- chore(modid): rename mod id to neb-fabric with cross-loader wire compat (4c2dbb8)
- chore(build): bump version to 1.21.6-3 (c6879b5)
- fix(chunkcache): fix bloom filter timing, eviction ordering, and stats accuracy (b13bce5)
- chore(ci): aggregate release workflow for multi-branch builds (6d1f173)
- chore(build): release version 1.21.6-2 (26e7de6)
- chore(ci): refactor release workflow for multi-branch support (590b067)
- chore(build): upgrade to minecraft 1.21.6 (1ca46a8)
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:vD8fMHSr:aaQvtyzB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vD8fMHSr:aaQvtyzB"
}

