
AreaScale
Capture any structure into a portable item at whatever scale you want then either put it on display , or place it back down at its original size. Built for players who want to carry builds around, show them off, or trade them on a server (blueprint).
Tags
Creators
Details
areascale-2.0.1-26.2
Compatibility
Changes
Area Scale 2.0.1
Capture structures without commands — Hardcore worlds included.
Added
- Capture Screen. Press
C(rebindable under Options > Controls > Area Scale) to open an in-game panel: type an amount, then click Shrink or Expand. It performs exactly the same capture the command does — same scale, same capsule, same outcome. - Hardcore support. Hardcore worlds disable commands outright, which made
/areascale shrink|expandunusable there. The Capture Screen bypasses that, so capturing now works in Hardcore singleplayer. - New keybind
key.areascale.capture(defaultC), new serverboundCaptureRequestPayload, and sharedCaptureServicethat both the command and the screen call.
Changed
/areascale shrink <factor>and/areascale expand <factor>now delegate toCaptureService. Behaviour, validation messages and success output are unchanged — the command is now just a thin permission-checked wrapper around the same code path the GUI uses, so the two can't drift apart.- README Requirements section corrected to match what the build actually targets (Fabric Loader 0.19.3+, Fabric API 0.152.1+26.2, Minecraft 26.2 / Java 25+), and the new Capture Screen is documented under "How it works".
Fixed
- Capturing is possible again in Hardcore worlds, where commands are disabled.
Permissions
Commands were — and still are — gated behind COMMANDS_GAMEMASTER. The Capture Screen applies the same rule rather than becoming a way around it: in singleplayer (Hardcore included) any request is allowed, since the world belongs to the host; on a dedicated server the player needs the same gamemaster permission the command requires. Unpermitted requests get a chat message instead of a capture.
Compatibility
- Minecraft 26.2, Fabric Loader 0.19.3+, Java 25+, Fabric API 0.152.1+26.2.
- No config or save-data changes.
maxCaptureBlocksbehaves as before, and capsules created in earlier versions keep working — this release adds a route into the capture code, it doesn't change the format.
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:c47UYJiV:f6T6pvc2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c47UYJiV:f6T6pvc2"
}
