All versions
1.1.0
Release
RadarZone 1.1.02 months ago 23
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Redstone Update - 08/08/2026
- Now the radar block generates a temporary redstone pulse when it detects players within its perimeter, making the experience much more customizable (you can now create door mechanisms, alarms, security systems... and anything else you can think of using redstone).
- New radar transponder item: Visually similar to a redstone repeater, but with its own GUI that allows you to filter the redstone signal generated by the radar. Choose whether to filter based on electricity generated when an ally enters the perimeter, when an enemy enters the perimeter, or both. It must be placed next to a radar.
- The radar block's performance was improved: hardness, block recovery...
Transponder crafting recipe: a redstone repiter and a lapis lazuli ore

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:8XPR0xq2:k2lLEbwW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8XPR0xq2:k2lLEbwW"
}

