All versions
2.0.0
Release
InstantXP 2.0.0 for mc26.1last month 18
Compatibility
Minecraft: Java Edition
26.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
InstantXP 2.0 is a complete update focused on fast, reliable XP orb absorption while preserving vanilla Minecraft behavior.
Features
- Updated to Minecraft 26.1.
- Available for Fabric, Forge and NeoForge.
- Removes the delay between consecutive XP orb pickups.
- Collects nearby XP orbs early at approximately 1.25 blocks.
- Processes merged orb stacks within the same server tick, preventing orbs from circling around the player while waiting to be collected.
- Preserves vanilla orb movement and attraction.
- Fully server-side XP handling.
Vanilla Compatibility
- XP amounts remain exactly as provided by vanilla.
- Mending continues to use vanilla behavior.
- Orb values are never modified.
- No additional XP is created.
- Orbs are not manually discarded.
- Vanilla
playerTouchlogic remains responsible for awarding XP, applying Mending, reducing orb counts and removing consumed orbs. - Added defensive orb-count validation to prevent unexpected behavior or excess XP when other mods alter pickup processing.
Multiplayer
- Install the mod on the dedicated server.
- Players do not need to install it on their clients.
- Installing it only on a client provides no advantage on remote servers.
- Singleplayer is supported through Minecraft's integrated server.
Fixes
- Fixed large groups of merged XP orbs taking too long to disappear.
- Fixed Forge mixin registration in production JARs.
- Fixed Forge and NeoForge startup errors caused by an unsupported Mixin Java compatibility level.
- Removed obsolete refmap declarations.
- Improved compatibility with other mods that modify experience orb pickup behavior.
- Removed the in-game mod icon from release JARs to reduce file size.
Build Improvements
- Removed unused Fabric API and MixinExtras dependencies.
- Removed leftover example-project metadata and references.
- Updated loader metadata and resource packaging.
- Removed Gradle 10 deprecation warnings.
- Improved release JAR selection and packaging.
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:rDDfGx4V:uTk3o2S4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rDDfGx4V:uTk3o2S4"
}

