Veritaris / InterworldsSplashscreen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interworlds Splashscreens

availableFor title Discord logo

Clientside-mod that allows you to add custom loading screens while you are transferred into another dimension

You can also add some text on the screen to display it to players

It also has a fallback if you didn't add splashscreen for some worlds

Some examples: Overworld: Overworld

Nether: Nether

The End: The End

Configuration:

"splashes files" {
    # Default splash to be used if not set for world [default: Overworld]
    S:defaultSplash=Overworld_water

    # Splashes images to be used in loading screen. Use just filename without extension. 
    # Files must be stored in fo[crash-2024-03-30_04.16.58-client.txt](..%2FtestClient%2Fcrash-reports%2Fcrash-2024-03-30_04.16.58-client.txt)lder splashes in mod's config directory [default: [Nether:Nether], [The End:The End], [Overworld:Overworld], [splashConnecting:Overworld], [splashDisconnecting:Overworld]]
    S:splashesPaths <
        Nether:Nether
        The End:The End
        Overworld:Overworld_water[crash-2024-03-30_04.16.58-client.txt](..%2FtestClient%2Fcrash-reports%2Fcrash-2024-03-30_04.16.58-client.txt)
        splashConnecting:Overworld
        splashDisconnecting:Overworld
     >
}

"splashes texts" {
    # Splashes texts to be displayed on splash [default: [Nether:Nether], [The End:The End], [Overworld:Overworld], [splashConnecting:Overworld], [splashDisconnecting:Overworld]]
    S:splashesTexts <
        Nether:A hot Hell filled with dangerous creatures
        The End:Far, far strange world filled with Endermans and the Dragon
        Overworld:Homeland of Lancelot
        splashConnecting:Overworld
        splashDisconnecting:Overworld
     >
}

About


Languages

Language:Java 100.0%