Tags
Creators
Details
3.0.0+26.1.x
Compatibility
Changes
This release officially backports Not Enough Calculator v3.0.0 from Minecraft 26.2 to Minecraft 26.1.x!
Note: Most of the Skyblock API related features in v3.0.0 were suggested by AI and made with AI.
This release has some overkill stuff thats more than what users need. We already know that lol. Honestly, when making this version, we genuinely werent EVEN sure what we were thinking or what we were even doing with our lives lol.
We’re not saying sorry for this one xd
If you prefer a version without all the Skyblock API stuff or AI slop, which you most probably do, I know, I know. WHAT YOU GUYZ ARE THINKING, WE CAN HEAR YOU. You can use v2.7.1 instead.
Read all the features in this release here:
v3.0.0 Release Notes & Features
Special Thanks:
Bug Reports:
- If you run into any bugs or issues with the 26.1.x backport, please report them on GitHub Issues or in our Discord!
Full Changelog: https://github.com/Rijzzz/NotEnoughCalculator/compare/v2.7.1...v3.0.0-Backport-26.1.x
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:dkEP7NUX:kA2HHBMA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dkEP7NUX:kA2HHBMA"
}

