Tags
Creators
Details
1.3.0+1.21.1--DEPRECATED
Compatibility
Changes
DEPRECATED
This version is missing a few key features of the 1.3.0 update, lost during the porting process. Recommended to use the later 'hotfix' version.
Latitude 1.3.0 for Minecraft 1.21.1
This is a backport of Latitude 1.3.0 to Minecraft 1.21.1, bringing the current climate/worldgen improvements and bespoke UI work to the older 1.21.1 line.
Highlights
- Added support for Minecraft 1.21.1.
- Added Latitude’s bespoke create-world flow for the 1.21.1 version.
- Improved first-world loading behavior.
- Fixed a major first-join stall that could leave players staring into the void for a long time after the loading screen.
- Removed the fake second Latitude “Loading terrain / Preparing the frontier” overlay phase.
- Aligned in-game latitude zone titles with the canonical five-band climate model.
- Added compatibility fixes for 1.21.1 worldgen/snow-guard behavior.
- Removed a newer-version Pale Garden tag reference that does not exist in Minecraft 1.21.1.
World generation and loading
- Fixed a spawn-selection issue where Latitude could force too much chunk generation during player join.
- Fresh world entry should now feel much closer to normal Minecraft loading speed.
- Preserved Latitude’s latitude-driven climate behavior while adapting the port to the 1.21.1 runtime path.
- Added gated biome-cost diagnostics for future performance debugging without changing normal gameplay behavior.
UI and player experience
- Added the bespoke Latitude create-world screen and world-launch flow.
- Added a planisphere-style visual preview in the create-world experience.
- Cleaned up loading-screen handoff behavior so Latitude no longer shows a second branded terrain-loading screen over an already-entering world.
- Zone-title logic now follows the canonical Latitude band system more consistently.
Technical notes
- Target Minecraft version: 1.21.1
- Java target: Java 21
- Release artifact:
latitude-1.3.0+1.21.1.jar - SHA-256:
9614be838cbb7a5f8e7300ff82455746988f81ab2dd7ed7dd80c44abb006d177
Known notes
This is a backport of the 1.3.0 line, so some content available in newer Minecraft versions is not present in 1.21.1. The release has been cleaned so it no longer references Pale Garden in the 1.21.1 biome tags.
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:PBwujSsd:fWQQ8H7b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PBwujSsd:fWQQ8H7b"
}

