modpack config
This commit is contained in:
88
modpack/overrides/config/fancymenu/config.txt
Normal file
88
modpack/overrides/config/fancymenu/config.txt
Normal file
@@ -0,0 +1,88 @@
|
||||
##[general]
|
||||
|
||||
[If menu background sounds added by FancyMenu should be played when a world is loaded.]
|
||||
B:playbackgroundsoundsinworld = 'false';
|
||||
B:forcefullscreen = 'false';
|
||||
[If menu background sounds added by FancyMenu should be played or not.]
|
||||
B:playbackgroundsounds = 'true';
|
||||
[A minecraft restart is required after changing this value.]
|
||||
B:enablehotkeys = 'false';
|
||||
B:playmenumusic = 'true';
|
||||
B:showdebugwarnings = 'true';
|
||||
[Sets the default GUI scale on first launch. Useful for modpacks. Cache data is saved in '/mods/fancymenu/'.]
|
||||
I:defaultguiscale = '-1';
|
||||
|
||||
|
||||
##[customization]
|
||||
|
||||
B:advancedmode = 'false';
|
||||
B:showcustomizationbuttons = 'false';
|
||||
|
||||
|
||||
##[mainmenu]
|
||||
|
||||
S:copyrightposition = 'bottom-right';
|
||||
B:hidebranding = 'true';
|
||||
S:copyrightcolor = '#ffffff';
|
||||
B:hidelogo = 'true';
|
||||
B:hiderealmsnotifications = 'true';
|
||||
B:hideforgenotifications = 'true';
|
||||
|
||||
|
||||
##[mainmenu_splash]
|
||||
|
||||
S:splashcolor = '#ffff00';
|
||||
I:splashrotation = '-20';
|
||||
I:splashy = '0';
|
||||
I:splashx = '0';
|
||||
B:hidesplashtext = 'true';
|
||||
S:splashtextfile = '';
|
||||
S:splashorientation = 'original';
|
||||
|
||||
|
||||
##[loading]
|
||||
|
||||
B:allowgameintroskip = 'true';
|
||||
S:loadinganimationcolor = '#ffffffff';
|
||||
B:showanimationloadingstatus = 'true';
|
||||
S:gameintroanimation = '';
|
||||
B:preloadanimations = 'false';
|
||||
S:customgameintroskiptext = '';
|
||||
|
||||
|
||||
##[minecraftwindow]
|
||||
|
||||
[A minecraft restart is required after changing this value.]
|
||||
S:customwindowtitle = 'Fishpog Pixelmon';
|
||||
[A minecraft restart is required after changing this value.]
|
||||
B:customwindowicon = 'true';
|
||||
|
||||
|
||||
##[layouteditor]
|
||||
|
||||
I:gridsize = '10';
|
||||
B:editordeleteconfirmation = 'true';
|
||||
B:showgrid = 'false';
|
||||
[If the warning when trying to move an vanilla button without an orientation should be displayed or not.]
|
||||
B:showvanillamovewarning = 'true';
|
||||
|
||||
|
||||
##[world_loading_screen]
|
||||
|
||||
B:showloadingscreenanimation = 'true';
|
||||
B:showloadingscreenpercent = 'true';
|
||||
|
||||
|
||||
##[multiplayer_screen]
|
||||
|
||||
B:show_server_icons = 'true';
|
||||
|
||||
|
||||
##[singleplayer_screen]
|
||||
|
||||
B:show_world_icons = 'true';
|
||||
|
||||
|
||||
##[ui]
|
||||
|
||||
F:uiscale = '1.0';
|
||||
Reference in New Issue
Block a user