Skip to content

Creating a Custom Loading Screen

AlexIIL edited this page Apr 23, 2021 · 3 revisions

These instructions are for CLS 1.5.1, for minecraft 1.12.2.

It's recommended doing all of these steps with a stripped down modpack, as the only way to test changes at the moment is to quit and relaunch the game. So either no other mods or about 5 to make sure that you can open+close the game in 30 seconds or less.

The basic steps:

  1. Create a config json file similar to one of them listed here in <mc-dir>/config/customloadingscreen/<name>.json
  2. Reference that in the main config file (either add "config/<name>" to random_configs or change screen_config to "config/<name>" in config/customloadingscreen.cfg

(The rest of the wiki still needs to be written unfortunately :/ )

Clone this wiki locally