Tags
Creators
Details
2.2.0-1.19-1.19.2-fabric
Compatibility
Required content
Changes
CHANGELOG | DRIPPY LOADING SCREEN v2.2.0
- Dependency Change: Minimum FancyMenu version is now 2.14.4
- Added: Config option "Early Fade-Out Elements" to make layout elements start fading out earlier than the loading screen background (default = true)
- Improved: The loading screen now fades out like in Vanilla
- Improved: The Mojang Logo element now supports loading requirements
- Improved: You can now move and resize the Mojang Logo element by disabling "Vanilla Size and Position Calculation"
- Improved: The Vanilla Progress Bar element now supports loading requirements
- Improved: You can now move and resize the Vanilla Progress Bar element by disabling "Vanilla Size and Position Calculation"
- Improved: Tooltip of the Customize button in the title menu now tells users how to hide/show the button
- Fixed: Crash when trying to start the game without FancyMenu installed instead of showing Missing Dependency screen
- Fixed: MC 1.16: Flickering textures when the loading screen is about to close
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| dev_drippyloadingscreen_fabric_2.2.0_MC_1.19-1.19.2.jar | Unknown | 187.02 KiB |
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:v3CYg2V9:b9gWCOYz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v3CYg2V9:b9gWCOYz"
}



