Drippy Loading Screen [Fabric] [MOVED TO NEW PROJECT]

Addon for FancyMenu to customize the loading screen.

File Details

Drippy Loading Screen [Fabric] v1.5.0 MC 1.18-1.18.1

  • R
  • Jan 27, 2022
  • 321.33 KB
  • 434
  • 1.18.1+1
  • Fabric

File Name

drippyloadingscreen_fabric_1.5.0_MC_1.18-1.18.1.jar

Supported Versions

  • 1.18.1
  • 1.18

Curse Maven Snippet

Fabric

modImplementation "curse.maven:drippy-loading-screen-fabric-515172:3625787"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

CHANGELOG | DRIPPY LOADING SCREEN v1.5.0

- Lifted minimum required Konkrete version to 1.3.3

- Added: Placeholder text value '%cpuinfo%' to get an info text about the CPU, including name, cores, etc.
- Added: Placeholder text value '%gpuinfo%' to get an info text about the GPU
- Added: Placeholder text value '%javaversion%' to get the Java version
- Added: Placeholder text value '%osname%' to get the name of the operating system
- Added: Placeholder text value '%openglversion%' to get the OpenGL version (combined with the GPU driver version)
- Added: Placeholder text value '%randomtext:<filepath>:<interval_sec>%' to pick a random text from a TXT file and let it pick a new one every X seconds

- Improved: Web texture handling (ported new web texture handling from FancyMenu)
- Improved: Grid in editor now renders from the center and the centered lines look different to easily know what the center of the screen is

- Fixed: Unable to check for Optifine in required mods property of layouts (you can now check for OF by using 'optifine' as mod ID)
- Fixed: Optifine not counting to existing mods in '%loadedmods%' and '%totalmods%' placeholder text values
- Fixed: FPS drops in customized loading screen when many mods are installed (caused by placeholder text value)
- Fixed: Placeholder to get the mod loader version says "Forge Version" on Fabric (changed to "Mod Loader Version")
- Fixed: Placeholder to get the mod loader version inputs "%version:forge%" to text field on Fabric