Links
Tags
Creators
Details
0.1.2+1.19.2
Compatibility
Changes
EarlyLoadingScreen 0.1.2 for Minecraft 1.19.2, 1.19.4, 1.20.1 is released
This release brings bugfixes and new features.
Changelog:
- new: support 1.20.2
- new: loading screen is now spawned much sooner (only works without ImmediatelyFast)
- change: font sizes in early graphics is now determined by system DPI scaling
- change: reduce OpenGL version requirement to 3.2 (was 3.3)
- fix: resizing early window no longer causes input issues in game
- fix: homepage / sources in
fabric.mod.json(#5) - fix:
glfw-waylandcompatibility by not positioning early window - fix: sodium 0.5.0+ compatibility
Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.1...0.1.2
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:JVIyMkGt:Du7pJZS9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JVIyMkGt:Du7pJZS9"
}

