-
Notifications
You must be signed in to change notification settings - Fork 12
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:
- Create a config json file similar to one of them listed here in
<mc-dir>/config/customloadingscreen/<name>.json
- Reference that in the main config file (either add "config/<name>" to
random_configs
or changescreen_config
to "config/<name>" inconfig/customloadingscreen.cfg
(The rest of the wiki still needs to be written unfortunately :/ )