All versions
1.0.0
Release
Legacy Console World Sizer 1.0.02 weeks ago 18
Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Console World Sizes 1.4.0
Initial Modrinth release for Fabric and Minecraft 1.21.10.
Features
- Added Modern, Large, Classic and Small world size selection.
- Added native Minecraft world borders centered at 0, 0.
- Added safe centered spawning for newly created worlds.
- Added the console-style Special Worlds menu.
- Added Superflat, Large Biomes, Amplified and Debug presets.
- Preserved Superflat layer and preset customization.
- Added mutually exclusive special world selection.
- Added language resources for all 143 Minecraft 1.21.10 language codes.
- Added dedicated Portuguese and English translations.
- Added compatibility with Legacy4J 1.8.7 and Factory API 2.2.7.
Requirements
- Minecraft 1.21.10
- Fabric Loader 0.18.4+
- Fabric API 0.138.4+
- Legacy4J 1.8.7
- Factory API 2.2.7+
- Java 21
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:uzDvSt46:LrML7ubO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uzDvSt46:LrML7ubO"
}



