modpack config
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';
|
||||
5
modpack/overrides/config/fancymenu/customizablemenus.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
type = customizablemenus
|
||||
|
||||
net.minecraft.client.gui.screen.MainMenuScreen {
|
||||
}
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
type = menu
|
||||
|
||||
customization-meta {
|
||||
identifier = net.minecraft.client.gui.screen.MainMenuScreen
|
||||
randomgroup = 1
|
||||
renderorder = background
|
||||
randommode = false
|
||||
randomonlyfirsttime = false
|
||||
}
|
||||
|
||||
customization {
|
||||
path = config/fancymenu/pixelmon_resources/reforged-bg.png
|
||||
action = texturizebackground
|
||||
}
|
||||
|
||||
customization {
|
||||
keepaspectratio = true
|
||||
action = backgroundoptions
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
x = 0
|
||||
width = %guiwidth%
|
||||
action = addwebtexture
|
||||
actionid = a656c012-c737-403c-8039-f57aae21a6691653070672229
|
||||
y = 0
|
||||
url = https://download.nodecdn.net/containers/reforged/gui/background/reforged-bg.png
|
||||
height = %guiheight%
|
||||
}
|
||||
|
||||
customization {
|
||||
path = config/fancymenu/pixelmon_resources/sidebar-slice_full.png
|
||||
orientation = top-left
|
||||
x = 0
|
||||
width = 240
|
||||
action = addtexture
|
||||
actionid = dd60e0da-f7cd-4aba-b47e-8f6447777f421653070672229
|
||||
y = 0
|
||||
height = %guiheight%
|
||||
}
|
||||
|
||||
@@ -0,0 +1,376 @@
|
||||
type = menu
|
||||
|
||||
customization-meta {
|
||||
identifier = net.minecraft.client.gui.screen.MainMenuScreen
|
||||
randomgroup = 1
|
||||
renderorder = foreground
|
||||
randommode = false
|
||||
randomonlyfirsttime = false
|
||||
}
|
||||
|
||||
customization {
|
||||
action = setscale
|
||||
scale = 2
|
||||
}
|
||||
|
||||
customization {
|
||||
baseheight = 862
|
||||
action = autoscale
|
||||
basewidth = 1309
|
||||
}
|
||||
|
||||
customization {
|
||||
keepaspectratio = false
|
||||
action = backgroundoptions
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=400322%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=400322%
|
||||
orientation = top-left
|
||||
x = 0
|
||||
action = movebutton
|
||||
y = 164
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=400322%
|
||||
width = 230
|
||||
action = resizebutton
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=400322%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=400322%
|
||||
action = sethoverlabel
|
||||
label = §6Pixelmon
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=502322%
|
||||
orientation = bottom-left
|
||||
x = 217
|
||||
action = movebutton
|
||||
y = -47
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=502322%
|
||||
width = 12
|
||||
action = resizebutton
|
||||
height = 23
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=502322%
|
||||
action = setbuttonlabel
|
||||
value =
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=502322%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_options_button%
|
||||
orientation = top-left
|
||||
x = 0
|
||||
action = movebutton
|
||||
y = 204
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_options_button%
|
||||
width = 230
|
||||
action = resizebutton
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_options_button%
|
||||
action = setbuttonlabel
|
||||
value = Options
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_options_button%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_options_button%
|
||||
action = sethoverlabel
|
||||
label = §6Options
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_quit_button%
|
||||
orientation = top-left
|
||||
x = 0
|
||||
action = movebutton
|
||||
y = 230
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_quit_button%
|
||||
width = 230
|
||||
action = resizebutton
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_quit_button%
|
||||
action = setbuttonlabel
|
||||
value = Quit
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_quit_button%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_quit_button%
|
||||
action = sethoverlabel
|
||||
label = §6Quit
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_language_button%
|
||||
orientation = top-left
|
||||
x = 0
|
||||
action = movebutton
|
||||
y = 184
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_language_button%
|
||||
width = 230
|
||||
action = resizebutton
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_language_button%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_language_button%
|
||||
action = sethoverlabel
|
||||
label = §6Language
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button%
|
||||
orientation = top-left
|
||||
x = 0
|
||||
action = movebutton
|
||||
y = 124
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button%
|
||||
width = 230
|
||||
action = resizebutton
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button%
|
||||
action = sethoverlabel
|
||||
label = §6Singleplayer
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:forge_titlescreen_mods_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_realms_button%
|
||||
action = hidebutton
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button%
|
||||
orientation = top-left
|
||||
x = 0
|
||||
action = movebutton
|
||||
y = 144
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button%
|
||||
width = 230
|
||||
action = resizebutton
|
||||
height = 20
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button%
|
||||
loopbackgroundanimations = true
|
||||
restartbackgroundanimations = true
|
||||
action = setbuttontexture
|
||||
backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
}
|
||||
|
||||
customization {
|
||||
identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button%
|
||||
action = sethoverlabel
|
||||
label = §6Multiplayer
|
||||
}
|
||||
|
||||
customization {
|
||||
path = config/fancymenu/pixelmon_resources/topbar-slice.png
|
||||
orientation = top-left
|
||||
x = 0
|
||||
width = %guiwidth%
|
||||
action = addtexture
|
||||
actionid = 97543bf6-69e0-4d46-86d4-4dffaaf9ecce1653070275433
|
||||
y = 0
|
||||
height = 100
|
||||
}
|
||||
|
||||
customization {
|
||||
path = config/fancymenu/pixelmon_resources/reforged-logo.png
|
||||
orientation = top-left
|
||||
x = 56
|
||||
width = 262
|
||||
action = addtexture
|
||||
actionid = 6d0f2bbc-ace2-47b7-a5b6-fde122beeccb1653070275433
|
||||
y = 15
|
||||
height = 93
|
||||
}
|
||||
|
||||
customization {
|
||||
path = config/fancymenu/pixelmon_resources/icon-bar.png
|
||||
orientation = bottom-left
|
||||
x = 0
|
||||
width = 228
|
||||
action = addtexture
|
||||
actionid = 444d71c2-8ee9-43d9-9363-5ef7299376611653070275434
|
||||
y = -169
|
||||
height = 62
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = bottom-left
|
||||
restartbackgroundanimations = true
|
||||
buttonaction = openlink
|
||||
backgroundhovered = config\fancymenu\pixelmon_resources\wiki_hover.png
|
||||
label =
|
||||
loopbackgroundanimations = true
|
||||
x = 43
|
||||
width = 20
|
||||
actionid = d604dc1a-e62e-463b-a68e-e65fa2a67a9b1653070275437
|
||||
action = addbutton
|
||||
y = -157
|
||||
backgroundnormal = config\fancymenu\pixelmon_resources\wiki_normal.png
|
||||
value = https://pixelmonmod.com/wiki
|
||||
height = 38
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = bottom-left
|
||||
restartbackgroundanimations = true
|
||||
buttonaction = openfile
|
||||
backgroundhovered = config\fancymenu\pixelmon_resources\logs_hover.png
|
||||
label =
|
||||
loopbackgroundanimations = true
|
||||
x = 98
|
||||
width = 25
|
||||
actionid = 840324dc-46d5-491b-9927-fd58ff88bc7f1653070275437
|
||||
action = addbutton
|
||||
y = -157
|
||||
backgroundnormal = config\fancymenu\pixelmon_resources\logs_normal.png
|
||||
value = logs
|
||||
height = 38
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
shadow = false
|
||||
x = 117
|
||||
action = addtext
|
||||
actionid = da0e8131-40ab-4034-8b65-2b4fca7aceaa1653070275438
|
||||
y = 10
|
||||
scale = 1.0
|
||||
alignment = left
|
||||
value = Mods Loaded (%loadedmods% / %totalmods%)
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = bottom-right
|
||||
shadow = true
|
||||
x = -2
|
||||
action = addtext
|
||||
actionid = dae02c29-9a0a-4d59-a302-db953a23f5b31653070275439
|
||||
y = -24
|
||||
scale = 1.0
|
||||
alignment = right
|
||||
value = Forge %version:forge% for Minecraft %mcversion%
|
||||
}
|
||||
|
||||
customization {
|
||||
orientation = top-left
|
||||
restartbackgroundanimations = true
|
||||
buttonaction = opengui
|
||||
backgroundhovered = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
label = Pixelmon
|
||||
loopbackgroundanimations = true
|
||||
hoverlabel = &6Pixelmon
|
||||
x = 0
|
||||
width = 230
|
||||
actionid = db0f9259-9053-47cb-b23a-e1895b4d72fc1653153674878
|
||||
action = addbutton
|
||||
y = 164
|
||||
backgroundnormal = config\fancymenu\pixelmon_resources\clear_back.png
|
||||
value = com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
|
||||
height = 20
|
||||
}
|
||||
1008
modpack/overrides/config/fancymenu/locals/en_us.local
Normal file
309
modpack/overrides/config/fancymenu/menu_identifiers.db
Normal file
@@ -0,0 +1,309 @@
|
||||
type = menu_identifier_database
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiMainMenu
|
||||
forge_1.16 = net.minecraft.client.gui.screen.MainMenuScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.TitleScreen
|
||||
fabric = net.minecraft.class_442
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiWorldSelection
|
||||
forge_1.16 = net.minecraft.client.gui.screen.WorldSelectionScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.worldselection.SelectWorldScreen
|
||||
fabric = net.minecraft.class_526
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiCreateWorld
|
||||
forge_1.16 = net.minecraft.client.gui.screen.CreateWorldScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.worldselection.CreateWorldScreen
|
||||
fabric = net.minecraft.class_525
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.16 = net.minecraft.client.gui.screen.MultiplayerWarningScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.multiplayer.SafetyScreen
|
||||
fabric = net.minecraft.class_4749
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiMultiplayer
|
||||
forge_1.16 = net.minecraft.client.gui.screen.MultiplayerScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.multiplayer.JoinMultiplayerScreen
|
||||
fabric = net.minecraft.class_500
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiScreenAddServer
|
||||
forge_1.16 = net.minecraft.client.gui.screen.AddServerScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.EditServerScreen
|
||||
fabric = net.minecraft.class_422
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiScreenRealmsProxy
|
||||
forge_1.16 = com.mojang.realmsclient.gui.screens.RealmsClientOutdatedScreen
|
||||
forge_1.17 = [placeholder]
|
||||
fabric = net.minecraft.class_4387
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.17 = com.mojang.realmsclient.RealmsMainScreen
|
||||
fabric = net.minecraft.class_4325
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraftforge.fml.client.GuiModList
|
||||
forge_1.16 = net.minecraftforge.fml.client.gui.screen.ModListScreen
|
||||
forge_1.17 = net.minecraftforge.fmlclient.gui.screen.ModListScreen
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiOptions
|
||||
forge_1.16 = net.minecraft.client.gui.screen.OptionsScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.OptionsScreen
|
||||
fabric = net.minecraft.class_429
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiCustomizeSkin
|
||||
forge_1.16 = net.minecraft.client.gui.screen.CustomizeSkinScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.SkinCustomizationScreen
|
||||
fabric = net.minecraft.class_440
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiScreenOptionsSounds
|
||||
forge_1.16 = net.minecraft.client.gui.screen.OptionsSoundsScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.SoundOptionsScreen
|
||||
fabric = net.minecraft.class_443
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiVideoSettings
|
||||
forge_1.16 = net.minecraft.client.gui.screen.VideoSettingsScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.VideoSettingsScreen
|
||||
fabric = net.minecraft.class_446
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiControls
|
||||
forge_1.16 = net.minecraft.client.gui.screen.ControlsScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.controls.ControlsScreen
|
||||
fabric = net.minecraft.class_458
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.16 = net.minecraft.client.gui.screen.MouseSettingsScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.MouseSettingsScreen
|
||||
fabric = net.minecraft.class_4288
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiLanguage
|
||||
forge_1.16 = net.minecraft.client.gui.screen.LanguageScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.LanguageSelectScreen
|
||||
fabric = net.minecraft.class_426
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.ScreenChatOptions
|
||||
forge_1.16 = net.minecraft.client.gui.screen.ChatOptionsScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.ChatOptionsScreen
|
||||
fabric = net.minecraft.class_404
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiScreenResourcePacks
|
||||
forge_1.16 = net.minecraft.client.gui.screen.PackScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.packs.PackSelectionScreen
|
||||
fabric = net.minecraft.class_5375
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.16 = net.minecraft.client.gui.AccessibilityScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.AccessibilityOptionsScreen
|
||||
fabric = net.minecraft.class_4189
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = [placeholder]
|
||||
forge_1.16 = net.minecraft.client.gui.screen.ConfirmOpenLinkScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.ConfirmLinkScreen
|
||||
fabric = net.minecraft.class_407
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.16 = net.minecraft.client.gui.screen.EditGamerulesScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.worldselection.EditGameRulesScreen
|
||||
fabric = net.minecraft.class_5235
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.advancements.GuiScreenAdvancements
|
||||
forge_1.16 = net.minecraft.client.gui.advancements.AdvancementsScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.advancements.AdvancementsScreen
|
||||
fabric = net.minecraft.class_457
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.achievement.GuiStats
|
||||
forge_1.16 = net.minecraft.client.gui.screen.StatsScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.achievement.StatsScreen
|
||||
fabric = net.minecraft.class_447
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.inventory.GuiContainerCreative
|
||||
forge_1.16 = net.minecraft.client.gui.screen.inventory.CreativeScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen
|
||||
fabric = net.minecraft.class_481
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.inventory.GuiInventory
|
||||
forge_1.16 = net.minecraft.client.gui.screen.inventory.InventoryScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen
|
||||
fabric = net.minecraft.class_490
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.inventory.GuiCrafting
|
||||
forge_1.16 = net.minecraft.client.gui.screen.inventory.CraftingScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.CraftingScreen
|
||||
fabric = net.minecraft.class_479
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiEnchantment
|
||||
forge_1.16 = net.minecraft.client.gui.screen.EnchantmentScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.EnchantmentScreen
|
||||
fabric = net.minecraft.class_486
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiRepair
|
||||
forge_1.16 = net.minecraft.client.gui.screen.inventory.AnvilScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.AnvilScreen
|
||||
fabric = net.minecraft.class_471
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.inventory.GuiChest
|
||||
forge_1.16 = net.minecraft.client.gui.screen.inventory.ChestScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.ContainerScreen
|
||||
fabric = net.minecraft.class_476
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.inventory.GuiBrewingStand
|
||||
forge_1.16 = net.minecraft.client.gui.screen.inventory.BrewingStandScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.BrewingStandScreen
|
||||
fabric = net.minecraft.class_472
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.16 = net.minecraft.client.gui.screen.inventory.SmithingTableScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.SmithingScreen
|
||||
fabric = net.minecraft.class_4895
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.16 = net.minecraft.client.gui.screen.inventory.BlastFurnaceScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.BlastFurnaceScreen
|
||||
fabric = net.minecraft.class_3871
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.inventory.GuiFurnace
|
||||
forge_1.16 = net.minecraft.client.gui.screen.inventory.FurnaceScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.FurnaceScreen
|
||||
fabric = net.minecraft.class_3873
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiHopper
|
||||
forge_1.16 = net.minecraft.client.gui.screen.HopperScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.HopperScreen
|
||||
fabric = net.minecraft.class_488
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.inventory.GuiDispenser
|
||||
forge_1.16 = net.minecraft.client.gui.screen.inventory.DispenserScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.inventory.DispenserScreen
|
||||
fabric = net.minecraft.class_480
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiGameOver
|
||||
forge_1.16 = net.minecraft.client.gui.screen.DeathScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.DeathScreen
|
||||
fabric = net.minecraft.class_418
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiYesNo
|
||||
forge_1.16 = net.minecraft.client.gui.screen.ConfirmScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.ConfirmScreen
|
||||
fabric = net.minecraft.class_410
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = net.minecraft.client.gui.GuiIngameMenu
|
||||
forge_1.16 = net.minecraft.client.gui.screen.IngameMenuScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.PauseScreen
|
||||
fabric = net.minecraft.class_433
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.16 = net.minecraft.client.gui.screen.WorldLoadProgressScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.LevelLoadingScreen
|
||||
fabric = net.minecraft.class_3928
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.12 = [placeholder]
|
||||
forge_1.16 = net.minecraft.client.gui.screen.DirtMessageScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.GenericDirtMessageScreen
|
||||
fabric = net.minecraft.class_424
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.16 = net.minecraft.client.gui.screen.GamemodeSelectionScreen
|
||||
forge_1.17 = net.minecraft.client.gui.screens.debug.GameModeSwitcherScreen
|
||||
fabric = net.minecraft.class_5289
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.16 = net.minecraft.client.gui.screen.LoomScreen
|
||||
forge_1.18 = net.minecraft.client.gui.screens.inventory.LoomScreen
|
||||
fabric = net.minecraft.class_494
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.18 = net.minecraft.client.gui.screens.controls.KeyBindsScreen
|
||||
fabric = net.minecraft.class_6599
|
||||
}
|
||||
|
||||
identifier-group {
|
||||
forge_1.18 = net.minecraft.client.gui.screens.MouseSettingsScreen
|
||||
fabric = net.minecraft.class_4288
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 7.0 MiB |
|
After Width: | Height: | Size: 388 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 3.8 KiB |