v1.21.11
Compatibility
Changes
Initial Release: Area Selector V1
Welcome to the first release of Area Selector V1 for Minecraft 1.21.11!
This is the ultimate client-side tool designed to help players on Donut SMP (and everywhere else) effortlessly plan out large-scale farms and dig sites.
✨ Features
- Custom GUI Menu: Press
H(by default) to open the coordinate entry menu. - Auto-Fill Positions: Handy
[Get Pos]buttons allow you to instantly grab your exact current coordinates without typing a single number. - Partial Saving: Enter coordinates for Block 1, save, and walk over to Block 2 later. Your coordinates will wait for you!
- Custom Colors: Pick any highlight color you want by entering a standard hex code (e.g.,
#FF0000for red). - Smart 3D Rendering: The selected area is highlighted with a stunning translucent 3D box. The custom renderer specifically draws the inside faces, ensuring you can still see the highlight even when you are standing inside the box.
- Quick Toggle: Press
G(by default) to instantly turn the highlight box on or off. It also automatically turns on when you confirm a valid area! - Client-Side Only: This mod does not need to be installed on the server to work. You can use it anywhere.
🛠️ Technical Details
- Version: Fully updated and strictly mapped for Minecraft 1.21.11.
- Lightweight: Built in pure Java. You do not need the Fabric Kotlin Language adapter to use this mod.
- Dependencies: Only requires standard Fabric API.
Enjoy digging!
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:OUyYUFrW:bol46TUD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OUyYUFrW:bol46TUD"
}

