Tags
Creators
Details
Licensed Apache-2.0
Published 5 months ago
Updated 4 months ago
All versions
1.0.0-neoforge
Release
Jump Delay Fix 1.0.0 for NeoForge 1.21.9,1.21.10,1.21.114 months ago 65
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platform
NeoForge
Supported environments
Changes
Jump Delay Fix v1.0.0
- Mod version: 1.0.0
- Minecraft version: 1.21.11
- Fabric versions: 1.21.11
- NeoForge versions: 1.21.9,1.21.10,1.21.11
Added
- Shared bootstrap service contracts and registry abstractions so Fabric and NeoForge can implement platform behavior without leaking loader-specific imports into
common. - Headless GameTest coverage and stricter publication checks for structure, metadata, runtime dependencies, and dedicated-server safety.
- Repository-facing documentation for releases, Modrinth publication, wiki navigation, and project conventions.
Changed
- Simplified the shipped feature set around jump control, manual profiles, and adaptive auto profile switching.
- Reworked Fabric and NeoForge bootstrap wiring around platform-specific adapters while keeping shared logic in
common. - Cleaned repository metadata, release automation, and docs to reflect the actual published product scope.
Removed
- Stale HUD, datagen, networking, and accessor-style integration paths that no longer matched the maintained architecture.
Optional dependencies
Any compatible version
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:ZaDE6u1D:3PNyw3Rw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZaDE6u1D:3PNyw3Rw"
}

