moving around

This commit is contained in:
2025-07-26 15:09:57 +02:00
parent c036755c2e
commit 3266144373
843 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
// -------------------------------------------------------------------------------------------------------------
// Welcome Screen by ElocinDev
// -------------------------------------------------------------------------------------------------------------
// WARNING FOR MODPACK DEVELOPERS:
// - Do NOT include the welcomescreen_cache.json file in the game directory when exporting your modpack,
// as that file defines if the screens were shown already or not.
// - You can manually open the screen using /openguiscreen welcomescreen_welcome or /openguiscreen welcomescreen_update
// - By default the screens are EMPTY, you need FancyMenu to edit them and add the content you wish.
// -------------------------------------------------------------------------------------------------------------
// Whether or not to enable the welcome screen.
// This screen will appear the first time the player joins a world after installing the modpack,
// you can edit it and add important info, links to discord or github issues, etc.
"welcome_screen_enabled": true,
// Whether or not to enable the update screen.
// This screen will appear every time the user updates the modpack, you can edit it to add a showcase of
// new important features, important bug fixes, etc.
//
// Requires BCC to be installed! https://modrinth.com/mod/better-compatibility-checker
"update_screen_enabled": true
}