0.3.0
Compatibility
Changes
NERI 0.3.0 — Now It Tells You Why
Mostly about one thing: a mechanism that stops working now says what happened.
Smart Frame — an item frame that reports back. Selects a category exactly like a plain one, but its bezel shows what the machine is doing: green running, yellow blocked for now, gray nothing selected. Your old item frames keep working; they just stay quiet.
Machines explain themselves — the Display Panel colours its timer by status and names a stage gate outright, instead of freezing on a countdown that never moves. Idle machines give off a wisp of smoke.
/neri balance — audit your stage pools, simulate what they actually drop, and check the odds of any item within a stage. Written for datapack authors.
Sixteen advancements as a tutorial, plus vanilla advancements now work properly in the NERI dimensions — including the Nether tab, which never used to appear at all.
Energy hooks for modpacks. Optional, unused by default; the mod still runs standalone.
Fixed
- Machines were abandoned when their owner joined a team
- Stages advanced on items nobody actually received
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:NTiQukAF:fNjhDr9v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NTiQukAF:fNjhDr9v"
}

