Links
Tags
Creators
Details
Licensed ARR
Published 3 days ago
Updated last week
All versions
1.1.0
Release
entityradar 查看附近的生物或玩家 1.1.0last week 23
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Entity Radar v1.1.0 (2026-07-30) === [新功能]
- 服务端验证:客户端自动握手,10s 超时未验证则 ESP 锁定 + 公屏警告
- 服务端显式 opt-in:config/entityradar-server.properties 中 allow_entity_radar=true 才放行
- 单人模式自动跳过验证 v1.0.1 (2026-07-15) ===
- 设置界面双排布局
- 方框距离、警戒范围点击循环切换
- 修复按钮重叠、滚动漂移、掉落物 2D 标记 v1.0.0 (2026-07-14) ===
- 初始版本
- HUD 实体列表、2D 方框、自动警戒
Optional dependencies
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:ZBrGGUWR:XW3Atqsd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZBrGGUWR:XW3Atqsd"
}


