modpack config

This commit is contained in:
Joey Eamigh
2023-06-21 15:54:41 -04:00
parent 1160a10a3a
commit 89262da6d3
28 changed files with 2091 additions and 4 deletions

View File

@@ -141,6 +141,14 @@
"name": "Pixelmon"
}
},
{
"projectID": 390367,
"fileID": 4028840,
"required": true,
"__meta": {
"name": "The Pixelmon Mod OST"
}
},
{
"projectID": 402231,
"fileID": 3418627,
@@ -160,6 +168,14 @@
"name": "Flywheel"
}
},
{
"projectID": 491794,
"fileID": 3412474,
"required": true,
"__meta": {
"name": "Explorer's Compass"
}
},
{
"projectID": 509285,
"fileID": 3503936,

View File

@@ -0,0 +1,13 @@
[Client]
#Attempts to translate structure names before fixing the unlocalized names. Translations may not be available for all structures.
translateStructureNames = true
#The side for information rendered on the HUD. Ex: LEFT, RIGHT
#Allowed Values: LEFT, RIGHT
overlaySide = "LEFT"
#Displays Explorer's Compass information on the HUD even while chat is open.
displayWithChatOpen = true
#The line offset for information rendered on the HUD.
#Range: 0 ~ 50
overlayLineOffset = 1

View 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';

View File

@@ -0,0 +1,5 @@
type = customizablemenus
net.minecraft.client.gui.screen.MainMenuScreen {
}

View File

@@ -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%
}

View File

@@ -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
}

File diff suppressed because it is too large Load Diff

View 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
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,13 @@
[Client]
#The side for information rendered on the HUD. Ex: LEFT, RIGHT
#Allowed Values: LEFT, RIGHT
overlaySide = "RIGHT"
#Displays Nature's Compass information even while chat is open.
displayWithChatOpen = true
#Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills
fixBiomeNames = true
#The line offset for information rendered on the HUD.
#Range: 0 ~ 50
overlayLineOffset = 14

BIN
modpack/overrides/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -0,0 +1,60 @@
// jm.config.file_header_1
// jm.config.file_header_2
// jm.config.file_header_5
{
"gameTimeRealFormat": "HH:mm:ss",
"systemTimeRealFormat": "HH:mm:ss",
"enabled": "true",
"shape": "Circle",
"showDayNight": "true",
"info1Label": "jm.theme.labelsource.blank",
"info2Label": "jm.theme.labelsource.gametime",
"info3Label": "jm.theme.labelsource.location",
"info4Label": "jm.theme.labelsource.biome",
"infoSlotAlpha": "0.7",
"positionX": "0.9",
"positionY": "0.25",
"sizePercent": "30",
"frameAlpha": "100",
"terrainAlpha": "100",
"backgroundAlpha": "0.8",
"orientation": "North",
"compassFontScale": "1.0",
"showCompass": "true",
"showReticle": "true",
"reticleOrientation": "Compass",
"moveEffectIcons": "true",
"effectTranslateX": "-406",
"effectTranslateY": "0",
"effectVertical": "false",
"effectReversed": "false",
"minimapKeyMovementSpeed": "0.001",
"position": "TopRight",
"active": true,
"playerDisplay": "LargeDots",
"selfDisplayScale": "1.0",
"playerDisplayScale": "1.0",
"showPlayerHeading": "true",
"mobDisplay": "LargeIcons",
"mobDisplayScale": "1.0",
"showMobHeading": "true",
"showMobs": "true",
"showAnimals": "true",
"showVillagers": "true",
"showPets": "true",
"showPlayers": "true",
"fontScale": "1.0",
"showWaypointLabels": "true",
"waypointLabelScale": "1.0",
"waypointIconScale": "1.0",
"locationFormatVerbose": "true",
"locationFormat": "xzyv",
"showWaypoints": "true",
"showSelf": "true",
"showGrid": "true",
"showCaves": "true",
"showEntityNames": "true",
"preferredMapType": "day",
"zoomLevel": "1",
"configVersion": "5.8.5"
}

Binary file not shown.

View File

@@ -0,0 +1,156 @@
version:2586
autoJump:true
autoSuggestions:true
chatColors:true
chatLinks:true
chatLinksPrompt:true
enableVsync:true
entityShadows:true
forceUnicodeFont:false
discrete_mouse_scroll:false
invertYMouse:false
realmsNotifications:true
reducedDebugInfo:false
snooperEnabled:false
showSubtitles:false
touchscreen:false
fullscreen:false
bobView:true
toggleCrouch:false
toggleSprint:false
mouseSensitivity:0.5
fov:0.0
screenEffectScale:1.0
fovEffectScale:1.0
gamma:0.0
renderDistance:8
entityDistanceScaling:1.0
guiScale:3
particles:0
maxFps:260
difficulty:2
graphicsMode:1
ao:2
biomeBlendRadius:2
renderClouds:true
resourcePacks:["vanilla","mod_resources","file/ThePixelmonOST.zip"]
incompatibleResourcePacks:["file/ThePixelmonOST.zip"]
lastServer:
lang:en_us
chatVisibility:0
chatOpacity:1.0
chatLineSpacing:0.0
textBackgroundOpacity:0.5
backgroundForChatOnly:true
hideServerAddress:false
advancedItemTooltips:false
pauseOnLostFocus:true
overrideWidth:0
overrideHeight:0
heldItemTooltips:true
chatHeightFocused:1.0
chatDelay: 0.0
chatHeightUnfocused:0.44366195797920227
chatScale:1.0
chatWidth:1.0
mipmapLevels:4
useNativeTransport:true
mainHand:right
attackIndicator:1
narrator:0
tutorialStep:movement
mouseWheelSensitivity:1.0
rawMouseInput:true
glDebugVerbosity:1
skipMultiplayerWarning:false
hideMatchedNames:true
joinedFirstServer:false
syncChunkWrites:true
key_key.attack:key.mouse.left
key_key.use:key.mouse.right
key_key.forward:key.keyboard.w
key_key.left:key.keyboard.a
key_key.back:key.keyboard.s
key_key.right:key.keyboard.d
key_key.jump:key.keyboard.space
key_key.sneak:key.keyboard.left.shift
key_key.sprint:key.keyboard.left.control
key_key.drop:key.keyboard.q
key_key.inventory:key.keyboard.e
key_key.chat:key.keyboard.t
key_key.playerlist:key.keyboard.tab
key_key.pickItem:key.mouse.middle
key_key.command:key.keyboard.slash
key_key.socialInteractions:key.keyboard.p
key_key.screenshot:key.keyboard.f2
key_key.togglePerspective:key.keyboard.f5
key_key.smoothCamera:key.keyboard.unknown
key_key.fullscreen:key.keyboard.f11
key_key.spectatorOutlines:key.keyboard.unknown
key_key.swapOffhand:key.keyboard.f
key_key.saveToolbarActivator:key.keyboard.unknown
key_key.loadToolbarActivator:key.keyboard.x
key_key.advancements:key.keyboard.l
key_key.hotbar.1:key.keyboard.1
key_key.hotbar.2:key.keyboard.2
key_key.hotbar.3:key.keyboard.3
key_key.hotbar.4:key.keyboard.4
key_key.hotbar.5:key.keyboard.5
key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
key_of.key.zoom:key.keyboard.c
key_key.journeymap.zoom_in:key.keyboard.equal
key_key.journeymap.zoom_out:key.keyboard.minus
key_key.journeymap.minimap_type:key.keyboard.left.bracket
key_key.journeymap.minimap_preset:key.keyboard.backslash
key_key.journeymap.create_waypoint:key.keyboard.b
key_key.journeymap.toggle_waypoints:key.keyboard.z
key_key.journeymap.fullscreen_create_waypoint:key.keyboard.b
key_key.journeymap.fullscreen_chat_position:key.keyboard.unknown
key_key.journeymap.map_toggle_alt:key.keyboard.j
key_key.journeymap.fullscreen_waypoints:key.keyboard.b:CONTROL
key_key.journeymap.minimap_toggle_alt:key.keyboard.j:CONTROL
key_key.journeymap.fullscreen_options:key.keyboard.o
key_key.journeymap.fullscreen.north:key.keyboard.up
key_key.journeymap.fullscreen.south:key.keyboard.down
key_key.journeymap.fullscreen.east:key.keyboard.right
key_key.journeymap.fullscreen.west:key.keyboard.left
key_key.journeymap.fullscreen.disable_buttons:key.keyboard.h
key_key.sendpokemon:key.keyboard.r
key_key.nextpokemon:key.keyboard.down
key_key.previouspokemon:key.keyboard.up
key_key.minmaxoverlay:key.keyboard.o
key_key.descend:key.keyboard.unknown
key_key.hover:key.keyboard.h
key_key.spectateBattle:key.keyboard.y
key_key.questjournal:key.keyboard.n
key_key.questcycle:key.keyboard.m
key_key.pokemonaction:key.keyboard.v
key_key.pokemonexternal:key.keyboard.g
key_key.nextexternalmove:key.keyboard.b
key_key.pokedex:key.keyboard.i
key_key.trainercard:key.keyboard.u
key_key.wiki:key.keyboard.k
key_key.pcsearch:key.keyboard.s
key_key.pcrename:key.keyboard.r
key_key.pcwallpaper:key.keyboard.w
key_key.pixelmonoptions:key.keyboard.p
soundCategory_master:0.102338575
soundCategory_music:1.0
soundCategory_record:1.0
soundCategory_weather:1.0
soundCategory_block:1.0
soundCategory_hostile:1.0
soundCategory_neutral:1.0
soundCategory_player:1.0
soundCategory_ambient:1.0
soundCategory_voice:1.0
modelPart_cape:true
modelPart_jacket:true
modelPart_left_sleeve:true
modelPart_right_sleeve:true
modelPart_left_pants_leg:true
modelPart_right_pants_leg:true
modelPart_hat:true

Binary file not shown.

View File

@@ -5,6 +5,7 @@ import os, sys, argparse, tempfile, subprocess, shutil, requests
parser = argparse.ArgumentParser(description="a helper script for liightninggod modpacks")
parser.add_argument("--export", "-e", help="export modpack zip", action="store_true")
parser.add_argument("--export-full", help="export modpack zip with mods folder", action="store_true")
parser.add_argument("--setup", "-s", help="setup project and install dependencies", action="store_true")
parser.add_argument("--force", "-f", help="forces things when needed, like redoing setup", action="store_true")
parser.add_argument("--build-pax", help="builds pax from source, even if on a supported platform", action="store_true")
@@ -23,7 +24,7 @@ OS = sys.platform
def __main__():
if args.setup:
print("setting up pack")
print("setting up tooling")
setup_pack()
return
elif args.export:
@@ -31,7 +32,7 @@ def __main__():
return
print(
"no command provided. pass the -h flag to see commands for pack, or run ./pax to interact with the modpack's files"
"no command provided. pass the -h flag to see commands for tooling, or run ./pax to interact with the modpack's files"
)
@@ -82,8 +83,8 @@ def pax_from_source():
subprocess.run(["git", "clone", PAX_GITHUB], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
os.chdir("pax")
subprocess.run(["nimble", "build", "-d:release"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
subprocess.run(["cp", "./pax", WORKING_DIR])
subprocess.run(["nimble", "build", "-y", "-d:release"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
subprocess.run(["cp", "pax", WORKING_DIR])
# helper functions