Compare commits
99 commits
Author | SHA1 | Date | |
---|---|---|---|
02a1f4e7eb | |||
b3e2c03656 | |||
0381cea141 | |||
599ce1c43d | |||
6fd5bbe68c | |||
474ed26a8a | |||
a643b45180 | |||
9ee7823001 | |||
5a91fbedf4 | |||
c7760e6eb1 | |||
29b3b224ca | |||
6aa31c5b20 | |||
4f280a226f | |||
9e4e53f467 | |||
b8271031b0 | |||
e1507cb7f3 | |||
485c4cc219 | |||
77a4d44f58 | |||
8203f35294 | |||
46aa2c6eb7 | |||
cca796d62f | |||
b36c4c8663 | |||
49a5e6dd2d | |||
236ee70c75 | |||
ad73bc2e1e | |||
717841daa0 | |||
c336fa2cae | |||
0a15901a23 | |||
447ea420a1 | |||
669051a8fe | |||
19bb81a441 | |||
106156f141 | |||
8968f3b240 | |||
570086c81f | |||
d61626055c | |||
031494d8b0 | |||
96b7b969a0 | |||
35824730aa | |||
68e049ec47 | |||
3efdc8d01e | |||
f1d2b9e159 | |||
ed97457a54 | |||
4e0fea927c | |||
f431577d51 | |||
22fef204c0 | |||
4fcf213103 | |||
d6c17a9afc | |||
3a15224a28 | |||
e488278d7c | |||
6dcc5286b2 | |||
0116a31199 | |||
2e69faaaa5 | |||
ca2c17242a | |||
45712ad8cf | |||
0b56372129 | |||
697dad0953 | |||
03e7345689 | |||
9b89703765 | |||
03a3ffeda4 | |||
f758d9239e | |||
539789e1f8 | |||
ea3cbd4e03 | |||
725c4cb0cd | |||
e29b2c2ef2 | |||
68e295d325 | |||
5044e9f65e | |||
d145ad333a | |||
1585135946 | |||
b86e259858 | |||
c2534b4f33 | |||
ff4203d0e4 | |||
1425255070 | |||
82cc917873 | |||
94564582c5 | |||
3a5b88242f | |||
e3629bf8c2 | |||
1a53363264 | |||
1056338c3b | |||
28ee37a5b0 | |||
100ec19676 | |||
16286edf4c | |||
8a46ca8094 | |||
863d1a8d42 | |||
c690d14541 | |||
07bd2f315d | |||
d3e37da36f | |||
110c381953 | |||
80c75ff704 | |||
caf2c57cfc | |||
be348dc65e | |||
50e8172b4f | |||
7cd04068db | |||
debcff338d | |||
eb06b8c13b | |||
bad279ccdc | |||
ecdf4232be | |||
09cf544af0 | |||
b7c8d9b398 | |||
d8f1a0f294 |
127 changed files with 1846 additions and 912 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -1,2 +1,5 @@
|
||||||
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
|
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
|
||||||
* -text
|
* -text
|
||||||
|
|
||||||
|
# mark index.toml as autogenerated, to disable diff view
|
||||||
|
/index.toml linguist-generated
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
/README.md
|
/README.md
|
||||||
|
|
||||||
|
# Exclude developer settings
|
||||||
|
/.vscode
|
||||||
|
|
16
README.md
16
README.md
|
@ -1,4 +1,12 @@
|
||||||
A minecraft modpack for general use and to improve quality of life on multiplayer servers that I play.
|
A 1.20.1 Minecraft modpack for general use and to improve quality of life on multiplayer servers that I play.
|
||||||
|
|
||||||
## Note
|
Uses Quilt mod loader.
|
||||||
Modpack contains mods that might be aganist rules on some servers. You should always check if any mods that you use are allowed on servers that you play.
|
|
||||||
|
You can check what mods are used by checking what is contained in the [mods](./mods) folder.
|
||||||
|
|
||||||
|
## Note
|
||||||
|
Modpack contains mods that might be aganist rules on some servers. You should always check if any mods that you use are allowed on servers that you play.
|
||||||
|
|
||||||
|
## Copying and modifying
|
||||||
|
Feel free to modify this modpack to your liking. Do not claim that I made modpack if you have added your own mods into it.
|
||||||
|
|
||||||
|
|
8
config/MouseTweaks.cfg
Normal file
8
config/MouseTweaks.cfg
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
RMBTweak=0
|
||||||
|
LMBTweakWithItem=1
|
||||||
|
LMBTweakWithoutItem=1
|
||||||
|
WheelTweak=1
|
||||||
|
WheelSearchOrder=1
|
||||||
|
WheelScrollDirection=0
|
||||||
|
ScrollItemScaling=0
|
||||||
|
Debug=0
|
20
config/NoChatReports/NCR-Client.json
Normal file
20
config/NoChatReports/NCR-Client.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"defaultSigningMode": "PROMPT",
|
||||||
|
"enableMod": true,
|
||||||
|
"showNCRButton": true,
|
||||||
|
"showReloadButton": false,
|
||||||
|
"verifiedIconEnabled": true,
|
||||||
|
"showServerSafety": true,
|
||||||
|
"hideInsecureMessageIndicators": false,
|
||||||
|
"hideModifiedMessageIndicators": false,
|
||||||
|
"hideSystemMessageIndicators": false,
|
||||||
|
"hideWarningToast": true,
|
||||||
|
"hideSigningRequestMessage": false,
|
||||||
|
"alwaysHideReportButton": false,
|
||||||
|
"skipRealmsWarning": false,
|
||||||
|
"disableTelemetry": true,
|
||||||
|
"removeTelemetryButton": true,
|
||||||
|
"demandOnServer": false,
|
||||||
|
"verifiedIconOffsetX": 0,
|
||||||
|
"verifiedIconOffsetY": 0
|
||||||
|
}
|
7
config/NoChatReports/NCR-Common.json
Normal file
7
config/NoChatReports/NCR-Common.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!",
|
||||||
|
"demandOnClient": false,
|
||||||
|
"convertToGameMessage": true,
|
||||||
|
"addQueryData": true,
|
||||||
|
"enableDebugLog": false
|
||||||
|
}
|
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
// If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT
|
|
||||||
"showFoodValuesInTooltip": true,
|
|
||||||
// If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT)
|
|
||||||
"showFoodValuesInTooltipAlways": true,
|
|
||||||
// If true, shows your current saturation level overlayed on the hunger bar
|
|
||||||
"showSaturationHudOverlay": true,
|
|
||||||
// If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding
|
|
||||||
"showFoodValuesHudOverlay": true,
|
|
||||||
// If true, enables the hunger/saturation/health overlays for food in your off-hand
|
|
||||||
"showFoodValuesHudOverlayWhenOffhand": true,
|
|
||||||
// If true, shows your food exhaustion as a progress bar behind the hunger bar
|
|
||||||
"showFoodExhaustionHudUnderlay": true,
|
|
||||||
// If true, shows estimated health restored by food on the health bar
|
|
||||||
"showFoodHealthHudOverlay": true,
|
|
||||||
// If true, shows your hunger, saturation, and exhaustion level in Debug Screen
|
|
||||||
"showFoodDebugInfo": true,
|
|
||||||
// If true, health/hunger overlay will shake to match Minecraft's icon animations
|
|
||||||
"showVanillaAnimationsOverlay": true,
|
|
||||||
// Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent)
|
|
||||||
"maxHudOverlayFlashAlpha": 0.6499999761581421
|
|
||||||
}
|
|
18
config/betteradvancements.json
Normal file
18
config/betteradvancements.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"defaultUncompletedIconColor": "#FFFFFF",
|
||||||
|
"defaultUncompletedTitleColor": "#0489C1",
|
||||||
|
"defaultCompletedIconColor": "#DBA213",
|
||||||
|
"defaultCompletedTitleColor": "#DBA213",
|
||||||
|
"doAdvancementsBackgroundFade": true,
|
||||||
|
"showDebugCoordinates": false,
|
||||||
|
"orderTabsAlphabetically": false,
|
||||||
|
"uiScaling": 100,
|
||||||
|
"criteriaDetail": "All",
|
||||||
|
"criteriaDetailRequiresShift": true,
|
||||||
|
"addInventoryButton": false,
|
||||||
|
"defaultDrawDirectLines": false,
|
||||||
|
"defaultHideLines": false,
|
||||||
|
"defaultCompletedLineColor": "#FFFFFF",
|
||||||
|
"defaultUncompletedLineColor": "#FFFFFF",
|
||||||
|
"onlyUseAboveAdvancementTabs": false
|
||||||
|
}
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"disable_ctm": false,
|
|
||||||
"use_manual_culling": true
|
|
||||||
}
|
|
190
config/craftpresence.json
Normal file
190
config/craftpresence.json
Normal file
|
@ -0,0 +1,190 @@
|
||||||
|
{
|
||||||
|
"_README": "https://gitlab.com/CDAGaming/CraftPresence/-/wikis/home",
|
||||||
|
"_SOURCE": "https://gitlab.com/CDAGaming/CraftPresence",
|
||||||
|
"_schemaVersion": 6,
|
||||||
|
"_lastMCVersionId": 763,
|
||||||
|
"generalSettings": {
|
||||||
|
"detectATLauncherInstance": false,
|
||||||
|
"detectCurseManifest": false,
|
||||||
|
"detectMultiMCManifest": false,
|
||||||
|
"detectMCUpdaterInstance": false,
|
||||||
|
"detectTechnicPack": false,
|
||||||
|
"detectBiomeData": false,
|
||||||
|
"detectDimensionData": false,
|
||||||
|
"detectWorldData": true,
|
||||||
|
"clientId": "450485984333660181",
|
||||||
|
"defaultIcon": "jappa_grass_498",
|
||||||
|
"enableJoinRequests": true,
|
||||||
|
"partyPrivacyLevel": 0,
|
||||||
|
"preferredClientLevel": 3,
|
||||||
|
"resetTimeOnInit": false,
|
||||||
|
"autoRegister": true
|
||||||
|
},
|
||||||
|
"biomeSettings": {
|
||||||
|
"fallbackBiomeIcon": "unknown",
|
||||||
|
"biomeData": {
|
||||||
|
"default": {
|
||||||
|
"textOverride": "Playing in {biome.name}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dimensionSettings": {
|
||||||
|
"fallbackDimensionIcon": "unknown",
|
||||||
|
"dimensionData": {
|
||||||
|
"default": {
|
||||||
|
"textOverride": "In the {dimension.name}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"serverSettings": {
|
||||||
|
"fallbackServerIcon": "default",
|
||||||
|
"fallbackServerName": "Minecraft Server",
|
||||||
|
"fallbackServerMotd": "A Minecraft Server",
|
||||||
|
"serverData": {
|
||||||
|
"default": {
|
||||||
|
"textOverride": "Playing Multiplayer"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"statusMessages": {
|
||||||
|
"mainMenuData": {
|
||||||
|
"textOverride": "In the Main Menu"
|
||||||
|
},
|
||||||
|
"loadingData": {
|
||||||
|
"textOverride": "Loading..."
|
||||||
|
},
|
||||||
|
"lanData": {
|
||||||
|
"textOverride": "Playing on a LAN Server"
|
||||||
|
},
|
||||||
|
"singleplayerData": {
|
||||||
|
"textOverride": "Playing Singleplayer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"advancedSettings": {
|
||||||
|
"enablePerGui": false,
|
||||||
|
"enablePerItem": false,
|
||||||
|
"enablePerEntity": false,
|
||||||
|
"formatWords": true,
|
||||||
|
"debugMode": false,
|
||||||
|
"verboseMode": false,
|
||||||
|
"refreshRate": 2,
|
||||||
|
"allowPlaceholderPreviews": false,
|
||||||
|
"guiSettings": {
|
||||||
|
"fallbackGuiIcon": "unknown",
|
||||||
|
"guiData": {
|
||||||
|
"default": {
|
||||||
|
"textOverride": "In {screen.name}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"itemMessages": {
|
||||||
|
"default": "Holding {item.message.holding}"
|
||||||
|
},
|
||||||
|
"entitySettings": {
|
||||||
|
"fallbackEntityIcon": "unknown",
|
||||||
|
"targetData": {
|
||||||
|
"default": {
|
||||||
|
"textOverride": "Targeting {entity.target.name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ridingData": {
|
||||||
|
"default": {
|
||||||
|
"textOverride": "Riding {entity.riding.name}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"allowEndpointIcons": true,
|
||||||
|
"serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}",
|
||||||
|
"playerSkinEndpoint": "https://crafatar.com/avatars/%1$s",
|
||||||
|
"allowDuplicatePackets": false,
|
||||||
|
"maxConnectionAttempts": 10
|
||||||
|
},
|
||||||
|
"accessibilitySettings": {
|
||||||
|
"tooltipBackground": {
|
||||||
|
"start": {
|
||||||
|
"red": 16,
|
||||||
|
"green": 0,
|
||||||
|
"blue": 16,
|
||||||
|
"alpha": 240
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tooltipBorder": {
|
||||||
|
"start": {
|
||||||
|
"red": 80,
|
||||||
|
"green": 0,
|
||||||
|
"blue": 255,
|
||||||
|
"alpha": 80
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"red": 40,
|
||||||
|
"green": 0,
|
||||||
|
"blue": 127,
|
||||||
|
"alpha": 80
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"guiBackground": {
|
||||||
|
"start": {
|
||||||
|
"red": 64,
|
||||||
|
"green": 64,
|
||||||
|
"blue": 64,
|
||||||
|
"alpha": 255
|
||||||
|
},
|
||||||
|
"texLocation": "minecraft:textures/gui/options_background.png"
|
||||||
|
},
|
||||||
|
"worldGuiBackground": {
|
||||||
|
"start": {
|
||||||
|
"red": 16,
|
||||||
|
"green": 16,
|
||||||
|
"blue": 16,
|
||||||
|
"alpha": 192
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"red": 16,
|
||||||
|
"green": 16,
|
||||||
|
"blue": 16,
|
||||||
|
"alpha": 208
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"languageId": "en_us",
|
||||||
|
"stripTranslationColors": false,
|
||||||
|
"stripExtraGuiElements": false,
|
||||||
|
"renderTooltips": true,
|
||||||
|
"configKeyCode": -1
|
||||||
|
},
|
||||||
|
"displaySettings": {
|
||||||
|
"presenceData": {
|
||||||
|
"enabled": true,
|
||||||
|
"useAsMain": false,
|
||||||
|
"details": "",
|
||||||
|
"gameState": "{menu.message}{server.message}",
|
||||||
|
"largeImageKey": "{general.icon}",
|
||||||
|
"largeImageText": "{general.title} {general.brand} {custom.mods}",
|
||||||
|
"smallImageKey": "",
|
||||||
|
"smallImageText": "{server.message}",
|
||||||
|
"startTimestamp": "{data.general.time}",
|
||||||
|
"endTimestamp": "",
|
||||||
|
"buttons": {
|
||||||
|
"default": {
|
||||||
|
"label": "Example Text",
|
||||||
|
"url": "https://google.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dynamicIcons": {
|
||||||
|
"default": "https://via.placeholder.com/256.png",
|
||||||
|
"Wroclaw": "https://crafatar.com/avatars/589ae8b42dc2441ab9e2991f8f5c555e"
|
||||||
|
},
|
||||||
|
"dynamicVariables": {
|
||||||
|
"default": "Example Text",
|
||||||
|
"mods": "{general.mods} Mods",
|
||||||
|
"player_info_coordinate": "At {player.position.x}, {player.position.z}",
|
||||||
|
"players": "{server.players.current} / {server.players.max} Players",
|
||||||
|
"player_info_in": "({custom.player_info_health})",
|
||||||
|
"player_info_items": "Items: {item.main_hand.message}",
|
||||||
|
"player_info_out": "{player.name}",
|
||||||
|
"player_info_health": "Health: {player.health.current}/{player.health.max}",
|
||||||
|
"world_info": "On {world.name}",
|
||||||
|
"pack": "{pack.name}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,78 +0,0 @@
|
||||||
#CraftPresence - Configuration Settings
|
|
||||||
#Current Version -> v1.8.8 (Schema v2)
|
|
||||||
#
|
|
||||||
#Last synchronized:
|
|
||||||
#Sat Apr 02 15:55:35 CEST 2022
|
|
||||||
Large_Image_Key_Format=&DEFAULT&
|
|
||||||
Enable_Join_Requests=true
|
|
||||||
Default_Icon=jappa_grass_498
|
|
||||||
Show_Elapsed_Time=true
|
|
||||||
Default_Dimension_Icon=unknown
|
|
||||||
Entity_Riding_Messages=[default;Riding &entity&]
|
|
||||||
Reset_Time_on_Init=false
|
|
||||||
Tooltip_Border_Color=0x505000FF
|
|
||||||
Strip_Extra_Gui_Elements=false
|
|
||||||
Gui_Messages=[default;In &screen&]
|
|
||||||
Last_MC_Version_ID=758
|
|
||||||
Language_ID=en_us
|
|
||||||
Verbose_Mode=false
|
|
||||||
Enable_Per-Item_System=false
|
|
||||||
Client_ID=450485984333660181
|
|
||||||
Detect_Dimension_Data=false
|
|
||||||
Player_Inner_Info_Placeholder=(&health&)
|
|
||||||
Details_Message_Format=
|
|
||||||
Enable_Commands=true
|
|
||||||
Vivecraft_Message=Playing in VR via Vivecraft
|
|
||||||
Loading_Message=Loading...
|
|
||||||
Party_Privacy=0
|
|
||||||
Enable_Per-Entity_System=false
|
|
||||||
Detect_MCUpdater_Instance=false
|
|
||||||
Default\ Biome\ Icon=unknown
|
|
||||||
Player_List_Placeholder=¤t& / &max& Players
|
|
||||||
Format_Words=true
|
|
||||||
Main_Menu_Message=In the Main Menu
|
|
||||||
Config_Gui_Keybind=96
|
|
||||||
Include_Extra_Gui_Classes=false
|
|
||||||
Auto_Register=true
|
|
||||||
Gui_Background_Color=minecraft;textures/gui/options_background.png
|
|
||||||
Fallback_Pack_Placeholder=
|
|
||||||
Player_Outer_Info_Placeholder=&name&
|
|
||||||
Detect_Curse_Manifest=false
|
|
||||||
Detect_Technic_Pack=false
|
|
||||||
World_Data_Placeholder=On &worldname&
|
|
||||||
Server_Messages=[default;Playing Multiplayer]
|
|
||||||
Show_Logging_in_Chat=false
|
|
||||||
Biome_Messages=[default;Playing in &biome&]
|
|
||||||
Small_Image_Text_Format=&SERVER&
|
|
||||||
Modpack_Message=&name&
|
|
||||||
Enable_Per-Gui_System=false
|
|
||||||
Render_Tooltips=true
|
|
||||||
Dimension_Messages=[default;In the &dimension&]
|
|
||||||
Schema_Version=2
|
|
||||||
Default_Server_Icon=default
|
|
||||||
Button_Background_Color=minecraft;textures/gui/widgets.png
|
|
||||||
Game_State_Message_Format=&MAINMENU&&SERVER&
|
|
||||||
Small_Image_Key_Format=
|
|
||||||
Player_Items_Placeholder=Items\: &main&
|
|
||||||
Reduced_Background_Tint=true
|
|
||||||
Detect_World_Data=true
|
|
||||||
Detect_Biome_Data=false
|
|
||||||
LAN_Game_Message=Playing on a LAN Server
|
|
||||||
Split_Character=;
|
|
||||||
Debug_Mode=false
|
|
||||||
Default_Server_Name=Minecraft Server
|
|
||||||
Mods_Placeholder=&modcount& Mods
|
|
||||||
Item_Messages=[default;Holding &item&]
|
|
||||||
Player_Skin_Endpoint=https\://crafatar.com/avatars/%1$s
|
|
||||||
Entity_Target_Messages=[default;Targeting &entity&]
|
|
||||||
Detect_MultiMC_Instance=false
|
|
||||||
Tooltip_Background_Color=0xF0100010
|
|
||||||
Player_Coordinate_Placeholder=At &xPosition&, &zPosition&
|
|
||||||
Strip_Translation_Colors=false
|
|
||||||
Rounding_Size=3
|
|
||||||
Player_Health_Placeholder=Health\: ¤t&/&max&
|
|
||||||
Entity_Attacking_Messages=[default;Attacking &entity&]
|
|
||||||
Default_Server_Motd=A Minecraft Server
|
|
||||||
Large_Image_Text_Format=&MCVERSION& &BRAND& &MODS&
|
|
||||||
Singleplayer_Game_Message=Playing Singleplayer
|
|
||||||
Refresh_Rate=2
|
|
|
@ -1,3 +1,3 @@
|
||||||
title = 'Minecraft VMU - {mcversion}'
|
title = ' VMU 1.3.1 - Minecraft {mcversion}'
|
||||||
icon16 = ''
|
icon16 = ''
|
||||||
icon32 = ''
|
icon32 = ''
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
#Indigo properties file
|
|
||||||
#Sat Apr 02 15:55:34 CEST 2022
|
|
||||||
debug-compare-lighting=auto
|
|
||||||
fix-exterior-vertex-lighting=auto
|
|
||||||
ambient-occlusion-mode=hybrid
|
|
||||||
always-tesselate-blocks=auto
|
|
||||||
fix-smooth-lighting-offset=auto
|
|
||||||
fix-luminous-block-ambient-occlusion=auto
|
|
|
@ -1,11 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"displayDebugData": false,
|
"displayDebugData": false,
|
||||||
|
"enabled": true,
|
||||||
"leafSize": 5,
|
"leafSize": 5,
|
||||||
"leafLifespan": 200,
|
"leafLifespan": 200,
|
||||||
"leafSpawnRate": 10,
|
"leafSpawnRate": 10,
|
||||||
"coniferLeafSpawnRate": 0,
|
"coniferLeafSpawnRate": 0,
|
||||||
|
"snowflakeSpawnRate": 15,
|
||||||
"dropFromPlayerPlacedBlocks": true,
|
"dropFromPlayerPlacedBlocks": true,
|
||||||
|
"leavesOnBlockHit": true,
|
||||||
"minimumFreeSpaceBelow": 1,
|
"minimumFreeSpaceBelow": 1,
|
||||||
"windEnabled": true,
|
"windEnabled": true,
|
||||||
"windlessDimensions": [
|
"windlessDimensions": [
|
||||||
|
@ -44,9 +47,20 @@
|
||||||
"minecraft:spruce_leaves": {
|
"minecraft:spruce_leaves": {
|
||||||
"spawnRateFactor": 1.0,
|
"spawnRateFactor": 1.0,
|
||||||
"isConiferBlock": true
|
"isConiferBlock": true
|
||||||
|
},
|
||||||
|
"minecraft:mangrove_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"minecraft:cherry_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"leafSpawners": [],
|
"leafSpawners": [],
|
||||||
"fallSpawnRateFactor": 1.8,
|
"fallSpawnRateFactor": 1.8,
|
||||||
"winterSpawnRateFactor": 0.1
|
"winterSpawnRateFactor": 0.1,
|
||||||
|
"startingSpawnRadius": 0,
|
||||||
|
"decaySpawnRateFactor": 2.6,
|
||||||
|
"maxDecayLeaves": 9
|
||||||
}
|
}
|
70
config/inspecio.json
Normal file
70
config/inspecio.json
Normal file
|
@ -0,0 +1,70 @@
|
||||||
|
{
|
||||||
|
"jukebox": "fancy",
|
||||||
|
"sign": "fancy",
|
||||||
|
"advanced_tooltips": {
|
||||||
|
"repair_cost": true,
|
||||||
|
"lodestone_coords": false
|
||||||
|
},
|
||||||
|
"filled_map": {
|
||||||
|
"enabled": true,
|
||||||
|
"show_player_icon": false
|
||||||
|
},
|
||||||
|
"food": {
|
||||||
|
"hunger": true,
|
||||||
|
"saturation": "merged"
|
||||||
|
},
|
||||||
|
"containers": {
|
||||||
|
"campfire": true,
|
||||||
|
"storage": {
|
||||||
|
"enabled": false,
|
||||||
|
"compact": false,
|
||||||
|
"loot_table": true
|
||||||
|
},
|
||||||
|
"shulker_box": {
|
||||||
|
"enabled": false,
|
||||||
|
"compact": false,
|
||||||
|
"loot_table": true,
|
||||||
|
"color": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"effects": {
|
||||||
|
"food": true,
|
||||||
|
"hidden_motion": true,
|
||||||
|
"hidden_effect_mode": "enchantment",
|
||||||
|
"beacon": true,
|
||||||
|
"potions": true,
|
||||||
|
"tipped_arrows": true,
|
||||||
|
"spectral_arrow": true
|
||||||
|
},
|
||||||
|
"entities": {
|
||||||
|
"spawn_egg": {
|
||||||
|
"enabled": true,
|
||||||
|
"always_show_name": false,
|
||||||
|
"spin": true
|
||||||
|
},
|
||||||
|
"mob_spawner": {
|
||||||
|
"enabled": true,
|
||||||
|
"always_show_name": false,
|
||||||
|
"spin": true
|
||||||
|
},
|
||||||
|
"pufferfish_puff_state": 2,
|
||||||
|
"armor_stand": {
|
||||||
|
"enabled": true,
|
||||||
|
"always_show_name": false,
|
||||||
|
"spin": true
|
||||||
|
},
|
||||||
|
"bee": {
|
||||||
|
"enabled": true,
|
||||||
|
"always_show_name": false,
|
||||||
|
"spin": true,
|
||||||
|
"show_honey_level": true
|
||||||
|
},
|
||||||
|
"fish_bucket": {
|
||||||
|
"enabled": true,
|
||||||
|
"always_show_name": false,
|
||||||
|
"spin": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"armor": true,
|
||||||
|
"banner_pattern": true
|
||||||
|
}
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"net.minecraft.class_476": {
|
|
||||||
"buttonHints": {
|
|
||||||
"MOVE_TO_CONTAINER": {
|
|
||||||
"horizontalOffset": 1,
|
|
||||||
"bottom": 1
|
|
||||||
},
|
|
||||||
"MOVE_TO_PLAYER": {
|
|
||||||
"horizontalOffset": 1
|
|
||||||
},
|
|
||||||
"SORT": {
|
|
||||||
"horizontalOffset": 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"net.minecraft.class_481": {
|
|
||||||
"buttonHints": {
|
|
||||||
"SORT": {
|
|
||||||
"horizontalOffset": 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,14 +1,35 @@
|
||||||
{
|
{
|
||||||
"ModSettings": {
|
"ModSettings": {
|
||||||
"enable_auto_refill": false,
|
"highlight_foused_items": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"highlight_foused_items_foreground": false,
|
||||||
|
"enable_auto_refill": {
|
||||||
|
"main": {
|
||||||
|
"keys": "F10"
|
||||||
|
},
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
"enable_updates_check": false,
|
"enable_updates_check": false,
|
||||||
"first_run": false
|
"first_run": false
|
||||||
},
|
},
|
||||||
"GuiSettings": {
|
"GuiSettings": {
|
||||||
"enable_profiles_ui": false,
|
"enable_inventory_editor_button": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"enable_inventory_settings_button": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"enable_profiles_ui": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
"continuous_crafting_saved_value": false,
|
"continuous_crafting_saved_value": false,
|
||||||
"show_sort_in_columns_button": false,
|
"show_sort_in_columns_button": {
|
||||||
"show_sort_in_rows_button": false
|
"value": false
|
||||||
|
},
|
||||||
|
"show_sort_in_rows_button": {
|
||||||
|
"value": false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Hotkeys": {
|
"Hotkeys": {
|
||||||
"open_config_menu": {
|
"open_config_menu": {
|
||||||
|
@ -20,6 +41,26 @@
|
||||||
"main": {
|
"main": {
|
||||||
"keys": ""
|
"keys": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"sort_inventory": {
|
||||||
|
"main": {
|
||||||
|
"keys": "BUTTON_3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scroll_to_chest": {
|
||||||
|
"main": {
|
||||||
|
"keys": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scroll_to_inventory": {
|
||||||
|
"main": {
|
||||||
|
"keys": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Tweaks": {
|
||||||
|
"prevent_close_gui_drop_item": {
|
||||||
|
"value": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
24
config/isxander-main-menu-credits.json
Normal file
24
config/isxander-main-menu-credits.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"main_menu": {
|
||||||
|
"top_left": [],
|
||||||
|
"top_right": [],
|
||||||
|
"bottom_left": [
|
||||||
|
{
|
||||||
|
"text": "VMU 1.3.1",
|
||||||
|
"clickEvent": {
|
||||||
|
"action": "open_url",
|
||||||
|
"value": "https://git.proot.pl/Wroclaw/VMU"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"bottom_right": [],
|
||||||
|
"mod_blacklist": []
|
||||||
|
},
|
||||||
|
"pause_menu": {
|
||||||
|
"top_left": [],
|
||||||
|
"top_right": [],
|
||||||
|
"bottom_left": [],
|
||||||
|
"bottom_right": [],
|
||||||
|
"mod_blacklist": []
|
||||||
|
}
|
||||||
|
}
|
|
@ -30,6 +30,7 @@
|
||||||
"infoLookingAtBlockInChunk": 26,
|
"infoLookingAtBlockInChunk": 26,
|
||||||
"infoLookingAtEntity": 23,
|
"infoLookingAtEntity": 23,
|
||||||
"infoMemoryUsage": 0,
|
"infoMemoryUsage": 0,
|
||||||
|
"infoMobCaps": 10,
|
||||||
"infoLoadedChunksCount": 31,
|
"infoLoadedChunksCount": 31,
|
||||||
"infoParticleCount": 17,
|
"infoParticleCount": 17,
|
||||||
"infoPing": 36,
|
"infoPing": 36,
|
||||||
|
@ -89,9 +90,9 @@
|
||||||
"textColor": "#FFFFFFFF"
|
"textColor": "#FFFFFFFF"
|
||||||
},
|
},
|
||||||
"Generic": {
|
"Generic": {
|
||||||
"axolotlTooltipsTooltips": true,
|
"axolotlTooltipsTooltips": false,
|
||||||
"beeTooltips": true,
|
"beeTooltips": false,
|
||||||
"honeyTooltips": true,
|
"honeyTooltips": false,
|
||||||
"biomeOverlaySingleColor": true,
|
"biomeOverlaySingleColor": true,
|
||||||
"debugMessages": false,
|
"debugMessages": false,
|
||||||
"debugRendererPathFindingEnablePointWidth": true,
|
"debugRendererPathFindingEnablePointWidth": true,
|
||||||
|
@ -104,7 +105,7 @@
|
||||||
"lightLevelRenderThrough": false,
|
"lightLevelRenderThrough": false,
|
||||||
"lightLevelSkipBlockCheck": false,
|
"lightLevelSkipBlockCheck": false,
|
||||||
"lightLevelUnderWater": false,
|
"lightLevelUnderWater": false,
|
||||||
"mapPreview": true,
|
"mapPreview": false,
|
||||||
"offsetSubtitleHud": true,
|
"offsetSubtitleHud": true,
|
||||||
"requireSneak": false,
|
"requireSneak": false,
|
||||||
"shulkerBoxPreview": false,
|
"shulkerBoxPreview": false,
|
||||||
|
@ -123,7 +124,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"openConfigGui": {
|
"openConfigGui": {
|
||||||
"keys": "H,C"
|
"keys": "RIGHT_SHIFT,F9"
|
||||||
},
|
},
|
||||||
"requiredKey": {
|
"requiredKey": {
|
||||||
"keys": ""
|
"keys": ""
|
||||||
|
@ -195,6 +196,7 @@
|
||||||
"infoLookingAtBlockInChunk": false,
|
"infoLookingAtBlockInChunk": false,
|
||||||
"infoLookingAtEntity": false,
|
"infoLookingAtEntity": false,
|
||||||
"infoMemoryUsage": false,
|
"infoMemoryUsage": false,
|
||||||
|
"infoMobCaps": false,
|
||||||
"infoLoadedChunksCount": false,
|
"infoLoadedChunksCount": false,
|
||||||
"infoParticleCount": false,
|
"infoParticleCount": false,
|
||||||
"infoPing": false,
|
"infoPing": false,
|
||||||
|
@ -305,6 +307,9 @@
|
||||||
"infoMemoryUsage": {
|
"infoMemoryUsage": {
|
||||||
"keys": ""
|
"keys": ""
|
||||||
},
|
},
|
||||||
|
"infoMobCaps": {
|
||||||
|
"keys": ""
|
||||||
|
},
|
||||||
"infoLoadedChunksCount": {
|
"infoLoadedChunksCount": {
|
||||||
"keys": ""
|
"keys": ""
|
||||||
},
|
},
|
||||||
|
@ -374,7 +379,7 @@
|
||||||
"overlaySpawnChunkReal": false,
|
"overlaySpawnChunkReal": false,
|
||||||
"overlaySpawnChunkPlayer": false,
|
"overlaySpawnChunkPlayer": false,
|
||||||
"overlayStructureMainToggle": false,
|
"overlayStructureMainToggle": false,
|
||||||
"shapeRenderer": true,
|
"shapeRenderer": false,
|
||||||
"debugChunkBorder": false,
|
"debugChunkBorder": false,
|
||||||
"debugChunkInfo": false,
|
"debugChunkInfo": false,
|
||||||
"debugChunkOcclusion": false,
|
"debugChunkOcclusion": false,
|
||||||
|
@ -488,7 +493,9 @@
|
||||||
"Village Main": "#3054CB4E",
|
"Village Main": "#3054CB4E",
|
||||||
"Village Components": "#3054CB4E",
|
"Village Components": "#3054CB4E",
|
||||||
"Witch Hut Main": "#30BE1DFC",
|
"Witch Hut Main": "#30BE1DFC",
|
||||||
"Witch Hut Components": "#300099FF"
|
"Witch Hut Components": "#300099FF",
|
||||||
|
"Unknown Main": "#50FFFFFF",
|
||||||
|
"Unknown Components": "#50FFFFFF"
|
||||||
},
|
},
|
||||||
"StructureHotkeys": {
|
"StructureHotkeys": {
|
||||||
"Toggle Bastion Remnant": {
|
"Toggle Bastion Remnant": {
|
||||||
|
@ -544,6 +551,9 @@
|
||||||
},
|
},
|
||||||
"Toggle Witch Hut": {
|
"Toggle Witch Hut": {
|
||||||
"keys": ""
|
"keys": ""
|
||||||
|
},
|
||||||
|
"Toggle Unknown": {
|
||||||
|
"keys": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"StructureToggles": {
|
"StructureToggles": {
|
||||||
|
@ -564,7 +574,8 @@
|
||||||
"Shipwreck": false,
|
"Shipwreck": false,
|
||||||
"Stronghold": false,
|
"Stronghold": false,
|
||||||
"Village": false,
|
"Village": false,
|
||||||
"Witch Hut": false
|
"Witch Hut": false,
|
||||||
|
"Unknown": false
|
||||||
},
|
},
|
||||||
"config_version": 1
|
"config_version": 1
|
||||||
}
|
}
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"show_libraries": false,
|
|
||||||
"hide_config_buttons": false,
|
|
||||||
"sorting": "ascending"
|
|
||||||
}
|
|
|
@ -1,107 +0,0 @@
|
||||||
{
|
|
||||||
// General settings
|
|
||||||
general: {
|
|
||||||
// Sets the interval in milliseconds in which certain packets are fired.
|
|
||||||
// Lower numbers increase the speed but might be rejected by servers.
|
|
||||||
// default: 10
|
|
||||||
// Must be inclusively between 1 and 1000
|
|
||||||
interaction-rate: 10
|
|
||||||
// Enables right-clicking in recipe books/villager trading to swiftly craft/trade.
|
|
||||||
// default: true
|
|
||||||
enable-quick-craft: true
|
|
||||||
// This option will treat the hotbar as a separate scope.
|
|
||||||
// This means that pushing the inventory or sorting the main inventory will not affect the hotbar and vice-versa.
|
|
||||||
// default: true
|
|
||||||
hotbar-scope: true
|
|
||||||
// Enables using armor/elytra items to swap them with the currently equipped item.
|
|
||||||
// default: true
|
|
||||||
enable-quick-armor-swapping: true
|
|
||||||
}
|
|
||||||
scrolling: {
|
|
||||||
// Enables scrolling of stacks
|
|
||||||
// default: true
|
|
||||||
enable: true
|
|
||||||
// Invert the scroll direction when scrolling items
|
|
||||||
// default: false
|
|
||||||
invert: false
|
|
||||||
// If enabled items will be moved according to whether your scrolling up or down.
|
|
||||||
// If disabled you will scroll to change the amount of items present (up will increase - down will decrease
|
|
||||||
// default: true
|
|
||||||
directional-scrolling: true
|
|
||||||
// Sets whether to by default scroll items
|
|
||||||
// out of the creative menu.
|
|
||||||
// default: true
|
|
||||||
scroll-creative-menu-items: true
|
|
||||||
// Sets whether creative mode tabs can
|
|
||||||
// be switched by scrolling over them.
|
|
||||||
// default: true
|
|
||||||
scroll-creative-menu-tabs: true
|
|
||||||
}
|
|
||||||
// Change sort modes. Existing sort modes are ALPHABET, RAW_ID and QUANTITY
|
|
||||||
sort: {
|
|
||||||
// Sets the sort mode for normal sorting.
|
|
||||||
// default: raw_id
|
|
||||||
primary-sort: raw_id
|
|
||||||
// Sets the sort mode for sorting whilst pressing shift.
|
|
||||||
// default: quantity
|
|
||||||
shift-sort: quantity
|
|
||||||
// Sets the sort mode for sorting whilst pressing control.
|
|
||||||
// default: alphabet
|
|
||||||
control-sort: alphabet
|
|
||||||
}
|
|
||||||
// Configure refill related stuff here.
|
|
||||||
refill: {
|
|
||||||
// Refills stacks in the off hand
|
|
||||||
// default: true
|
|
||||||
off-hand: true
|
|
||||||
// Refill when eating items
|
|
||||||
// default: true
|
|
||||||
eat: true
|
|
||||||
// Refill when dropping items
|
|
||||||
// default: true
|
|
||||||
drop: true
|
|
||||||
// Refill when using up items
|
|
||||||
// default: true
|
|
||||||
use: true
|
|
||||||
// Refill on other occasions
|
|
||||||
// default: true
|
|
||||||
other: true
|
|
||||||
// Enable/Disable specific rules for how to refill items
|
|
||||||
rules: {
|
|
||||||
// Tries to find any block items
|
|
||||||
// default: false
|
|
||||||
any-block: false
|
|
||||||
// Find items of the same item group
|
|
||||||
// default: false
|
|
||||||
itemgroup: false
|
|
||||||
// Try to find similar items through the item type hierarchy
|
|
||||||
// default: false
|
|
||||||
item-hierarchy: false
|
|
||||||
// Try to find similar block items through the block type hierarchy
|
|
||||||
// default: false
|
|
||||||
block-hierarchy: false
|
|
||||||
// Try to find other food items
|
|
||||||
// default: false
|
|
||||||
food: false
|
|
||||||
// Try to find equal items (no nbt matching)
|
|
||||||
// default: true
|
|
||||||
equal-items: true
|
|
||||||
// Try to find equal stacks (nbt matching
|
|
||||||
// default: true
|
|
||||||
equal-stacks: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Configure picking the correct tool for the currently faced block.
|
|
||||||
tool-picking: {
|
|
||||||
// Pick correct tool when middle clicking whilst holding a tool.
|
|
||||||
// default: true
|
|
||||||
hold-tool: true
|
|
||||||
// Pick correct tool when middle clicking whilst holding the same block as faced.
|
|
||||||
// default: false
|
|
||||||
hold-block: false
|
|
||||||
// Allows picking tools from the inventory.
|
|
||||||
// If disabled picking will only happen from the hotbar.
|
|
||||||
// default: true
|
|
||||||
pick-from-inventory: true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"globalToggles": {
|
|
||||||
"skyFog": "DEFAULT",
|
|
||||||
"terrainFog": "DEFAULT",
|
|
||||||
"thickFog": "DEFAULT",
|
|
||||||
"waterFog": "DEFAULT",
|
|
||||||
"lavaFog": "DEFAULT",
|
|
||||||
"powderSnowFog": "DEFAULT",
|
|
||||||
"blindnessFog": "DEFAULT"
|
|
||||||
},
|
|
||||||
"dimensionToggles": {},
|
|
||||||
"biomeToggles": {}
|
|
||||||
}
|
|
12
config/openloader/advanced_options.json
Normal file
12
config/openloader/advanced_options.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"resourcePacks": {
|
||||||
|
"enabled": true,
|
||||||
|
"additionalFolders": [
|
||||||
|
"resources"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"dataPacks": {
|
||||||
|
"enabled": false,
|
||||||
|
"additionalFolders": []
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"holdMode": false
|
|
||||||
}
|
|
|
@ -1,6 +1,11 @@
|
||||||
{
|
{
|
||||||
"volume": 70,
|
"volume": 70,
|
||||||
|
"clientPlayerVolume": 100,
|
||||||
|
"otherPlayerVolume": 100,
|
||||||
|
"runningVolumeIncrease": 0,
|
||||||
|
"wetSoundsVolume": 50,
|
||||||
"stance": "BIPED",
|
"stance": "BIPED",
|
||||||
"multiplayer": true,
|
"multiplayer": true,
|
||||||
"global": true
|
"global": true,
|
||||||
|
"targetEntities": "ALL"
|
||||||
}
|
}
|
|
@ -4,11 +4,6 @@
|
||||||
(default value: true)
|
(default value: true)
|
||||||
*/
|
*/
|
||||||
"enable": true,
|
"enable": true,
|
||||||
/* Locks the preview window above the tooltip.
|
|
||||||
When locked, the window will not adapt when out of screen.
|
|
||||||
(default value: false)
|
|
||||||
*/
|
|
||||||
"lock": false,
|
|
||||||
/* Swaps the preview modes.
|
/* Swaps the preview modes.
|
||||||
If true, pressing the preview key will show the full preview instead.
|
If true, pressing the preview key will show the full preview instead.
|
||||||
(default value: false)
|
(default value: false)
|
||||||
|
@ -25,10 +20,6 @@
|
||||||
(default value: SEPARATE)
|
(default value: SEPARATE)
|
||||||
*/
|
*/
|
||||||
"compactPreviewNbtBehavior": "SEPARATE",
|
"compactPreviewNbtBehavior": "SEPARATE",
|
||||||
/* Controls whether the preview window should be colored.
|
|
||||||
(default value: true)
|
|
||||||
*/
|
|
||||||
"coloredPreview": true,
|
|
||||||
/* The max number of items in a row.
|
/* The max number of items in a row.
|
||||||
May not affect modded containers.
|
May not affect modded containers.
|
||||||
(default value: 9)
|
(default value: 9)
|
||||||
|
@ -39,16 +30,15 @@
|
||||||
*/
|
*/
|
||||||
"serverIntegration": true,
|
"serverIntegration": true,
|
||||||
/* The theme to use for preview windows.
|
/* The theme to use for preview windows.
|
||||||
MOD_AUTO: ShulkerBoxTooltip's style using the dark mode setting from LibGui, defaults to light theme if not present.
|
|
||||||
MOD_LIGHT: ShulkerBoxTooltip's style with vanilla colors.
|
MOD_LIGHT: ShulkerBoxTooltip's style with vanilla colors.
|
||||||
MOD_DARK: ShulkeBoxTooltip's style with gray preview windows instead of white.
|
MOD_DARK: ShulkerBoxTooltip's style with gray preview windows instead of white.
|
||||||
VANILLA: Mimics the style of vanilla bundle previews.
|
VANILLA: Mimics the style of vanilla bundle previews.
|
||||||
(default value: MOD_AUTO)
|
(default value: MOD_LIGHT)
|
||||||
*/
|
*/
|
||||||
"theme": "MOD_AUTO",
|
"theme": "MOD_LIGHT",
|
||||||
/* The position of the preview window.
|
/* The position of the preview window.
|
||||||
INSIDE: Inside the item's tooltip.
|
INSIDE: Inside the item's tooltip.
|
||||||
OUTSIDE: Outside the item's tooltip, moves dependening on the screen borders.
|
OUTSIDE: Outside the item's tooltip, moves depending on the screen borders.
|
||||||
OUTSIDE_TOP: Always at the top of the item's tooltip.
|
OUTSIDE_TOP: Always at the top of the item's tooltip.
|
||||||
OUTSIDE_BOTTOM: Always at the bottom of the item's tooltip.
|
OUTSIDE_BOTTOM: Always at the bottom of the item's tooltip.
|
||||||
(default value: INSIDE)
|
(default value: INSIDE)
|
||||||
|
@ -80,11 +70,61 @@
|
||||||
*/
|
*/
|
||||||
"lootTableInfoType": "HIDE",
|
"lootTableInfoType": "HIDE",
|
||||||
/* If on, the mod hides the custom text on shulker box tooltips.
|
/* If on, the mod hides the custom text on shulker box tooltips.
|
||||||
Use this option when a server-side preview datapack clashes with the mod.
|
Use this option when a server-side preview data pack clashes with the mod.
|
||||||
(default value: false)
|
(default value: false)
|
||||||
*/
|
*/
|
||||||
"hideShulkerBoxLore": false
|
"hideShulkerBoxLore": false
|
||||||
},
|
},
|
||||||
|
"colors": {
|
||||||
|
/* Controls whether the preview window should be colored.
|
||||||
|
(default value: true)
|
||||||
|
*/
|
||||||
|
"coloredPreview": true,
|
||||||
|
"colors": {
|
||||||
|
"shulkerboxtooltip:shulker_boxes": {
|
||||||
|
// (default value: 0x976797)
|
||||||
|
"shulker_box": 0x976797,
|
||||||
|
// (default value: 0xf9fffe)
|
||||||
|
"white_shulker_box": 0xf9fffe,
|
||||||
|
// (default value: 0xf98026)
|
||||||
|
"orange_shulker_box": 0xf98026,
|
||||||
|
// (default value: 0xc74ebd)
|
||||||
|
"magenta_shulker_box": 0xc74ebd,
|
||||||
|
// (default value: 0x3ab3da)
|
||||||
|
"light_blue_shulker_box": 0x3ab3da,
|
||||||
|
// (default value: 0xfed83d)
|
||||||
|
"yellow_shulker_box": 0xfed83d,
|
||||||
|
// (default value: 0x80c726)
|
||||||
|
"lime_shulker_box": 0x80c726,
|
||||||
|
// (default value: 0xf38baa)
|
||||||
|
"pink_shulker_box": 0xf38baa,
|
||||||
|
// (default value: 0x474f52)
|
||||||
|
"gray_shulker_box": 0x474f52,
|
||||||
|
// (default value: 0x9d9d97)
|
||||||
|
"light_gray_shulker_box": 0x9d9d97,
|
||||||
|
// (default value: 0x269c9c)
|
||||||
|
"cyan_shulker_box": 0x269c9c,
|
||||||
|
// (default value: 0x8932b8)
|
||||||
|
"purple_shulker_box": 0x8932b8,
|
||||||
|
// (default value: 0x3c44aa)
|
||||||
|
"blue_shulker_box": 0x3c44aa,
|
||||||
|
// (default value: 0x835432)
|
||||||
|
"brown_shulker_box": 0x835432,
|
||||||
|
// (default value: 0x5e7c26)
|
||||||
|
"green_shulker_box": 0x5e7c26,
|
||||||
|
// (default value: 0xb02e26)
|
||||||
|
"red_shulker_box": 0xb02e26,
|
||||||
|
// (default value: 0x262626)
|
||||||
|
"black_shulker_box": 0x262626
|
||||||
|
},
|
||||||
|
"shulkerboxtooltip:default": {
|
||||||
|
// (default value: 0xffffff)
|
||||||
|
"default": 0xffffff,
|
||||||
|
// (default value: 0xb4b41)
|
||||||
|
"ender_chest": 0xb4b41
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"controls": {
|
"controls": {
|
||||||
/* Press this key when hovering a container stack to open the preview window.
|
/* Press this key when hovering a container stack to open the preview window.
|
||||||
(default value: key.keyboard.left.shift)
|
(default value: key.keyboard.left.shift)
|
||||||
|
@ -108,7 +148,7 @@
|
||||||
/* Changes the way the ender chest content preview is synchronized.
|
/* Changes the way the ender chest content preview is synchronized.
|
||||||
NONE: No synchronization, prevents clients from seeing a preview of their ender chest.
|
NONE: No synchronization, prevents clients from seeing a preview of their ender chest.
|
||||||
ACTIVE: Ender chest contents are synchronized when changed.
|
ACTIVE: Ender chest contents are synchronized when changed.
|
||||||
PASSIVE: Ender chest contents are synchonized when the client opens a preview.
|
PASSIVE: Ender chest contents are synchronized when the client opens a preview.
|
||||||
(default value: ACTIVE)
|
(default value: ACTIVE)
|
||||||
*/
|
*/
|
||||||
"enderChestSyncType": "ACTIVE"
|
"enderChestSyncType": "ACTIVE"
|
||||||
|
|
10
config/toolstats.json
Normal file
10
config/toolstats.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"showEnchantability": false,
|
||||||
|
"alwaysShowEnchantability": false,
|
||||||
|
"showRepairCost": false,
|
||||||
|
"alwaysShowRepairCost": false,
|
||||||
|
"showHarvestLevel": true,
|
||||||
|
"showEfficiency": true,
|
||||||
|
"showDurability": false,
|
||||||
|
"alwaysShowDurability": false
|
||||||
|
}
|
7
config/waterdripsound.json
Normal file
7
config/waterdripsound.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"volume": 1.0,
|
||||||
|
"dripChance": 10,
|
||||||
|
"useDripstoneSounds": true,
|
||||||
|
"soundCategory": "ambient"
|
||||||
|
}
|
|
@ -1,48 +0,0 @@
|
||||||
{
|
|
||||||
"debugMode": false,
|
|
||||||
"ignoreUpdates": false,
|
|
||||||
"promiscuous": false,
|
|
||||||
"clearAllOnKey": false,
|
|
||||||
"cuboidGridColor": {
|
|
||||||
"hex": "#CC3333CC"
|
|
||||||
},
|
|
||||||
"cuboidEdgeColor": {
|
|
||||||
"hex": "#CC4C4CCC"
|
|
||||||
},
|
|
||||||
"cuboidFirstPointColor": {
|
|
||||||
"hex": "#33CC33CC"
|
|
||||||
},
|
|
||||||
"cuboidSecondPointColor": {
|
|
||||||
"hex": "#3333CCCC"
|
|
||||||
},
|
|
||||||
"polyGridColor": {
|
|
||||||
"hex": "#CC3333CC"
|
|
||||||
},
|
|
||||||
"polyEdgeColor": {
|
|
||||||
"hex": "#CC4C4CCC"
|
|
||||||
},
|
|
||||||
"polyPointColor": {
|
|
||||||
"hex": "#33CCCCCC"
|
|
||||||
},
|
|
||||||
"ellipsoidGridColor": {
|
|
||||||
"hex": "#CC4C4CCC"
|
|
||||||
},
|
|
||||||
"ellipsoidPointColor": {
|
|
||||||
"hex": "#CCCC33CC"
|
|
||||||
},
|
|
||||||
"cylinderGridColor": {
|
|
||||||
"hex": "#CC3333CC"
|
|
||||||
},
|
|
||||||
"cylinderEdgeColor": {
|
|
||||||
"hex": "#CC4C4CCC"
|
|
||||||
},
|
|
||||||
"cylinderPointColor": {
|
|
||||||
"hex": "#CC33CCCC"
|
|
||||||
},
|
|
||||||
"chunkBoundaryColour": {
|
|
||||||
"hex": "#33CC33CC"
|
|
||||||
},
|
|
||||||
"chunkGridColour": {
|
|
||||||
"hex": "#4CCCAA99"
|
|
||||||
}
|
|
||||||
}
|
|
5
config/yosbr/config/ibeeditor-common.json
Normal file
5
config/yosbr/config/ibeeditor-common.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"version": 0,
|
||||||
|
"permissionLevel": 2,
|
||||||
|
"creativeOnly": false
|
||||||
|
}
|
8
config/yosbr/config/iris.properties
Normal file
8
config/yosbr/config/iris.properties
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||||
|
#Sun Aug 06 01:23:54 CEST 2023
|
||||||
|
colorSpace=SRGB
|
||||||
|
disableUpdateMessage=true
|
||||||
|
enableDebugOptions=false
|
||||||
|
maxShadowRenderDistance=32
|
||||||
|
shaderPack=
|
||||||
|
enableShaders=true
|
|
@ -1,13 +1,10 @@
|
||||||
{
|
{
|
||||||
"basics": {
|
"basics": {
|
||||||
"favorites": [
|
"favorites": [],
|
||||||
"{mode:\"NOT_SET\",type:\"roughlyenoughitems:gamemode\"}",
|
"hiddenFavorites": [],
|
||||||
"{data:{Count:1b,id:\"minecraft:item_frame\",tag:{EntityTag:{Invisible:1b},display:{Name:'{\"text\":\"Invisible Item Frame\",\"color\":\"#FFFF90\",\"italic\":true}'}},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
|
"displayHistory": [],
|
||||||
"{data:{Count:1b,id:\"minecraft:glow_item_frame\",tag:{EntityTag:{Invisible:1b},display:{Name:'{\"text\":\"Invisible Glowing Item Frame\",\"color\":\"#FFFF90\",\"italic\":true}'}},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
|
|
||||||
"{data:{Count:1b,id:\"minecraft:weathered_cut_copper\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}"
|
|
||||||
],
|
|
||||||
// Declares whether cheating mode is on.
|
// Declares whether cheating mode is on.
|
||||||
"cheating": true,
|
"cheating": false,
|
||||||
"favoritesEnabled": true,
|
"favoritesEnabled": true,
|
||||||
"keyBindings": {
|
"keyBindings": {
|
||||||
"recipeKeybind": {
|
"recipeKeybind": {
|
||||||
|
@ -62,8 +59,10 @@
|
||||||
"filtering": {
|
"filtering": {
|
||||||
"shouldFilterDisplays": true,
|
"shouldFilterDisplays": true,
|
||||||
"filteringRules": [
|
"filteringRules": [
|
||||||
"{id:\"roughlyenoughitems:manual\",rule:{}}"
|
"{id:\"roughlyenoughitems:manual\",rule:{}}",
|
||||||
|
"{id:\"roughlyenoughitems:basic\",rule:{}}"
|
||||||
],
|
],
|
||||||
|
"filteringQuickCraftCategories": { },
|
||||||
"filteredStacks": []
|
"filteredStacks": []
|
||||||
},
|
},
|
||||||
"enableJeiCompatibilityLayer": true,
|
"enableJeiCompatibilityLayer": true,
|
||||||
|
@ -71,7 +70,8 @@
|
||||||
// Declares whether REI should append mod names to entries.
|
// Declares whether REI should append mod names to entries.
|
||||||
"appendModNames": false,
|
"appendModNames": false,
|
||||||
// Declares whether favorites tooltip should be displayed.
|
// Declares whether favorites tooltip should be displayed.
|
||||||
"displayFavoritesTooltip": false
|
"displayFavoritesTooltip": false,
|
||||||
|
"displayIMEHints": true
|
||||||
},
|
},
|
||||||
"layout": {
|
"layout": {
|
||||||
// The ordering of the items on the entry panel.
|
// The ordering of the items on the entry panel.
|
||||||
|
@ -90,13 +90,13 @@
|
||||||
"entrySize": 1.0,
|
"entrySize": 1.0,
|
||||||
// Declares the position of the entry panel.
|
// Declares the position of the entry panel.
|
||||||
"displayPanelLocation": "RIGHT",
|
"displayPanelLocation": "RIGHT",
|
||||||
// Declares whether scrolled entry panel should snap to rows.
|
|
||||||
"snapToRows": false,
|
|
||||||
// Declares how the scrollbar in composite screen should act.
|
// Declares how the scrollbar in composite screen should act.
|
||||||
"compositeScrollBarPermanent": false,
|
"compositeScrollBarPermanent": false,
|
||||||
"toastDisplayedOnCopyIdentifier": true,
|
"toastDisplayedOnCopyIdentifier": true,
|
||||||
// Declares whether REI should use compact tabs for categories.
|
// Declares whether REI should use compact tabs for categories.
|
||||||
"useCompactTabs": true
|
"useCompactTabs": true,
|
||||||
|
// Declares whether REI should use compact tab buttons for categories.
|
||||||
|
"useCompactTabButtons": true
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
// Declares whether search time should be debugged.
|
// Declares whether search time should be debugged.
|
||||||
|
@ -105,6 +105,7 @@
|
||||||
"asyncSearch": true,
|
"asyncSearch": true,
|
||||||
// Declares how many entries should be grouped one async search.
|
// Declares how many entries should be grouped one async search.
|
||||||
"asyncSearchPartitionSize": 100,
|
"asyncSearchPartitionSize": 100,
|
||||||
|
"patchAsyncThreadCrash": true,
|
||||||
"tooltipSearch": "ALWAYS",
|
"tooltipSearch": "ALWAYS",
|
||||||
"tagSearch": "PREFIX",
|
"tagSearch": "PREFIX",
|
||||||
"identifierSearch": "ALWAYS",
|
"identifierSearch": "ALWAYS",
|
||||||
|
@ -125,7 +126,8 @@
|
||||||
"clickableRecipeArrows": true,
|
"clickableRecipeArrows": true,
|
||||||
"registerRecipesInAnotherThread": true,
|
"registerRecipesInAnotherThread": true,
|
||||||
"newFastEntryRendering": true,
|
"newFastEntryRendering": true,
|
||||||
"cachingFastEntryRendering": true
|
"cachingFastEntryRendering": false,
|
||||||
|
"cachingDisplayLookup": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appearance": {
|
"appearance": {
|
||||||
|
@ -138,7 +140,7 @@
|
||||||
// Declares the position of the config button.
|
// Declares the position of the config button.
|
||||||
"configButtonLocation": "LOWER",
|
"configButtonLocation": "LOWER",
|
||||||
// Declares whether the craftable filter button is enabled.
|
// Declares whether the craftable filter button is enabled.
|
||||||
"enableCraftableOnlyButton": true
|
"showCraftableOnlyButton": true
|
||||||
},
|
},
|
||||||
// Declares the appearance of recipe's border.
|
// Declares the appearance of recipe's border.
|
||||||
"recipeBorder": "DEFAULT",
|
"recipeBorder": "DEFAULT",
|
||||||
|
@ -154,6 +156,7 @@
|
||||||
"isFocusModeZoomed": false
|
"isFocusModeZoomed": false
|
||||||
},
|
},
|
||||||
"functionality": {
|
"functionality": {
|
||||||
|
"inputMethod": null,
|
||||||
// Declares whether REI should remove the recipe book.
|
// Declares whether REI should remove the recipe book.
|
||||||
"disableRecipeBook": false,
|
"disableRecipeBook": false,
|
||||||
// Declares whether mob effects should be on the left side instead of the right side.
|
// Declares whether mob effects should be on the left side instead of the right side.
|
|
@ -5,20 +5,18 @@
|
||||||
"enable_vignette": true
|
"enable_vignette": true
|
||||||
},
|
},
|
||||||
"advanced": {
|
"advanced": {
|
||||||
"arena_memory_allocator": "ASYNC",
|
|
||||||
"allow_direct_memory_access": true,
|
|
||||||
"enable_memory_tracing": false,
|
"enable_memory_tracing": false,
|
||||||
"use_advanced_staging_buffers": true,
|
"use_advanced_staging_buffers": true,
|
||||||
"cpu_render_ahead_limit": 3
|
"cpu_render_ahead_limit": 3
|
||||||
},
|
},
|
||||||
"performance": {
|
"performance": {
|
||||||
"chunk_builder_threads": 8,
|
"chunk_builder_threads": 8,
|
||||||
"always_defer_chunk_updates": false,
|
"always_defer_chunk_updates_v2": false,
|
||||||
"animate_only_visible_textures": true,
|
"animate_only_visible_textures": true,
|
||||||
"use_entity_culling": true,
|
"use_entity_culling": true,
|
||||||
"use_particle_culling": true,
|
|
||||||
"use_fog_occlusion": true,
|
"use_fog_occlusion": true,
|
||||||
"use_block_face_culling": true
|
"use_block_face_culling": true,
|
||||||
|
"use_no_error_g_l_context": true
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"hide_donation_button": true
|
"hide_donation_button": true
|
17
config/yosbr/config/symbol-chat.json
Normal file
17
config/yosbr/config/symbol-chat.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"hud_color": -2147483648,
|
||||||
|
"button_color": -1610612736,
|
||||||
|
"button_active_color": -1608507360,
|
||||||
|
"favorite_color": -256,
|
||||||
|
"hide_font_button": false,
|
||||||
|
"hide_settings_button": true,
|
||||||
|
"hide_table_button": false,
|
||||||
|
"symbol_panel_height": 200,
|
||||||
|
"max_symbol_suggestions": 5,
|
||||||
|
"symbol_tooltip_mode": "DELAYED",
|
||||||
|
"hud_position": "RIGHT",
|
||||||
|
"keep_panel_open": false,
|
||||||
|
"chat_suggestion_regex": "^(/(msg|tell|w|say|me|teammsg|tm) |[^/]).*",
|
||||||
|
"custom_symbols": "",
|
||||||
|
"custom_kaomojis": []
|
||||||
|
}
|
|
@ -5,6 +5,7 @@ allowWrongWorldTeleportation:false
|
||||||
differentiateByServerAddress:true
|
differentiateByServerAddress:true
|
||||||
debugEntityIcons:false
|
debugEntityIcons:false
|
||||||
debugEntityVariantIds:false
|
debugEntityVariantIds:false
|
||||||
|
radarHideInvisibleEntities:true
|
||||||
#INGAME SETTINGS (DO NOT EDIT!)
|
#INGAME SETTINGS (DO NOT EDIT!)
|
||||||
updateNotification:false
|
updateNotification:false
|
||||||
minimap:false
|
minimap:false
|
||||||
|
@ -16,7 +17,6 @@ displayRedstone:true
|
||||||
deathpoints:true
|
deathpoints:true
|
||||||
oldDeathpoints:true
|
oldDeathpoints:true
|
||||||
distance:1
|
distance:1
|
||||||
showCoords:true
|
|
||||||
lockNorth:true
|
lockNorth:true
|
||||||
zoom:0
|
zoom:0
|
||||||
minimapSize:169
|
minimapSize:169
|
||||||
|
@ -33,8 +33,7 @@ blockColours:0
|
||||||
lighting:true
|
lighting:true
|
||||||
dotsStyle:0
|
dotsStyle:0
|
||||||
dotNameScale:1.0
|
dotNameScale:1.0
|
||||||
compassOverWaypoints:false
|
compassOverEverything:true
|
||||||
showBiome:false
|
|
||||||
showFlowers:true
|
showFlowers:true
|
||||||
keepWaypointNames:false
|
keepWaypointNames:false
|
||||||
waypointsDistanceExp:0
|
waypointsDistanceExp:0
|
||||||
|
@ -54,17 +53,14 @@ waypointOpacityMap:90
|
||||||
hideWorldNames:1
|
hideWorldNames:1
|
||||||
openSlimeSettings:true
|
openSlimeSettings:true
|
||||||
alwaysShowDistance:false
|
alwaysShowDistance:false
|
||||||
showLightLevel:0
|
|
||||||
renderLayerIndex:1
|
renderLayerIndex:1
|
||||||
crossDimensionalTp:true
|
crossDimensionalTp:true
|
||||||
showTime:0
|
|
||||||
biomeColorsVanillaMode:false
|
biomeColorsVanillaMode:false
|
||||||
lookingAtAngle:20
|
lookingAtAngle:10
|
||||||
lookingAtAngleVertical:180
|
lookingAtAngleVertical:180
|
||||||
centeredEnlarged:false
|
centeredEnlarged:false
|
||||||
zoomedOutEnlarged:false
|
zoomOnEnlarged:0
|
||||||
minimapTextAlign:0
|
minimapTextAlign:0
|
||||||
showAngles:false
|
|
||||||
waypointsMutualEdit:true
|
waypointsMutualEdit:true
|
||||||
compassLocation:1
|
compassLocation:1
|
||||||
compassScale:1
|
compassScale:1
|
||||||
|
@ -85,7 +81,6 @@ minimapFrame:0
|
||||||
minimapFrameColor:9
|
minimapFrameColor:9
|
||||||
compassColor:9
|
compassColor:9
|
||||||
northCompassColor:-1
|
northCompassColor:-1
|
||||||
showDimensionName:false
|
|
||||||
displayMultipleWaypointInfo:1
|
displayMultipleWaypointInfo:1
|
||||||
entityRadar:true
|
entityRadar:true
|
||||||
adjustHeightForCarpetLikeBlocks:true
|
adjustHeightForCarpetLikeBlocks:true
|
||||||
|
@ -95,6 +90,40 @@ mainDotSize:2
|
||||||
partialYTeleportation:true
|
partialYTeleportation:true
|
||||||
deleteReachedDeathpoints:true
|
deleteReachedDeathpoints:true
|
||||||
hideMinimapUnderScreen:true
|
hideMinimapUnderScreen:true
|
||||||
|
hideMinimapUnderF3:true
|
||||||
|
manualCaveModeStartAuto:true
|
||||||
|
manualCaveModeStart:-1
|
||||||
|
chunkGridLineWidth:1
|
||||||
|
temporaryWaypointsGlobal:true
|
||||||
|
keepUnlockedWhenEnlarged:false
|
||||||
|
enlargedMinimapAToggle:true
|
||||||
|
displayStainedGlass:true
|
||||||
|
waypointOnMapScale:0
|
||||||
|
switchToAutoOnDeath:true
|
||||||
|
infoDisplayBackgroundOpacity:40
|
||||||
|
caveModeToggleTimer:1000
|
||||||
|
legibleCaveMaps:false
|
||||||
|
biomeBlending:true
|
||||||
|
displayPacPlayers:true
|
||||||
|
displayClaims:true
|
||||||
|
displayCurrentClaim:true
|
||||||
|
claimsFillOpacity:46
|
||||||
|
claimsBorderOpacity:80
|
||||||
|
infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world
|
||||||
|
infoDisplay:coords:true:15:-1
|
||||||
|
infoDisplay:overworld_coords:false:15:-1
|
||||||
|
infoDisplay:chunk_coords:false:15:-1
|
||||||
|
infoDisplay:angles:false:15:-1
|
||||||
|
infoDisplay:dimension:false:15:-1
|
||||||
|
infoDisplay:biome:false:15:-1
|
||||||
|
infoDisplay:weather:false:15:-1
|
||||||
|
infoDisplay:light_level:0:15:-1
|
||||||
|
infoDisplay:time:0:15:-1
|
||||||
|
infoDisplay:real_time:0:15:-1
|
||||||
|
infoDisplay:highlights:true:15:-1
|
||||||
|
infoDisplay:light_overlay_indicator:true:15:-1
|
||||||
|
infoDisplay:manual_cave_mode_indicator:true:15:-1
|
||||||
|
infoDisplay:custom_sub_world:true:15:-1
|
||||||
interface:dummy:0:36:true:false:false:false
|
interface:dummy:0:36:true:false:false:false
|
||||||
interface:dummy:0:10000:true:false:false:false
|
interface:dummy:0:10000:true:false:false:false
|
||||||
interface:dummy:0:0:false:false:true:false
|
interface:dummy:0:0:false:false:true:false
|
|
@ -1,7 +1,7 @@
|
||||||
ignoreUpdate:128
|
ignoreUpdate:128
|
||||||
updateNotification:false
|
updateNotification:false
|
||||||
differentiateByServerAddress:true
|
differentiateByServerAddress:true
|
||||||
netherlikeCaveMapAllowed:true
|
caveMapsAllowed:true
|
||||||
debug:false
|
debug:false
|
||||||
lighting:true
|
lighting:true
|
||||||
colours:0
|
colours:0
|
||||||
|
@ -12,6 +12,7 @@ terrainDepth:true
|
||||||
footsteps:true
|
footsteps:true
|
||||||
flowers:true
|
flowers:true
|
||||||
coordinates:true
|
coordinates:true
|
||||||
|
hoveredBiome:true
|
||||||
biomeColorsVanillaMode:false
|
biomeColorsVanillaMode:false
|
||||||
waypoints:true
|
waypoints:true
|
||||||
renderArrow:true
|
renderArrow:true
|
||||||
|
@ -29,4 +30,24 @@ adjustHeightForCarpetLikeBlocks:true
|
||||||
onlyCurrentMapWaypoints:false
|
onlyCurrentMapWaypoints:false
|
||||||
minZoomForLocalWaypoints:0.0
|
minZoomForLocalWaypoints:0.0
|
||||||
arrowColour:-2
|
arrowColour:-2
|
||||||
|
minimapRadar:true
|
||||||
|
renderWaypoints:true
|
||||||
|
partialYTeleportation:true
|
||||||
|
displayStainedGlass:true
|
||||||
|
caveModeDepth:30
|
||||||
|
caveModeStart:2147483647
|
||||||
|
autoCaveMode:-1
|
||||||
|
legibleCaveMaps:false
|
||||||
|
displayCaveModeStart:true
|
||||||
|
caveModeToggleTimer:1000
|
||||||
|
defaultCaveModeType:1
|
||||||
|
biomeBlending:true
|
||||||
|
trackedPlayers:true
|
||||||
|
multipleImagesExport:false
|
||||||
|
nightExport:false
|
||||||
|
highlightsExport:false
|
||||||
|
exportScaleDownSquare:20
|
||||||
|
displayClaims:true
|
||||||
|
claimsFillOpacity:46
|
||||||
|
claimsBorderOpacity:80
|
||||||
globalVersion:18
|
globalVersion:18
|
2
config/yosbr/options.amecsapi.txt
Normal file
2
config/yosbr/options.amecsapi.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
key_modifiers_key.worldeditcui.toggle:0,0,1
|
||||||
|
key_modifiers_ibeeditor.key.vault:0,0,1
|
190
config/yosbr/options.txt
Normal file
190
config/yosbr/options.txt
Normal file
|
@ -0,0 +1,190 @@
|
||||||
|
version:3465
|
||||||
|
autoJump:false
|
||||||
|
operatorItemsTab:true
|
||||||
|
autoSuggestions:true
|
||||||
|
chatColors:true
|
||||||
|
chatLinks:true
|
||||||
|
chatLinksPrompt:true
|
||||||
|
enableVsync:false
|
||||||
|
entityShadows:true
|
||||||
|
forceUnicodeFont:false
|
||||||
|
discrete_mouse_scroll:false
|
||||||
|
invertYMouse:false
|
||||||
|
realmsNotifications:true
|
||||||
|
reducedDebugInfo:false
|
||||||
|
showSubtitles:false
|
||||||
|
directionalAudio:false
|
||||||
|
touchscreen:false
|
||||||
|
fullscreen:false
|
||||||
|
bobView:true
|
||||||
|
toggleCrouch:false
|
||||||
|
toggleSprint:false
|
||||||
|
darkMojangStudiosBackground:false
|
||||||
|
hideLightningFlashes:false
|
||||||
|
mouseSensitivity:0.5
|
||||||
|
fov:0.5
|
||||||
|
screenEffectScale:1.0
|
||||||
|
fovEffectScale:1.0
|
||||||
|
darknessEffectScale:1.0
|
||||||
|
glintSpeed:0.5
|
||||||
|
glintStrength:0.75
|
||||||
|
damageTiltStrength:1.0
|
||||||
|
highContrast:false
|
||||||
|
gamma:0.5
|
||||||
|
renderDistance:12
|
||||||
|
simulationDistance:12
|
||||||
|
entityDistanceScaling:1.0
|
||||||
|
guiScale:2
|
||||||
|
particles:0
|
||||||
|
maxFps:120
|
||||||
|
graphicsMode:1
|
||||||
|
ao:true
|
||||||
|
prioritizeChunkUpdates:0
|
||||||
|
biomeBlendRadius:2
|
||||||
|
renderClouds:"true"
|
||||||
|
resourcePacks:["vanilla","resources/Resources"]
|
||||||
|
incompatibleResourcePacks:[]
|
||||||
|
lastServer:
|
||||||
|
lang:en_us
|
||||||
|
soundDevice:""
|
||||||
|
chatVisibility:0
|
||||||
|
chatOpacity:1.0
|
||||||
|
chatLineSpacing:0.0
|
||||||
|
textBackgroundOpacity:0.5
|
||||||
|
backgroundForChatOnly:true
|
||||||
|
hideServerAddress:false
|
||||||
|
advancedItemTooltips:false
|
||||||
|
pauseOnLostFocus:true
|
||||||
|
overrideWidth:0
|
||||||
|
overrideHeight:0
|
||||||
|
chatHeightFocused:1.0
|
||||||
|
chatDelay:0.0
|
||||||
|
chatHeightUnfocused:0.44366195797920227
|
||||||
|
chatScale:1.0
|
||||||
|
chatWidth:1.0
|
||||||
|
notificationDisplayTime:1.0
|
||||||
|
mipmapLevels:4
|
||||||
|
useNativeTransport:true
|
||||||
|
mainHand:"right"
|
||||||
|
attackIndicator:1
|
||||||
|
narrator:0
|
||||||
|
tutorialStep:none
|
||||||
|
mouseWheelSensitivity:1.0
|
||||||
|
rawMouseInput:true
|
||||||
|
glDebugVerbosity:1
|
||||||
|
skipMultiplayerWarning:true
|
||||||
|
skipRealms32bitWarning:false
|
||||||
|
hideMatchedNames:true
|
||||||
|
joinedFirstServer:false
|
||||||
|
hideBundleTutorial:false
|
||||||
|
syncChunkWrites:true
|
||||||
|
showAutosaveIndicator:true
|
||||||
|
allowServerListing:true
|
||||||
|
onlyShowSecureChat:false
|
||||||
|
panoramaScrollSpeed:1.0
|
||||||
|
telemetryOptInExtra:false
|
||||||
|
onboardAccessibility:false
|
||||||
|
key_Freelook:key.keyboard.left.alt
|
||||||
|
key_gui.xaero_alternative_list_players:key.keyboard.unknown
|
||||||
|
key_gui.xaero_display_all_sets:key.keyboard.unknown
|
||||||
|
key_gui.xaero_enlarge_map:key.keyboard.unknown
|
||||||
|
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
|
||||||
|
key_gui.xaero_map_zoom_in:key.keyboard.unknown
|
||||||
|
key_gui.xaero_map_zoom_out:key.keyboard.unknown
|
||||||
|
key_gui.xaero_minimap_settings:key.keyboard.unknown
|
||||||
|
key_gui.xaero_new_waypoint:key.keyboard.b
|
||||||
|
key_gui.xaero_open_map:key.keyboard.m
|
||||||
|
key_gui.xaero_open_settings:key.keyboard.unknown
|
||||||
|
key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
||||||
|
key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
|
||||||
|
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_grid:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_map:key.keyboard.backslash
|
||||||
|
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_pac_players:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_slime:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_waypoints:key.keyboard.unknown
|
||||||
|
key_gui.xaero_waypoints_key:key.keyboard.u
|
||||||
|
key_gui.xaero_zoom_in:key.keyboard.equal
|
||||||
|
key_gui.xaero_zoom_out:key.keyboard.minus
|
||||||
|
key_ibeeditor.key.editor:key.keyboard.y
|
||||||
|
key_ibeeditor.key.nbt_editor:key.keyboard.unknown
|
||||||
|
key_ibeeditor.key.snbt_editor:key.keyboard.unknown
|
||||||
|
key_ibeeditor.key.vault:key.keyboard.y
|
||||||
|
key_iris.keybind.reload:key.keyboard.unknown
|
||||||
|
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
|
||||||
|
key_iris.keybind.toggleShaders:key.keyboard.unknown
|
||||||
|
key_key.advancements:key.keyboard.l
|
||||||
|
key_key.amecs.alternative_escape:key.keyboard.unknown
|
||||||
|
key_key.amecs.toggle_auto_jump:key.keyboard.unknown
|
||||||
|
key_key.amecs.toggle_cape:key.keyboard.unknown
|
||||||
|
key_key.amecs.toggle_hat:key.keyboard.unknown
|
||||||
|
key_key.amecs.toggle_jacket:key.keyboard.unknown
|
||||||
|
key_key.amecs.toggle_left_pants_leg:key.keyboard.unknown
|
||||||
|
key_key.amecs.toggle_left_sleeve:key.keyboard.unknown
|
||||||
|
key_key.amecs.toggle_right_pants_leg:key.keyboard.unknown
|
||||||
|
key_key.amecs.toggle_right_sleeve:key.keyboard.unknown
|
||||||
|
key_key.attack:key.mouse.left
|
||||||
|
key_key.back:key.keyboard.s
|
||||||
|
key_key.chat:key.keyboard.enter
|
||||||
|
key_key.command:key.keyboard.slash
|
||||||
|
key_key.craftpresence.config_keycode.name:key.keyboard.unknown
|
||||||
|
key_key.drop:key.keyboard.q
|
||||||
|
key_key.forward:key.keyboard.w
|
||||||
|
key_key.fullscreen:key.keyboard.f11
|
||||||
|
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_key.inventory:key.keyboard.e
|
||||||
|
key_key.jump:key.keyboard.space
|
||||||
|
key_key.left:key.keyboard.a
|
||||||
|
key_key.loadToolbarActivator:key.keyboard.x
|
||||||
|
key_key.modmenu.open_menu:key.keyboard.unknown
|
||||||
|
key_key.pickItem:key.mouse.middle
|
||||||
|
key_key.playerlist:key.keyboard.tab
|
||||||
|
key_key.presencefootsteps.settings:key.keyboard.unknown
|
||||||
|
key_key.right:key.keyboard.d
|
||||||
|
key_key.saveToolbarActivator:key.keyboard.c
|
||||||
|
key_key.screenshot:key.keyboard.f2
|
||||||
|
key_key.smoothCamera:key.keyboard.unknown
|
||||||
|
key_key.sneak:key.keyboard.left.shift
|
||||||
|
key_key.socialInteractions:key.keyboard.p
|
||||||
|
key_key.spectatorOutlines:key.keyboard.unknown
|
||||||
|
key_key.sprint:key.keyboard.left.control
|
||||||
|
key_key.swapOffhand:key.keyboard.f
|
||||||
|
key_key.togglePerspective:key.keyboard.f5
|
||||||
|
key_key.use:key.mouse.right
|
||||||
|
key_key.worldeditcui.chunk:key.keyboard.unknown
|
||||||
|
key_key.worldeditcui.clear:key.keyboard.j
|
||||||
|
key_key.worldeditcui.toggle:key.keyboard.j
|
||||||
|
key_net.clayborn.accurateblockplacement.togglevanillaplacement:key.keyboard.v
|
||||||
|
key_Toggle Freelook:key.keyboard.f4
|
||||||
|
key_zoomify.key.zoom:key.keyboard.z
|
||||||
|
key_zoomify.key.zoom.secondary:key.keyboard.unknown
|
||||||
|
modelPart_cape:true
|
||||||
|
modelPart_hat:true
|
||||||
|
modelPart_jacket:true
|
||||||
|
modelPart_left_pants_leg:true
|
||||||
|
modelPart_left_sleeve:true
|
||||||
|
modelPart_right_pants_leg:true
|
||||||
|
modelPart_right_sleeve:true
|
||||||
|
soundCategory_ambient:0.35
|
||||||
|
soundCategory_block:1.0
|
||||||
|
soundCategory_hostile:1.0
|
||||||
|
soundCategory_master:0.8
|
||||||
|
soundCategory_music:0.03
|
||||||
|
soundCategory_neutral:1.0
|
||||||
|
soundCategory_player:0.3
|
||||||
|
soundCategory_record:0.5
|
||||||
|
soundCategory_voice:1.0
|
||||||
|
soundCategory_weather:0.2
|
371
index.toml
generated
371
index.toml
generated
|
@ -1,40 +1,48 @@
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/appleskin.json5"
|
file = "config/MouseTweaks.cfg"
|
||||||
hash = "ae87f2d1b38dfd4b1e0767dfeb539261deaaf4fd2eb73692afcbaac7147855b9"
|
hash = "11ba09a6771da982f9bdc906cb50b803804ab4d627566c85fc5ce9a7c4a72d68"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/continuity.json"
|
file = "config/NoChatReports/NCR-Client.json"
|
||||||
hash = "03a19a67749e08c8be9c653fa89bb3a2eb587a0d969fceb92052aa5e6e7adf09"
|
hash = "24a1f098beb95f2f99c52cc29c48ac5554429729180de0f7208ab65332b43760"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/craftpresence.properties"
|
file = "config/NoChatReports/NCR-Common.json"
|
||||||
hash = "3b76a60f74c9862fa69fdf09e62c2ffa95e5a86b4f2fe9cf5d9121fe3e2ad76a"
|
hash = "0eaad2630bd70ade719f7810e805810ada25379269ea194e43d3eea30c51dec0"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/betteradvancements.json"
|
||||||
|
hash = "f82d0b5d9fbcb48dc1994f22446386cc5289029f92a0e4f9d8fcd444bf75f081"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/craftpresence.json"
|
||||||
|
hash = "38b8f98d6247f8368a46d2d2877d39d35736f566bbdc341d8e295e89577762d3"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/customwindowtitle-client.toml"
|
file = "config/customwindowtitle-client.toml"
|
||||||
hash = "103ab2253b65e0a98457fc2f753f3e18a9beefa290ca5e81bd7b1a76b1e870ae"
|
hash = "aaabffd6d0179562bfe3ddfb0f55127e608966c5fe0c205da4dae850a39a5994"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/enhanced_bes.properties"
|
file = "config/enhanced_bes.properties"
|
||||||
hash = "0b909b5ebd8775bfcc0345a8bdc5a3b7c57ab864d6b52b68686849e4d94ccaea"
|
hash = "0b909b5ebd8775bfcc0345a8bdc5a3b7c57ab864d6b52b68686849e4d94ccaea"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/fabric/indigo-renderer.properties"
|
|
||||||
hash = "aca683eda86a0d8c8cbce57648f3959078b40102f3429a4aefde0060e6a6466f"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/fallingleaves.json"
|
file = "config/fallingleaves.json"
|
||||||
hash = "45b8c86d744fae5a2f28531fbedb9fd6151042412efe9e279472dc9fbbec9e1f"
|
hash = "2541a6c399799d075ff0b4141058e5e8ee058060b7fa5221f178919b31371756"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/inventoryprofilesnext/integrationHints/player-defined.json"
|
file = "config/inspecio.json"
|
||||||
hash = "3c94c0003a7616bea1a38887fafbe1c8a3e35f0ef0d0f4d5aad974ac73801b1a"
|
hash = "04eebdc422a5555ac806fecd5793ec52ee00f175ed2efa431721170eaeb4dbca"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/inventoryprofilesnext/inventoryprofiles.json"
|
file = "config/inventoryprofilesnext/inventoryprofiles.json"
|
||||||
hash = "c5d7d8a276716c7ceeab4fede26edb6963ae9aae5563969ad821f081e5e7aae4"
|
hash = "381aa90a1af441c78c8a55ff2f20e4dc824a22794ea80b49fbe541239efe27e7"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/isxander-main-menu-credits.json"
|
||||||
|
hash = "b61dbffaaabe11c1d5a57742a8918c577c3ce5ded22bcf115aa08726af5b3774"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/malilib.json"
|
file = "config/malilib.json"
|
||||||
|
@ -42,23 +50,11 @@ hash = "c7486c0c1e198b7227066f1926389117aab9d4705aca3911ed3aceb450669e4b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/minihud.json"
|
file = "config/minihud.json"
|
||||||
hash = "6491b2472e4ba508059953bb5a0c6137c4d1b31e58e137b5ab985e2578971149"
|
hash = "c5a0389846c527dba77ebf8739c36fc6b4ba8fc55aac3e0205fc9d7d55d9586f"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/modmenu.json"
|
file = "config/openloader/advanced_options.json"
|
||||||
hash = "8674cd6fd41faab892673142c123917d457dc1f9e032243c155a769e7b74b579"
|
hash = "87cf97e95d3565087c517d7153bb25f8b08dbd59468ae1493fcbee4ebe25c3a5"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/mousewheelie.hjson"
|
|
||||||
hash = "0d7d77377fc7ac500ba4b7747bea37c7ce2b605ae35bd3cb8dc83dfe3efce2e5"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/no_fog.json"
|
|
||||||
hash = "24c6ca04f25518e2b4358bac31c4502e6b7c42b500226a508db0858cd81a232c"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/perspectivemod/main.json5"
|
|
||||||
hash = "6a5944f13d0a3f8434f4143514d27dc8709a5624267505a56bfa63b0c7f46764"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/presencefootsteps/updater.json"
|
file = "config/presencefootsteps/updater.json"
|
||||||
|
@ -66,171 +62,344 @@ hash = "1e7c61df09c105e1eeca8cf3dcbdfeb976700e9904bcb3983fc7791adb7fad2e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/presencefootsteps/userconfig.json"
|
file = "config/presencefootsteps/userconfig.json"
|
||||||
hash = "c6955e896295fdc20ca7b6a3ecdfd8d7af50ef8c768e132cdffb35eaafd868b3"
|
hash = "00adc361d80a7854032d81b69d5368951181004c747399362b80b700f9ad4690"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/roughlyenoughitems/config.json5"
|
|
||||||
hash = "35c268f465d3573e9cbc42b5134c4647eb5bf0681aedee4a923b097069eab5e1"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/shulkerboxtooltip.json5"
|
file = "config/shulkerboxtooltip.json5"
|
||||||
hash = "dd2ee59d8f82617617d820329b19ee6dd0ae4200b95fae9ad73ff7a5bb6c3af6"
|
hash = "2d7668cfa3ce58578952b09f03d2e02ad77558761480fe6479947bee0c2c7706"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/sodium-options.json"
|
file = "config/toolstats.json"
|
||||||
hash = "64bac25b21e0736eb3fd0205ffbb8cf52ffbbe6bfb3f0813ba1aad90dd9b87a1"
|
hash = "cb06ba33a2985d09fcd2cec33a8fa14ebe709fb05111ee030e56c66ae5b78b3a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/worldeditcui.config.json"
|
file = "config/waterdripsound.json"
|
||||||
hash = "9221a1c42d4d25101c09ff8980ea8babda5d2d0ed2471f0d2b5ac76bc2c9ea10"
|
hash = "f978c0cdc2a504b00d995a41058f68deff5b9c8dfd62f7509134a6f6f05f7668"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/xaerominimap.txt"
|
file = "config/yosbr/config/ibeeditor-common.json"
|
||||||
hash = "d79bd16f5f1048c031b4c597133fa0b7bcee1f75efee9cb5fc9f9bb6a9538157"
|
hash = "d1c8229edca827ea5e35e9a0a5aec1463930e77547e69a1a5dee617f42a2d338"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/xaeropatreon.txt"
|
file = "config/yosbr/config/iris.properties"
|
||||||
|
hash = "79190e9a48413897becbb88e5dc29bd04cef5f4a3a064aeeb11f7b8cb22de7f6"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
||||||
|
hash = "230b435a0e28bd0675136a50e3cbd1d74ae90782478cf9f47326203f5cfb7041"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/config/sodium-options.json"
|
||||||
|
hash = "99583b40461714aad5aac6dbb63530ba058d11341e94cfd9d2cc565422a39db4"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/config/symbol-chat.json"
|
||||||
|
hash = "ecce4e82dc6f14a60a80cca31c9a23c174348994da13539dc7761fdd29919eac"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/config/xaerominimap.txt"
|
||||||
|
hash = "89d6d733ef4208b5062cdfd18bc72b9fccd1a7b3b11ca89b5155b61ba69d231e"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/config/xaeropatreon.txt"
|
||||||
hash = "e6a503d95dad7e712790bd7b77540880f160d54e0b88fa4f8d7e5f4389a41c6a"
|
hash = "e6a503d95dad7e712790bd7b77540880f160d54e0b88fa4f8d7e5f4389a41c6a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/xaeroworldmap.txt"
|
file = "config/yosbr/config/xaeroworldmap.txt"
|
||||||
hash = "d21233a7086fb4388fa446fe090c9cc3262942fc9273275ccd6a0c1d0a412a16"
|
hash = "3292cef6c9ad088fbc933a8473857ef60038a79b7bf9fd36457f49655ce01a1c"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/accurate-block-placement.toml"
|
file = "config/yosbr/options.amecsapi.txt"
|
||||||
hash = "a1f8631ecc0e71786e58aa97fca93347221e654564b8481ef5942cdecdafd1ac"
|
hash = "8d005752d5cebeaf920ee0bd4077fab1952d6024e3b70759ba16b9051b2f4e5e"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/options.txt"
|
||||||
|
hash = "8d65b4b22caefef52341346175ca56b7710bedc0dc263f1052eccb2c540300d5"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/accurate-block-placement-reborn.pw.toml"
|
||||||
|
hash = "b9600c31b9a56495d5dd1bc808e10f7317a3b27e449b0cafb0ce9455c92c7b2b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/advancements-enlarger.toml"
|
file = "mods/amecs.pw.toml"
|
||||||
hash = "eea30bf3a3f1f9350f871b5b652068b890acaeecca92dd74bae45c2a1b833f0f"
|
hash = "16ce27183f78f23c8606787ab2bbbaf01d290b569a4c6d5a6f91b30802ebabd9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/appleskin.toml"
|
file = "mods/architectury-api.pw.toml"
|
||||||
hash = "cde374866663873f43b376a673fa6095b5f74a8b87215432f6628ee08d405f5f"
|
hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/architectury-fabric.toml"
|
file = "mods/better-advancements.pw.toml"
|
||||||
hash = "2ed0458c1f09c92c401f0f36eeddb8fd893f7e66b461daa1d59ea436fb8d2316"
|
hash = "f2a3a436d5498e539230aa1936ac1009e4b140eda402b654b4a160431e7f517a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cloth-config.toml"
|
file = "mods/better-clouds.pw.toml"
|
||||||
hash = "010bc8378b59257708190728f5aee476d7415f47fc26567952f294eda6b0cd25"
|
hash = "fa684c91d5c5194dbd5802554383d00894c8412e77060834c8588f473c239e19"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/continuity.toml"
|
file = "mods/better-stats.pw.toml"
|
||||||
hash = "a2503cd9f6455bcfd5b5d5d7d5f1350bc005e799918dca1e7d3203c5b67f9ae5"
|
hash = "8d3280ea80fed62e07bdeda49bb606bf69b51ee7cc80a5f7ae130a5a4c086b00"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/craftpresence.toml"
|
file = "mods/bookshelf-lib.pw.toml"
|
||||||
hash = "5157d41d81287d176f93a1477f7ee44efcb81867af8049e2287309f7792c4666"
|
hash = "418b4902c5d870ee27a952cc3c39ddfa931f2d40c55c7e963f35849402955c2c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/custom-window-title.toml"
|
file = "mods/cleardespawn.pw.toml"
|
||||||
hash = "44a5084ff1fe1a0211ae1cebe93fe714ad7a5da2b9c695672711230b73be1499"
|
hash = "fdf0fb9507b144cc345dfb2db33eeb1a8b7c8284d171bac7c1e3d55996ca0a3b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/enhanced-block-entities.toml"
|
file = "mods/cloth-config.pw.toml"
|
||||||
hash = "99ec189e77c720becd80f18e9c74ce2695718d80da4c933975a093d659ffc7ab"
|
hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabric-api.toml"
|
file = "mods/continuity.pw.toml"
|
||||||
hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e"
|
hash = "2ff8353009122a86ac846dd8d48b2522d46f3b43111eb3a697d99cc42285a14f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/falling-leaves-fabric.toml"
|
file = "mods/craftpresence.pw.toml"
|
||||||
hash = "9f4e5056e9fa466ce8b643f20656c107198dafa4adecef099bed25463f5e61bd"
|
hash = "1bf521b9b5b19d542d7857de44241f09d86fc28a1e410b9193acea15c6ecdd24"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/inventory-profiles-next.toml"
|
file = "mods/custom-window-title.pw.toml"
|
||||||
hash = "92aefdfd457c3c13e5a583ed697289b0d84e0304e7af2a20c16e16813534efbb"
|
hash = "d95e86e4ac6984ded372855f5ed4cca36308f389d8046fde1c37a5315739eecd"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/irisshaders.toml"
|
file = "mods/dripsounds-fabric.pw.toml"
|
||||||
hash = "d1b796d25ba43d6b37218dcfdd5a88aaaead81028fe51dd40b9e4f1a9b731ecc"
|
hash = "6992619452254eac894dbaaaff722c4dfa3d3576405f1b3c4d9782fe98aaf7e1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/malilib.toml"
|
file = "mods/enhanced-block-entities.pw.toml"
|
||||||
hash = "fd88ab8b23121cea2b1c7d05f2b7cbbe76b93ced03d6b98f0b212521ccb0ecb2"
|
hash = "b8270928d44781b9e59982d376bb3cc0d24089ceebef3c79d3e1e881ba7ece60"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/minihud.toml"
|
file = "mods/fadeless.pw.toml"
|
||||||
hash = "ea0f5b02b0ec99b0defe4f9b0ca8d9270a75142bea88752beb1ba5045c7708ee"
|
hash = "bd5311680997fada18e6492a91770fdc0762c718b3109820d67c1b019c2f1bf8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/modmenu.toml"
|
file = "mods/fallingleaves.pw.toml"
|
||||||
hash = "86f5fc0b25c2d71a6ac6f07dcf0fd168a51b7d3604636d5cd75485835d465c3b"
|
hash = "964ba2b17c1faef33809b6f3ccfb4ee73b3431ddd0d2c391da45034676fece26"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mouse-wheelie.toml"
|
file = "mods/ibe-editor.pw.toml"
|
||||||
hash = "0ef46300ba717d679eaec91b03edac50e5a2881f7c8526eac6e475ee9f86ae50"
|
hash = "4cc108111569489c81a27eacc7b0616d101be732082ec3d3dc8149f0ebb92253"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/nofog.toml"
|
file = "mods/indium.pw.toml"
|
||||||
hash = "fcb77964f74c646ec734fdda0aeecd6e098f6966bd1d576ebab5a56057297a9d"
|
hash = "678d1c7827d30fbe8c225e7f2b8ddc29f1dd69cced29335ee5a670477a0728a2"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/perspective-mod-redux.toml"
|
file = "mods/inspecio.pw.toml"
|
||||||
hash = "68010ccd22ee136e9a4ddb03805170742603b80ad23c04bbb568ae180ac74928"
|
hash = "497d26fe7f85a6c62cf50d4a86323584ff5b01ba1fa98e06686125ddf85bda89"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/presence-footsteps.toml"
|
file = "mods/inventory-profiles-next.pw.toml"
|
||||||
hash = "46acb2de4a49ecabca2387ea6f4312acf43db567043dfe1a64a37c13461d198e"
|
hash = "5945376058eb508f9a049134ed66dbc70c861d80d043441e03b10fa4338dc1e0"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/roughly-enough-items.toml"
|
file = "mods/iris.pw.toml"
|
||||||
hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892"
|
hash = "f2170f677cce023da0b7506a0445352d99690603d70046ec5c90231016b4d3b9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/shulkerboxtooltip.toml"
|
file = "mods/libipn.pw.toml"
|
||||||
hash = "2a0ae8867645fe078bc7e6f67ca7eb83d5c650a925c9252740f6121fd29113ec"
|
hash = "b7d04fcd38f84af79e1733f2f4912df51f40dbd5d196f5d6bbadce586b52136b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sodium.toml"
|
file = "mods/main-menu-credits.pw.toml"
|
||||||
hash = "629cba9c7cd4bfbb4f5be04e7d2ebfb71ef1c44466c7a1614b9c31b78b97f7a1"
|
hash = "2a79f7fb98b7073c926c6f87a93473f5714cf82a2ace7f344e4e2de4a33e0233"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/tooltipfix.toml"
|
file = "mods/malilib.pw.toml"
|
||||||
hash = "57279a8ae2d7c6e5053da3909d95254118db533d9a38c1a0763bf602d80c933d"
|
hash = "bbb5295f893cf4e84c400325a6c0033d755d6a2773ed4e2861fe2a438aac8222"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/worldeditcui-fabric.toml"
|
file = "mods/minihud.pw.toml"
|
||||||
hash = "e6449798eea5f340dac17cfda3576fc4565054e22a5c6140f21cdbc787ac58be"
|
hash = "1bdf87c5dd44a752e0fa20ba3b42eb2671d3271c20da595115ae9b7ca63b1ada"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-minimap-fair-play-edition.toml"
|
file = "mods/modmenu.pw.toml"
|
||||||
hash = "ae2faa6c0d4365feece0831f9b801ea1af046844991f875993336c3024a185aa"
|
hash = "e2a93bfe1d1e55657afd64a361b1d05929c8984332f1c39afd957eb7f88e9a62"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-world-map.toml"
|
file = "mods/mouse-tweaks.pw.toml"
|
||||||
hash = "8f10cb65455a6ccd28e37027b951465d2db5c7ea10a2326ff8fc57e69ef708bf"
|
hash = "669008dbd2508a67f8c409096cf2357de450f26a69494289e5852045ade7d358"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "options.txt"
|
file = "mods/nmuk.pw.toml"
|
||||||
hash = "9583692ac517a572ee40201f8f207a0e9a91e98a061379decd425a07587131e2"
|
hash = "c5c79054c0fe0b73e75f871f003fef87ed3be204cabd77c5df6cf6bb149f379c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/no-chat-reports.pw.toml"
|
||||||
|
hash = "f1a500575dcb47d2f58949a7d3efb0aa885b2cba01ba39fe78f70b7397e0adb2"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/open-loader.pw.toml"
|
||||||
|
hash = "ce489ec10a2a6d848d391452aa87d60bab75e9b657ae31ed5d4112269005a7d9"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/perspektive.pw.toml"
|
||||||
|
hash = "49a1fc6dc51674b5b24487467cf4c0a5d43b91f1fd531fb743df5076b882887e"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/pipeblocker.pw.toml"
|
||||||
|
hash = "3352e7e454ffc6c2771cd2d5c34e233f08c5a90e646c63ecd64ae3e82e6396b4"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/presence-footsteps.pw.toml"
|
||||||
|
hash = "5027329d763899c40db5e3f389cfb2262d61d0037668c331db0cec1491c585d8"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/qkl.pw.toml"
|
||||||
|
hash = "b0615e667641dd52e900c970553e0ce80748645dfaa93117bb126dccae3e3c19"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/qsl.pw.toml"
|
||||||
|
hash = "7ffa8a332d46b6b412904e52353d7095b4709de406699d75bc31dc99ce416487"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/reeses-sodium-options.pw.toml"
|
||||||
|
hash = "16edb6e9b2eb85405f9a3e4ac7159a0c00a9d47bfb4dc9d5b548bca37245fc06"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/roughly-enough-items.pw.toml"
|
||||||
|
hash = "14cc4a22ff95357f268e55e99728742c6667e4ad1a3272bb708fb2702ffc5f82"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/roughly-enough-professions-rep.pw.toml"
|
||||||
|
hash = "7e7e64bf9e193e56bbb53c71d1a29544e8543bc33d8a99bd24dcc26be2f88922"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/roughly-enough-trades.pw.toml"
|
||||||
|
hash = "44743a46e6f1af55144f3fcc91005499757cba9c34122ed759ae0bcde2ed5bb4"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/serverpingerfixer.pw.toml"
|
||||||
|
hash = "e4fcc1fc82a41c6ab58a926cd61950c290479c8e1c8531bfebaa72eb3d899817"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/shulkerboxtooltip.pw.toml"
|
||||||
|
hash = "93c211301d7e69fff02f0057580d90302bed89dd79a433c33b458d6379865290"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/sodium-extra.pw.toml"
|
||||||
|
hash = "4e691c86059e755a026b8cae8cf0c66396dc39bf47b6c71980589101803ecd36"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/sodium.pw.toml"
|
||||||
|
hash = "bff35d4d3b4fa8c82b5890555d8d9123c223787c545ba7c000c0208b68a72a6d"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/starlight.pw.toml"
|
||||||
|
hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/suggestion-tweaker.pw.toml"
|
||||||
|
hash = "926f8ca9ff61c89b1f6c5d26d8cf8a436334555498143c8a384bedc3676c90c8"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/symbol-chat.pw.toml"
|
||||||
|
hash = "d54c8655b93f5b267605b77505f9e4dc63c479b300aae97a88e163029d65b6fc"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/tool-stats.pw.toml"
|
||||||
|
hash = "9ebb2e67e9aa0a4ce7e66a06d19b80ac503399eba4a66f8e7af52359345e2633"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/tooltipfix.pw.toml"
|
||||||
|
hash = "fe592547ec2aedf1de7add34f747f7845e103de228e2426328e9e60fe93298cc"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/viafabricplus.pw.toml"
|
||||||
|
hash = "cbf6b0490eec789ecc3bcbf2443b5a78b865fb3549096f1628cc15cc5c7df051"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/whats-that-slot.pw.toml"
|
||||||
|
hash = "71ff799bf12d2f63d932254d4fedefe6f14317823660ab003fe5b1ac2c57711d"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/worldeditcui.pw.toml"
|
||||||
|
hash = "053543b262cd686153018aec2dea8b6ed057db51353accb08d277df834a97634"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/xaeros-minimap-fair-play-edition.pw.toml"
|
||||||
|
hash = "c78d1262652364368237efd85456ac377a55089f4539bb51d405363ad5e6e998"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/xaeros-world-map.pw.toml"
|
||||||
|
hash = "746d31ce0ece844c209e6755097adff1c830f0490cadd0b0d410e0879947c285"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/yacl.pw.toml"
|
||||||
|
hash = "1e28b99b3a64bcbbbaaee9bb65e01c0e0fb7efa228770e53e0143fa3a86dc139"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/yosbr.pw.toml"
|
||||||
|
hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/zoomify.pw.toml"
|
||||||
|
hash = "5f5f3db8824093d650ea00c5f860c9532288310521ca2aa3689635d6d0910016"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/Resources/assets/inventoryprofilesnext/textures/gui/overlay_new.png"
|
||||||
|
hash = "ff44c6c4b8c88cd72640df141880c3027d0eb2e849897e27f28d00e947ec1db0"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/Resources/pack.mcmeta"
|
||||||
|
hash = "f29b2b3b95b582bb45f8970b4ed2bf64ff8a23a45a9452db01e958bf15683a90"
|
||||||
|
|
13
mods/accurate-block-placement-reborn.pw.toml
Normal file
13
mods/accurate-block-placement-reborn.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Accurate Block Placement Reborn"
|
||||||
|
filename = "accurate-block-placement-1.0.17.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/kzwxhsjp/versions/iSmJRMh0/accurate-block-placement-1.0.17.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "aacb517042d8e982dcba3735b9a84c2994376e07"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "kzwxhsjp"
|
||||||
|
version = "iSmJRMh0"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Accurate Block Placement"
|
|
||||||
filename = "accurate-block-placement-1.0.12.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3673/256/accurate-block-placement-1.0.12.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "ab08b5ef84c509ef66b941cf1d5be4a43baee5a8"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3673256
|
|
||||||
project-id = 323316
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Advancements Enlarger"
|
|
||||||
filename = "advancements-enlarger-0.2.4.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3329/360/advancements-enlarger-0.2.4.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "dd71aa1ea18f2ff81a0604db151bb05be212dc38"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3329360
|
|
||||||
project-id = 355583
|
|
13
mods/amecs.pw.toml
Normal file
13
mods/amecs.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Amecs"
|
||||||
|
filename = "amecs-1.3.9+mc.1.20.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/rcLriA4v/versions/97ZA8JmI/amecs-1.3.9%2Bmc.1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "9c6b9f99c12cb1209f39cf83dabe05b9f4cbdd24"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "rcLriA4v"
|
||||||
|
version = "97ZA8JmI"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "AppleSkin"
|
|
||||||
filename = "appleskin-fabric-mc1.18.2-2.4.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3686/478/appleskin-fabric-mc1.18.2-2.4.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "07cc0f6d00b184bef9c4390682c098d5ca52e67d"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3686478
|
|
||||||
project-id = 248787
|
|
13
mods/architectury-api.pw.toml
Normal file
13
mods/architectury-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Architectury API"
|
||||||
|
filename = "architectury-9.1.12-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/Sbew3kXe/architectury-9.1.12-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "add0fffa445ee2959b0898484732704a15156553"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "lhGA9TYQ"
|
||||||
|
version = "Sbew3kXe"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Architectury API (Fabric)"
|
|
||||||
filename = "architectury-4.1.39.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3728/616/architectury-4.1.39.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "a3726775a7a4c97c47a1a5fa05d9a0614d13713c"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3728616
|
|
||||||
project-id = 419697
|
|
13
mods/better-advancements.pw.toml
Normal file
13
mods/better-advancements.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Better Advancements"
|
||||||
|
filename = "BetterAdvancements-Fabric-1.20.1-0.3.2.161.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Q2OqKxDG/versions/uHjK0raA/BetterAdvancements-Fabric-1.20.1-0.3.2.161.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "9eccd6a7b30acd0ec4ec54ba90c82b8f176596a0"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Q2OqKxDG"
|
||||||
|
version = "uHjK0raA"
|
13
mods/better-clouds.pw.toml
Normal file
13
mods/better-clouds.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Better Clouds"
|
||||||
|
filename = "better-clouds-1.3.8+1.20.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/5srFLIaK/versions/VVtZnV3W/better-clouds-1.3.8%2B1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "687105db6f45ca10da2eabd193cc414e24082a25"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "5srFLIaK"
|
||||||
|
version = "VVtZnV3W"
|
13
mods/better-stats.pw.toml
Normal file
13
mods/better-stats.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Better Statistics Screen"
|
||||||
|
filename = "betterstats-2.10.3+1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/n6PXGAoM/versions/WLBCUkWu/betterstats-2.10.3%2B1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "12fcb4fe11aa763afae26b8691de8cf8a4dcf82a"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "n6PXGAoM"
|
||||||
|
version = "WLBCUkWu"
|
13
mods/bookshelf-lib.pw.toml
Normal file
13
mods/bookshelf-lib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Bookshelf"
|
||||||
|
filename = "Bookshelf-Fabric-1.20.1-20.0.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/5lVi4B89/Bookshelf-Fabric-1.20.1-20.0.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "2044df2038fbdb30d9be1645dd648dbfce2901d1"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "uy4Cnpcm"
|
||||||
|
version = "5lVi4B89"
|
13
mods/cleardespawn.pw.toml
Normal file
13
mods/cleardespawn.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "ClearDespawn"
|
||||||
|
filename = "ClearDespawn-fabric-1.20.1-1.1.13.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/yoJJjRRE/versions/yvnQNe2a/ClearDespawn-fabric-1.20.1-1.1.13.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "b1297986dd11f2c4e5ca5f220b6f1a054db18862"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "yoJJjRRE"
|
||||||
|
version = "yvnQNe2a"
|
13
mods/cloth-config.pw.toml
Normal file
13
mods/cloth-config.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Cloth Config API"
|
||||||
|
filename = "cloth-config-11.1.106-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/s7VTKfLA/cloth-config-11.1.106-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "a05e176326365f2b8e377a35be52a5671491bcfd"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "9s6osm5g"
|
||||||
|
version = "s7VTKfLA"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Cloth Config API (Fabric)"
|
|
||||||
filename = "cloth-config-6.2.57-fabric.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3641/132/cloth-config-6.2.57-fabric.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "c52ef239d9d3d3473312d3f57bd8e730155ee5a5"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3641132
|
|
||||||
project-id = 319057
|
|
13
mods/continuity.pw.toml
Normal file
13
mods/continuity.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Continuity"
|
||||||
|
filename = "continuity-3.0.0-beta.3+1.20.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/1IjD5062/versions/xy2co4Rh/continuity-3.0.0-beta.3%2B1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "28fa0bc995fe240d17fcb1b2c8de8b0afd98213e"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "1IjD5062"
|
||||||
|
version = "xy2co4Rh"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Continuity"
|
|
||||||
filename = "continuity-1.1.0+1.18.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3675/822/continuity-1.1.0+1.18.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "a5ff4cb7d4c0fc3b5809a52b096b92ccf9d8cb55"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3675822
|
|
||||||
project-id = 531351
|
|
13
mods/craftpresence.pw.toml
Normal file
13
mods/craftpresence.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "CraftPresence"
|
||||||
|
filename = "CraftPresence-2.2.1+1.20.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/WH5EsWqo/CraftPresence-2.2.1%2B1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "c44f9915b71bfa7b1ac5d4fd42d681b7494473aa"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "DFqQfIBR"
|
||||||
|
version = "WH5EsWqo"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "CraftPresence"
|
|
||||||
filename = "CraftPresence-Fabric-1.18.2-Release-1.8.8.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3667/807/CraftPresence-Fabric-1.18.2-Release-1.8.8.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "b0a2869863ba4fb3f9e46f2c9a013b0fbe64ebb7"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3667807
|
|
||||||
project-id = 297038
|
|
13
mods/custom-window-title.pw.toml
Normal file
13
mods/custom-window-title.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Custom Window Title"
|
||||||
|
filename = "CustomWindowTitle-Fabric-1.20+v1.2.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "180625c304e4d660a08c4c97e5ca24b50622f282"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4583387
|
||||||
|
project-id = 360673
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Custom Window Title"
|
|
||||||
filename = "CustomWindowTitle-Fabric-1.17.1+v1.1.1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3537/305/CustomWindowTitle-Fabric-1.17.1+v1.1.1.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "37a7b22dd075b1478a81cdc379900d1f9b19d326"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3537305
|
|
||||||
project-id = 360673
|
|
13
mods/dripsounds-fabric.pw.toml
Normal file
13
mods/dripsounds-fabric.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Drip Sounds (Fabric)"
|
||||||
|
filename = "DripSounds-1.19.4-0.3.2.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/T8MMXTpr/versions/7GB1hLrr/DripSounds-1.19.4-0.3.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "0ec2a4722337bdcb668b6e37c43ec35bc2e0c617"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "T8MMXTpr"
|
||||||
|
version = "7GB1hLrr"
|
13
mods/enhanced-block-entities.pw.toml
Normal file
13
mods/enhanced-block-entities.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Enhanced Block Entities"
|
||||||
|
filename = "enhancedblockentities-0.9+1.20.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/i3v1Skck/enhancedblockentities-0.9%2B1.20.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "61cfe50f69f8ef9e3640c0269ef158870f5b0410"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "OVuFYfre"
|
||||||
|
version = "i3v1Skck"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Enhanced Block Entities"
|
|
||||||
filename = "enhancedblockentities-0.6+1.18.2.jar"
|
|
||||||
side = "client"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3717/795/enhancedblockentities-0.6+1.18.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "d4a4ce2f0249cd636eb3f820225082645885bd74"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3717795
|
|
||||||
project-id = 452046
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Fabric API"
|
|
||||||
filename = "fabric-api-0.48.0+1.18.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3689/20/fabric-api-0.48.0+1.18.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "cead4972f34ec8f2c97813b9824f2a2b02e8fde9"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3689020
|
|
||||||
project-id = 306612
|
|
13
mods/fadeless.pw.toml
Normal file
13
mods/fadeless.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Fadeless"
|
||||||
|
filename = "fadeless-1.0.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/ncKjyGm3/versions/j53ChsnW/fadeless-1.0.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "8a48f9abfa26e4abc06490c6e818f5cf6af1c280"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "ncKjyGm3"
|
||||||
|
version = "j53ChsnW"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Falling Leaves (Fabric)"
|
|
||||||
filename = "fallingleaves-1.10.0+1.18.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3668/32/fallingleaves-1.10.0+1.18.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "1b85cb53ad67e98ddffa5fe48cab74360b070c95"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3668032
|
|
||||||
project-id = 417510
|
|
13
mods/fallingleaves.pw.toml
Normal file
13
mods/fallingleaves.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Falling Leaves"
|
||||||
|
filename = "fallingleaves-1.15.2+1.20.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/8qK6ANpJ/fallingleaves-1.15.2%2B1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "4b3873f07b20f3a617628027c4de82e33527ffce"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "WhbRG4iK"
|
||||||
|
version = "8qK6ANpJ"
|
13
mods/ibe-editor.pw.toml
Normal file
13
mods/ibe-editor.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "IBE Editor"
|
||||||
|
filename = "IBEEditor-1.20-2.2.3-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/E9sX1ncV/versions/FlcRmy4g/IBEEditor-1.20-2.2.3-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "a315686aa8080c41503dbb4caf173f0b29b499a6"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "E9sX1ncV"
|
||||||
|
version = "FlcRmy4g"
|
13
mods/indium.pw.toml
Normal file
13
mods/indium.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Indium"
|
||||||
|
filename = "indium-1.0.25+mc1.20.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/6UQwWURe/indium-1.0.25%2Bmc1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "5f7a6c0d6a3dfadc87d6135889ab937d09fdcaa0"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Orvt0mRa"
|
||||||
|
version = "6UQwWURe"
|
13
mods/inspecio.pw.toml
Normal file
13
mods/inspecio.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Inspecio"
|
||||||
|
filename = "inspecio-1.8.1+1.20.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/a93H3mKU/versions/9fkuAmia/inspecio-1.8.1%2B1.20.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "54c163318a121848c4b4544a53f81f6cb5d0a67c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "a93H3mKU"
|
||||||
|
version = "9fkuAmia"
|
13
mods/inventory-profiles-next.pw.toml
Normal file
13
mods/inventory-profiles-next.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Inventory Profiles Next"
|
||||||
|
filename = "InventoryProfilesNext-fabric-1.20-1.10.6.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/MPvWmWwk/InventoryProfilesNext-fabric-1.20-1.10.6.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "2fdcb0ad16c1e7edf48070962f48eada3218f0f6"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "O7RBXm3n"
|
||||||
|
version = "MPvWmWwk"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Inventory Profiles Next"
|
|
||||||
filename = "InventoryProfilesNext-fabric-1.18.2-1.3.5.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3679/959/InventoryProfilesNext-fabric-1.18.2-1.3.5.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "cbeb84d1b80812d7cbdfa283490bfc1f4549069a"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3679959
|
|
||||||
project-id = 495267
|
|
13
mods/iris.pw.toml
Normal file
13
mods/iris.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Iris Shaders"
|
||||||
|
filename = "iris-mc1.20.1-1.6.8.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/pVNPPrMY/iris-mc1.20.1-1.6.8.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "942b1b3ea44a7880b55e3896d398a6c44a3e65be"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "YL57xq9U"
|
||||||
|
version = "pVNPPrMY"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Iris Shaders"
|
|
||||||
filename = "iris-mc1.18.2-1.2.2-build.32.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3687/476/iris-mc1.18.2-1.2.2-build.32.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "4f414abe310173ea7e270e26dafec8e6c442b9d4"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3687476
|
|
||||||
project-id = 455508
|
|
13
mods/libipn.pw.toml
Normal file
13
mods/libipn.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "libIPN"
|
||||||
|
filename = "libIPN-fabric-1.20-3.0.2.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/onSQdWhM/versions/R8cssvoN/libIPN-fabric-1.20-3.0.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "7ca028553a1423d8f34ce31d6a6a31b1fcf57aeb"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "onSQdWhM"
|
||||||
|
version = "R8cssvoN"
|
13
mods/main-menu-credits.pw.toml
Normal file
13
mods/main-menu-credits.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Main Menu Credits"
|
||||||
|
filename = "main-menu-credits-1.1.2.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/qJDfP7WN/versions/hWX5REu6/main-menu-credits-1.1.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "771eb704928c6d3e9fdf0e7971ba7d97305e09dd"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "qJDfP7WN"
|
||||||
|
version = "hWX5REu6"
|
13
mods/malilib.pw.toml
Normal file
13
mods/malilib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "MaLiLib"
|
||||||
|
filename = "malilib-fabric-1.20.1-0.16.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "21136f084a6b3710a33fe982a73cdd10621595b5"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4623483
|
||||||
|
project-id = 303119
|
|
@ -1,13 +0,0 @@
|
||||||
name = "MaLiLib"
|
|
||||||
filename = "malilib-fabric-1.18.2-0.12.1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3692/220/malilib-fabric-1.18.2-0.12.1.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "a810cf1f28751ac2681ab94a1f00b58c49884649"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3692220
|
|
||||||
project-id = 303119
|
|
13
mods/minihud.pw.toml
Normal file
13
mods/minihud.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "MiniHUD"
|
||||||
|
filename = "minihud-fabric-1.20.1-0.27.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "ab371c460a00cb18bfe41c49e5645dfe0e133d65"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4593082
|
||||||
|
project-id = 244260
|
|
@ -1,13 +0,0 @@
|
||||||
name = "MiniHUD"
|
|
||||||
filename = "minihud-fabric-1.18.2-0.22.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3671/392/minihud-fabric-1.18.2-0.22.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "dc85e2befc102c9260f6eebeb72317043ce6530a"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3671392
|
|
||||||
project-id = 244260
|
|
13
mods/modmenu.pw.toml
Normal file
13
mods/modmenu.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Mod Menu"
|
||||||
|
filename = "modmenu-7.2.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/eTCL1uh8/modmenu-7.2.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "ccaa15132f3e21307736d16fc160d064cc539e8c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "mOgUt4GM"
|
||||||
|
version = "eTCL1uh8"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Mod Menu"
|
|
||||||
filename = "modmenu-3.1.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3668/801/modmenu-3.1.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "b520422af2fce2d7cd02b6b9ae4f025822670c28"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3668801
|
|
||||||
project-id = 308702
|
|
13
mods/mouse-tweaks.pw.toml
Normal file
13
mods/mouse-tweaks.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Mouse Tweaks"
|
||||||
|
filename = "MouseTweaks-fabric-mc1.20-2.25.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/m0Dd8Cjy/MouseTweaks-fabric-mc1.20-2.25.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "21ae6dd81324543e77c10bbb2b928320d71b6750"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "aC3cM3Vq"
|
||||||
|
version = "m0Dd8Cjy"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Mouse Wheelie (Fabric)"
|
|
||||||
filename = "mousewheelie-1.8.8+mc1.18.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3717/990/mousewheelie-1.8.8+mc1.18.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "1f017c632284c23629f41a24130e47f4fa66353f"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3717990
|
|
||||||
project-id = 317514
|
|
13
mods/nmuk.pw.toml
Normal file
13
mods/nmuk.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "No More Useless Keys - NMUK"
|
||||||
|
filename = "nmuk-1.1.0+mc1.20.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/YCcdA1Lp/versions/Skc8LGrP/nmuk-1.1.0%2Bmc1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "671a20ee5ae80dc979d2028fbc9a227d5e6e19fd"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "YCcdA1Lp"
|
||||||
|
version = "Skc8LGrP"
|
17
mods/no-chat-reports.pw.toml
Normal file
17
mods/no-chat-reports.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name = "No Chat Reports"
|
||||||
|
filename = "NoChatReports-FABRIC-1.20.1-v2.2.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/HeZZR2kF/NoChatReports-FABRIC-1.20.1-v2.2.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "b99f23fb76aad5a944400717e6d71aa011c4d7f7"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "qQyHxfxd"
|
||||||
|
version = "HeZZR2kF"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
description = "Disables chat message signing to protect against potential chat report abuses. Warns if server requires signed chat messages."
|
|
@ -1,13 +0,0 @@
|
||||||
name = "NoFog"
|
|
||||||
filename = "NoFog-1.2.1_1.16.5-1.18.2-fabric.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3692/641/NoFog-1.2.1_1.16.5-1.18.2-fabric.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "758bf9f0139e1c081616b4be544585b9414c3829"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3692641
|
|
||||||
project-id = 296468
|
|
13
mods/open-loader.pw.toml
Normal file
13
mods/open-loader.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Open Loader"
|
||||||
|
filename = "OpenLoader-Fabric-1.20.1-19.0.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/KwWsINvD/versions/GdaQPrvy/OpenLoader-Fabric-1.20.1-19.0.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "8a73f113feed6c378695a12cbabe700320591e5b"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "KwWsINvD"
|
||||||
|
version = "GdaQPrvy"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Perspective Mod Redux"
|
|
||||||
filename = "PerspectiveModRedux-1.17-0.0.5_01.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3367/98/PerspectiveModRedux-1.17-0.0.5_01.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "e2a40025de5d2c33c543ddb6661a1a47e37bc77d"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3367098
|
|
||||||
project-id = 280647
|
|
13
mods/perspektive.pw.toml
Normal file
13
mods/perspektive.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Perspektive"
|
||||||
|
filename = "perspektive-1.3.3.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/santxgdT/versions/bbxuhYv4/perspektive-1.3.3.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "05cb54a4af8f8785ec44446cf21488c542c9f3bf"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "santxgdT"
|
||||||
|
version = "bbxuhYv4"
|
13
mods/pipeblocker.pw.toml
Normal file
13
mods/pipeblocker.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "PipeBlocker"
|
||||||
|
filename = "pipeblocker-fabric-1.2.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/wlRUwo2y/versions/VH4NKOW2/pipeblocker-fabric-1.2.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "ac59bd8d0bc685a7e8e2fe1084987f36aae90d0d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "wlRUwo2y"
|
||||||
|
version = "VH4NKOW2"
|
13
mods/presence-footsteps.pw.toml
Normal file
13
mods/presence-footsteps.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Presence Footsteps"
|
||||||
|
filename = "PresenceFootsteps-1.9.0.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/FMF3yzCR/PresenceFootsteps-1.9.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "e5ea35c6c326e6f5e6fe2a8af7cbc6a955515dbc"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "rcTfTZr3"
|
||||||
|
version = "FMF3yzCR"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Presence Footsteps [Fabric]"
|
|
||||||
filename = "PresenceFootsteps-1.5.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3671/978/PresenceFootsteps-1.5.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "fc13b79c51f1afa9cdc455d3c74d52bae1e02cf1"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3671978
|
|
||||||
project-id = 334259
|
|
13
mods/qkl.pw.toml
Normal file
13
mods/qkl.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Quilt Kotlin Libraries (QKL)"
|
||||||
|
filename = "quilt-kotlin-libraries-2.1.2+kt.1.9.0+flk.1.10.8.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/lwVhp9o5/versions/9WIAwhe7/quilt-kotlin-libraries-2.1.2%2Bkt.1.9.0%2Bflk.1.10.8.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "e90d951cc7c8d78ade816ef9f41cd786225182ae"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "lwVhp9o5"
|
||||||
|
version = "9WIAwhe7"
|
13
mods/qsl.pw.toml
Normal file
13
mods/qsl.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)"
|
||||||
|
filename = "qfapi-7.1.2_qsl-6.1.1_fapi-0.87.0_mc-1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/aWl2Qw6u/qfapi-7.1.2_qsl-6.1.1_fapi-0.87.0_mc-1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "4bb2a214dfc06429bc1a6a41cb2837cbab3d7221"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "qvIfYCYJ"
|
||||||
|
version = "aWl2Qw6u"
|
13
mods/reeses-sodium-options.pw.toml
Normal file
13
mods/reeses-sodium-options.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Reese's Sodium Options"
|
||||||
|
filename = "reeses_sodium_options-1.6.4+mc1.20.1-build.94.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/JB3vAAoX/reeses_sodium_options-1.6.4%2Bmc1.20.1-build.94.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "e7719e21ee8ee6d2738abdc436c099d8177acc34"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Bh37bMuy"
|
||||||
|
version = "JB3vAAoX"
|
13
mods/roughly-enough-items.pw.toml
Normal file
13
mods/roughly-enough-items.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Roughly Enough Items (REI)"
|
||||||
|
filename = "RoughlyEnoughItems-12.0.645.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/kq4TOe4i/RoughlyEnoughItems-12.0.645.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "5df98a98e70985ed69f8e0183d876698c65955df"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "nfn13YXA"
|
||||||
|
version = "kq4TOe4i"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Roughly Enough Items Fabric/Forge (REI)"
|
|
||||||
filename = "RoughlyEnoughItems-8.0.442.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3670/487/RoughlyEnoughItems-8.0.442.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "d4637681ecaca7ea0aa66aa95009233ccdc35e92"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3670487
|
|
||||||
project-id = 310111
|
|
13
mods/roughly-enough-professions-rep.pw.toml
Normal file
13
mods/roughly-enough-professions-rep.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Roughly Enough Professions (REP)"
|
||||||
|
filename = "RoughlyEnoughProfessions-fabric-1.20.1-2.0.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/V8XJ8f5f/versions/tup2khor/RoughlyEnoughProfessions-fabric-1.20.1-2.0.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "36e976d018b9dcedbabd9075575e4d25998b1d1e"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "V8XJ8f5f"
|
||||||
|
version = "tup2khor"
|
13
mods/roughly-enough-trades.pw.toml
Normal file
13
mods/roughly-enough-trades.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Roughly Enough Trades"
|
||||||
|
filename = "RoughlyEnoughTrades-1.19.3-1.0.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/SRDQqMfX/versions/UFe6Qy2t/RoughlyEnoughTrades-1.19.3-1.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "8e8c2a499869408e50a5df09d4fa439188b13559"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "SRDQqMfX"
|
||||||
|
version = "UFe6Qy2t"
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue