1.0.0
Compatibility
Changes
๐ Description
This mod adds a new functionality for handling world areas in Minecraft ๐
๐น Opening the GUI:
- Pressing the "Y" key opens a custom GUI.
- From here, you can choose how to set the two coordinates that define the area:
- Manual input โ type in the coordinates directly;
- Automatic input โ use the playerโs current position as coordinates.
๐น Main Features
- Save area โ once both positions are set, the selected area is saved;
- Quick deletion โ pressing the "U" key deletes the selected area from the world.
- Restore last deleted area โ pressing "I" key restores the last removed area, useful in case of mistakes or second thoughts.
๐น Practical Uses:
- Quickly clear land or unwanted structures.
- Prepare free space for new builds.
- Speed up testing for map-making or server management.
๐ Whether youโre a builder, a map-maker, or just a curious player, this mod gives you full control over your areasโfast, simple, and hassle-free
PS: You can also find all my mod on Curseforge ๐
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:4Is1TqMX:XRLvpDyi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4Is1TqMX:XRLvpDyi"
}

