Links
Tags
Creators
Details
26.1.2+v2.5.4
Compatibility
Changes
New: /entitydetective chunks — lists all active portal chunk loaders (paired OW ↔ Nether) and ender pearl stasis chambers across all dimensions. Coordinates are clickable /tp links when you're in the right dimension.
New: entity locate <be_type> --ticking-only — shows only block entity positions that actually ticked during an observation window.
New: entity profile <be_type> --debug — reports per-position tick counts instead of aggregate MSPT.
New: entity profile <type> --world <dim> — profile scoped to one dimension without needing a player source.
New: /ed shorthand alias for /entitydetective.
Modded entity/block entity types now show a [modid] prefix in profiler output.
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:75dttuA0:cIcm8QRn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:75dttuA0:cIcm8QRn"
}

