Tags
Creators
Details
1.19.2.forge.1.3.2
Compatibility
Changes
Documented Config Cancel the "Joining world" screen when "FORCE_CLOSE_LOADING_SCREEN" is true Pre-generation is allowed to be up to a limit of 32 radii now! Added MANY failsafes to avoid problems. Added a new Pause screen cancellation to stop the "white world icon" problem more effectively. Added a "debug" option to debug things that are happening in order to diagnose issues better Added fields to store values in order to avoid recalculations Refactored FLMath to make all config variables pass through it to allow for easy organization Removed useless and redundant code from FLMath + un-hardcoded methods Organized Code from MinecraftClientMixin, FLMath & FLConfig to make things more readable. Server ticks during Building Terrain.
Added a custom pre-rendering screen. Includes:
- Render Radius (like pre-generating)
- Limits Render Radius to value of game options' one
- Calculates amount of chunks being looked at (circle area multiplied by proportion of view, dynamically adjusts with FOV)
- "prepares" chunks
- Sets player's pitch (vertical looking) to 0 when loading to build chunks easier
- Failsafe
- Chunk try limit (Config boolean) ("How many times should the renderer attempt to build/prepare chunks before bailing") Please report all bugs as Fastload is much more complex as of now, and is more prone to issues.
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:kCpssoSb:qIDVvUbg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kCpssoSb:qIDVvUbg"
}

