update mods
Some checks failed
Build Modpack / build (push) Failing after 2s

This commit is contained in:
Merith 2025-03-07 13:52:20 -08:00
parent 30620ffd6b
commit 179bf47539
43 changed files with 508 additions and 88 deletions

View file

@ -0,0 +1,30 @@
{
// Whether a custom window title should be set. Uses the value set in 'customWindowTitle'.
"setCustomWindowTitle": true,
// The custom window title that's used when 'setCustomWindowTitle' is enabled.
"customWindowTitle": "Unbaked Anarchy",
// If a custom window icon should be set. Two files are needed. Both in PNG format. One a 16 pixel square called 'icon_16x16.png', and one a 32 pixel square called 'icon_32x32.png'. Located in './config/simplemenu/icon'.
"setCustomWindowIcon": true,
// If a custom main menu logo should be rendered. This will replace the 'Minecraft' text. A 'logo.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 1024x256. To remove it completely, use an empty .png file.
"replaceMainMenuLogo": false,
// If a custom main menu 'edition' logo should be rendered. This will replace the 'Java Edition' text. An 'edition.png' file is needed. Located in './config/simplemenu/logo'. By default the image dimensions are 512x64. To remove it completely, use an empty .png file.
"replaceMainMenuEditionLogo": false,
// If a custom background should be rendered. A 'background.png' file is needed. Located in './config/simplemenu/background/'.
"setCustomBackground": true,
// If the Minecraft Realms button should be hidden from the main menu. Enabled by default, since modded Minecraft is incompatible with it.
"hideMinecraftRealmsButton": false,
// Whether the Minecraft Realms button should be replaced by a serverhosting promo button.
"enableServerPromoButton": false,
// The default server promo button text.
"serverPromoButtonTextDefault": "Need a Server?",
// The server promo button text shown when hovering it.
"serverPromoButtonTextOnHover": "Use code PROMO for 25% off",
// The URL that's being navigated to when clicking the server promo button.
"serverPromoButtonClickURL": "https://localhost/exampleurl",
// Whether the splash text should be hidden on the main menu.
"hideSplashText": false,
// Whether experimental/beta mod loader text should be removed from the main menu.
"removeExperimentalModLoaderText": false,
// Whether the text in the bottom left should be removed from the main menu.
"removeTextBottomLeft": false
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

View file

@ -1,6 +0,0 @@
{
"external_saves_directory": "--auto-detect",
"priority": -1,
"swap_owf_and_singleplayer_button": false,
"replace_singleplayer_button": true
}

View file

@ -0,0 +1,42 @@
'head' : '',
'chest' : '{count:1,id:"minecraft:chainmail_chestplate"}',
'legs' : '',
'feet' : '',
'offhand' : '{count:1,id:"minecraft:shield"}',
0 : '{count:1,id:"copper_reforged:copper_sword"}',
1 : '{components:{"travelersbackpack:ability_enabled":0b,"travelersbackpack:backpack_container":[{item:{},slot:0},{item:{},slot:1},{item:{},slot:2},{item:{},slot:3},{item:{},slot:4},{item:{},slot:5},{item:{},slot:6},{item:{},slot:7},{item:{},slot:8},{item:{},slot:9},{item:{},slot:10},{item:{},slot:11},{item:{},slot:12},{item:{},slot:13},{item:{},slot:14},{item:{},slot:15},{item:{},slot:16},{item:{},slot:17},{item:{},slot:18},{item:{},slot:19},{item:{},slot:20},{item:{},slot:21},{item:{},slot:22},{item:{},slot:23},{item:{},slot:24},{item:{},slot:25},{item:{},slot:26}],"travelersbackpack:render_info":{RenderInfo:{LeftTank:{},RightTank:{}}},"travelersbackpack:show_tool_slots":1b,"travelersbackpack:storage_slots":27,"travelersbackpack:tool_slots":2,"travelersbackpack:tools_container":[{item:{count:1,id:"copper_reforged:copper_axe"},slot:0},{item:{count:1,id:"copper_reforged:copper_pickaxe"},slot:1}],"travelersbackpack:upgrade_slots":2,"travelersbackpack:upgrades":[{item:{count:1,id:"travelersbackpack:tanks_upgrade"},slot:0},{item:{count:1,id:"travelersbackpack:crafting_upgrade"},slot:1}]},count:1,id:"travelersbackpack:standard"}',
2 : '{count:1,id:"minecraft:lantern"}',
3 : '',
4 : '',
5 : '',
6 : '',
7 : '',
8 : '',
9 : '',
10 : '',
11 : '',
12 : '',
13 : '',
14 : '',
15 : '',
16 : '',
17 : '',
18 : '',
19 : '',
20 : '',
21 : '',
22 : '',
23 : '',
24 : '',
25 : '',
26 : '',
27 : '',
28 : '',
29 : '',
30 : '',
31 : '',
32 : '',
33 : '',
34 : '',
35 : '',
'effects' : '',

View file

@ -77,7 +77,7 @@
"analogMovement": "true",
"QUICKCOMMAND_0": "/gamemode survival",
"playerModelType": "VANILLA",
"headToHmdLength": "0.10000000149011612",
"headToHmdLength": "0.1",
"chatNotificationSound": "block.note_block.bell",
"jumpThreshold": "0.05",
"movementSpeedMultiplier": "1.0",