Minecraft 1.20.1
This commit is contained in:
parent
8968f3b240
commit
106156f141
62 changed files with 515 additions and 505 deletions
|
@ -1,4 +1,4 @@
|
||||||
A 1.19.2 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.
|
||||||
|
|
||||||
Uses Quilt mod loader.
|
Uses Quilt mod loader.
|
||||||
|
|
||||||
|
|
|
@ -1,22 +1,20 @@
|
||||||
{
|
{
|
||||||
"demandOnServer": false,
|
"defaultSigningMode": "PROMPT",
|
||||||
"showServerSafety": true,
|
|
||||||
"hideRedChatIndicators": false,
|
|
||||||
"hideYellowChatIndicators": false,
|
|
||||||
"hideGrayChatIndicators": false,
|
|
||||||
"hideWarningToast": true,
|
|
||||||
"alwaysHideReportButton": false,
|
|
||||||
"disableTelemetry": true,
|
|
||||||
"showReloadButton": false,
|
|
||||||
"whitelistAllServers": false,
|
|
||||||
"verifiedIconEnabled": true,
|
|
||||||
"showNCRButton": true,
|
|
||||||
"enableMod": true,
|
"enableMod": true,
|
||||||
|
"showNCRButton": true,
|
||||||
|
"showReloadButton": false,
|
||||||
|
"verifiedIconEnabled": true,
|
||||||
|
"showServerSafety": true,
|
||||||
|
"hideInsecureMessageIndicators": false,
|
||||||
|
"hideModifiedMessageIndicators": false,
|
||||||
|
"hideSystemMessageIndicators": false,
|
||||||
|
"hideWarningToast": true,
|
||||||
|
"hideSigningRequestMessage": false,
|
||||||
|
"alwaysHideReportButton": false,
|
||||||
"skipRealmsWarning": false,
|
"skipRealmsWarning": false,
|
||||||
|
"disableTelemetry": true,
|
||||||
|
"removeTelemetryButton": true,
|
||||||
|
"demandOnServer": false,
|
||||||
"verifiedIconOffsetX": 0,
|
"verifiedIconOffsetX": 0,
|
||||||
"verifiedIconOffsetY": 0,
|
"verifiedIconOffsetY": 0
|
||||||
"reconnectAwaitSeconds": 4,
|
|
||||||
"postDisconnectAwaitSeconds": 10,
|
|
||||||
"signingCheckDelaySeconds": 43200,
|
|
||||||
"serverSigningChecks": {}
|
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!",
|
"demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!",
|
||||||
"demandOnClient": false,
|
"demandOnClient": false,
|
||||||
"enableDebugLog": false,
|
|
||||||
"convertToGameMessage": true,
|
"convertToGameMessage": true,
|
||||||
"addQueryData": true
|
"addQueryData": true,
|
||||||
|
"enableDebugLog": false
|
||||||
}
|
}
|
199
config/craftpresence.json
Normal file
199
config/craftpresence.json
Normal file
|
@ -0,0 +1,199 @@
|
||||||
|
{
|
||||||
|
"_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
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttonBackground": {
|
||||||
|
"start": {
|
||||||
|
"red": 255,
|
||||||
|
"green": 255,
|
||||||
|
"blue": 255,
|
||||||
|
"alpha": 255
|
||||||
|
},
|
||||||
|
"texLocation": "minecraft:textures/gui/widgets.png"
|
||||||
|
},
|
||||||
|
"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,80 +0,0 @@
|
||||||
#CraftPresence - Configuration Settings
|
|
||||||
#Current Version -> v1.9.3 (Schema v2)
|
|
||||||
#
|
|
||||||
#Last synchronized:
|
|
||||||
#Mon Oct 24 11:13:07 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=760
|
|
||||||
Language_ID=en_us
|
|
||||||
Extra_Button_Messages=[default;Example Text;https\://google.com]
|
|
||||||
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
|
|
||||||
Player_List_Placeholder=¤t& / &max& Players
|
|
||||||
Format_Words=true
|
|
||||||
Main_Menu_Message=In the Main Menu
|
|
||||||
Config_Gui_Keybind=-1
|
|
||||||
Include_Extra_Gui_Classes=false
|
|
||||||
Auto_Register=true
|
|
||||||
Gui_Background_Color=minecraft;textures/gui/options_background.png
|
|
||||||
Default_Biome_Icon=unknown
|
|
||||||
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&
|
|
||||||
Dynamic_Icons=[default;https\://via.placeholder.com/256.png]
|
|
||||||
Strip_Translation_Colors=false
|
|
||||||
Rounding_Size=3
|
|
||||||
Player_Health_Placeholder=Health\: ¤t&/&max&
|
|
||||||
Preferred_Client=3
|
|
||||||
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 = ' VMU 1.2.0 - Minecraft {mcversion}'
|
title = ' VMU 1.3.0 - Minecraft {mcversion}'
|
||||||
icon16 = ''
|
icon16 = ''
|
||||||
icon32 = ''
|
icon32 = ''
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
"leafLifespan": 200,
|
"leafLifespan": 200,
|
||||||
"leafSpawnRate": 10,
|
"leafSpawnRate": 10,
|
||||||
"coniferLeafSpawnRate": 0,
|
"coniferLeafSpawnRate": 0,
|
||||||
|
"snowflakeSpawnRate": 15,
|
||||||
"dropFromPlayerPlacedBlocks": true,
|
"dropFromPlayerPlacedBlocks": true,
|
||||||
"leavesOnBlockHit": true,
|
"leavesOnBlockHit": true,
|
||||||
"minimumFreeSpaceBelow": 1,
|
"minimumFreeSpaceBelow": 1,
|
||||||
|
@ -50,6 +51,10 @@
|
||||||
"minecraft:mangrove_leaves": {
|
"minecraft:mangrove_leaves": {
|
||||||
"spawnRateFactor": 1.0,
|
"spawnRateFactor": 1.0,
|
||||||
"isConiferBlock": false
|
"isConiferBlock": false
|
||||||
|
},
|
||||||
|
"minecraft:cherry_leaves": {
|
||||||
|
"spawnRateFactor": 1.0,
|
||||||
|
"isConiferBlock": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"leafSpawners": [],
|
"leafSpawners": [],
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -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,
|
||||||
|
@ -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": ""
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"holdMode": false
|
|
||||||
}
|
|
|
@ -3,6 +3,7 @@
|
||||||
"clientPlayerVolume": 100,
|
"clientPlayerVolume": 100,
|
||||||
"otherPlayerVolume": 100,
|
"otherPlayerVolume": 100,
|
||||||
"runningVolumeIncrease": 0,
|
"runningVolumeIncrease": 0,
|
||||||
|
"wetSoundsVolume": 50,
|
||||||
"stance": "BIPED",
|
"stance": "BIPED",
|
||||||
"multiplayer": true,
|
"multiplayer": true,
|
||||||
"global": true,
|
"global": true,
|
||||||
|
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -59,8 +59,11 @@
|
||||||
"filtering": {
|
"filtering": {
|
||||||
"shouldFilterDisplays": true,
|
"shouldFilterDisplays": true,
|
||||||
"filteringRules": [
|
"filteringRules": [
|
||||||
"{id:\"roughlyenoughitems:manual\",rule:{}}"
|
"{id:\"roughlyenoughitems:manual\",rule:{}}",
|
||||||
|
"{id:\"roughlyenoughitems:basic\",rule:{}}",
|
||||||
|
"{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}"
|
||||||
],
|
],
|
||||||
|
"filteringQuickCraftCategories": { },
|
||||||
"filteredStacks": []
|
"filteredStacks": []
|
||||||
},
|
},
|
||||||
"enableJeiCompatibilityLayer": true,
|
"enableJeiCompatibilityLayer": true,
|
||||||
|
@ -68,7 +71,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.
|
||||||
|
@ -123,7 +127,8 @@
|
||||||
"clickableRecipeArrows": true,
|
"clickableRecipeArrows": true,
|
||||||
"registerRecipesInAnotherThread": true,
|
"registerRecipesInAnotherThread": true,
|
||||||
"newFastEntryRendering": true,
|
"newFastEntryRendering": true,
|
||||||
"cachingFastEntryRendering": true
|
"cachingFastEntryRendering": true,
|
||||||
|
"cachingDisplayLookup": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appearance": {
|
"appearance": {
|
||||||
|
|
|
@ -17,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
|
||||||
|
@ -35,7 +34,6 @@ lighting:true
|
||||||
dotsStyle:0
|
dotsStyle:0
|
||||||
dotNameScale:1.0
|
dotNameScale:1.0
|
||||||
compassOverEverything:true
|
compassOverEverything:true
|
||||||
showBiome:false
|
|
||||||
showFlowers:true
|
showFlowers:true
|
||||||
keepWaypointNames:false
|
keepWaypointNames:false
|
||||||
waypointsDistanceExp:0
|
waypointsDistanceExp:0
|
||||||
|
@ -55,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:10
|
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
|
||||||
|
@ -86,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
|
||||||
|
@ -105,11 +99,31 @@ keepUnlockedWhenEnlarged:false
|
||||||
enlargedMinimapAToggle:true
|
enlargedMinimapAToggle:true
|
||||||
displayStainedGlass:true
|
displayStainedGlass:true
|
||||||
waypointOnMapScale:0
|
waypointOnMapScale:0
|
||||||
|
switchToAutoOnDeath:true
|
||||||
|
infoDisplayBackgroundOpacity:40
|
||||||
|
caveModeToggleTimer:1000
|
||||||
|
legibleCaveMaps:false
|
||||||
|
biomeBlending:true
|
||||||
displayPacPlayers:true
|
displayPacPlayers:true
|
||||||
displayClaims:true
|
displayClaims:true
|
||||||
displayCurrentClaim:true
|
displayCurrentClaim:true
|
||||||
claimsFillOpacity:46
|
claimsFillOpacity:46
|
||||||
claimsBorderOpacity:80
|
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,20 @@ 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
|
||||||
|
displayClaims:true
|
||||||
|
claimsFillOpacity:46
|
||||||
|
claimsBorderOpacity:80
|
||||||
globalVersion:18
|
globalVersion:18
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
version:3120
|
version:3465
|
||||||
autoJump:false
|
autoJump:false
|
||||||
|
operatorItemsTab:true
|
||||||
autoSuggestions:true
|
autoSuggestions:true
|
||||||
chatColors:true
|
chatColors:true
|
||||||
chatLinks:true
|
chatLinks:true
|
||||||
|
@ -25,6 +26,10 @@ fov:0.5
|
||||||
screenEffectScale:1.0
|
screenEffectScale:1.0
|
||||||
fovEffectScale:1.0
|
fovEffectScale:1.0
|
||||||
darknessEffectScale:1.0
|
darknessEffectScale:1.0
|
||||||
|
glintSpeed:0.5
|
||||||
|
glintStrength:0.75
|
||||||
|
damageTiltStrength:1.0
|
||||||
|
highContrast:false
|
||||||
gamma:0.5
|
gamma:0.5
|
||||||
renderDistance:12
|
renderDistance:12
|
||||||
simulationDistance:12
|
simulationDistance:12
|
||||||
|
@ -33,7 +38,7 @@ guiScale:2
|
||||||
particles:0
|
particles:0
|
||||||
maxFps:120
|
maxFps:120
|
||||||
graphicsMode:1
|
graphicsMode:1
|
||||||
ao:2
|
ao:true
|
||||||
prioritizeChunkUpdates:0
|
prioritizeChunkUpdates:0
|
||||||
biomeBlendRadius:2
|
biomeBlendRadius:2
|
||||||
renderClouds:"true"
|
renderClouds:"true"
|
||||||
|
@ -58,6 +63,7 @@ chatDelay:0.0
|
||||||
chatHeightUnfocused:0.44366195797920227
|
chatHeightUnfocused:0.44366195797920227
|
||||||
chatScale:1.0
|
chatScale:1.0
|
||||||
chatWidth:1.0
|
chatWidth:1.0
|
||||||
|
notificationDisplayTime:1.0
|
||||||
mipmapLevels:4
|
mipmapLevels:4
|
||||||
useNativeTransport:true
|
useNativeTransport:true
|
||||||
mainHand:"right"
|
mainHand:"right"
|
||||||
|
@ -75,8 +81,10 @@ hideBundleTutorial:false
|
||||||
syncChunkWrites:true
|
syncChunkWrites:true
|
||||||
showAutosaveIndicator:true
|
showAutosaveIndicator:true
|
||||||
allowServerListing:true
|
allowServerListing:true
|
||||||
chatPreview:1
|
|
||||||
onlyShowSecureChat:false
|
onlyShowSecureChat:false
|
||||||
|
panoramaScrollSpeed:1.0
|
||||||
|
telemetryOptInExtra:false
|
||||||
|
onboardAccessibility:false
|
||||||
key_key.attack:key.mouse.left
|
key_key.attack:key.mouse.left
|
||||||
key_key.use:key.mouse.right
|
key_key.use:key.mouse.right
|
||||||
key_key.forward:key.keyboard.w
|
key_key.forward:key.keyboard.w
|
||||||
|
@ -125,15 +133,17 @@ key_key.amecs.toggle_right_pants_leg:key.keyboard.unknown
|
||||||
key_key.amecs.toggle_hat:key.keyboard.unknown
|
key_key.amecs.toggle_hat:key.keyboard.unknown
|
||||||
key_Freelook:key.keyboard.left.alt
|
key_Freelook:key.keyboard.left.alt
|
||||||
key_Toggle Freelook:key.keyboard.f4
|
key_Toggle Freelook:key.keyboard.f4
|
||||||
|
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_presencefootsteps.settings:key.keyboard.unknown
|
||||||
|
key_net.clayborn.accurateblockplacement.togglevanillaplacement:key.keyboard.v
|
||||||
key_gui.xaero_open_map:key.keyboard.m
|
key_gui.xaero_open_map:key.keyboard.m
|
||||||
key_gui.xaero_open_settings:key.keyboard.unknown
|
key_gui.xaero_open_settings:key.keyboard.unknown
|
||||||
key_gui.xaero_map_zoom_in:key.keyboard.unknown
|
key_gui.xaero_map_zoom_in:key.keyboard.unknown
|
||||||
key_gui.xaero_map_zoom_out:key.keyboard.unknown
|
key_gui.xaero_map_zoom_out:key.keyboard.unknown
|
||||||
key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
||||||
key_gui.xaero_toggle_pac_players:key.keyboard.unknown
|
|
||||||
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
|
|
||||||
key_zoomify.key.zoom:key.keyboard.z
|
|
||||||
key_zoomify.key.zoom.secondary:key.keyboard.unknown
|
|
||||||
key_key.modmenu.open_menu:key.keyboard.unknown
|
key_key.modmenu.open_menu:key.keyboard.unknown
|
||||||
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
||||||
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
|
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
|
||||||
|
@ -152,17 +162,16 @@ key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
|
||||||
key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
|
key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
|
||||||
key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
|
key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
|
||||||
key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown
|
key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown
|
||||||
|
key_gui.xaero_alternative_list_players:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_pac_players:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
|
||||||
key_gui.xaero_minimap_settings:key.keyboard.unknown
|
key_gui.xaero_minimap_settings:key.keyboard.unknown
|
||||||
key_net.clayborn.accurateblockplacement.togglevanillaplacement:key.keyboard.v
|
key_zoomify.key.zoom:key.keyboard.z
|
||||||
key_ibeeditor.key.editor:key.keyboard.y
|
key_zoomify.key.zoom.secondary:key.keyboard.unknown
|
||||||
key_ibeeditor.key.nbt_editor:key.keyboard.unknown
|
|
||||||
key_ibeeditor.key.snbt_editor:key.keyboard.unknown
|
|
||||||
key_ibeeditor.key.vault:key.keyboard.y
|
|
||||||
key_presencefootsteps.settings.key:key.keyboard.unknown
|
|
||||||
key_key.craftpresence.config_keycode.name:key.keyboard.unknown
|
|
||||||
key_iris.keybind.reload:key.keyboard.unknown
|
key_iris.keybind.reload:key.keyboard.unknown
|
||||||
key_iris.keybind.toggleShaders:key.keyboard.unknown
|
key_iris.keybind.toggleShaders:key.keyboard.unknown
|
||||||
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
|
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
|
||||||
|
key_key.craftpresence.config_keycode.name:key.keyboard.unknown
|
||||||
soundCategory_master:0.8
|
soundCategory_master:0.8
|
||||||
soundCategory_music:0.03
|
soundCategory_music:0.03
|
||||||
soundCategory_record:0.5
|
soundCategory_record:0.5
|
||||||
|
|
136
index.toml
generated
136
index.toml
generated
|
@ -6,19 +6,19 @@ hash = "11ba09a6771da982f9bdc906cb50b803804ab4d627566c85fc5ce9a7c4a72d68"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/NoChatReports/NCR-Client.json"
|
file = "config/NoChatReports/NCR-Client.json"
|
||||||
hash = "0907c97678aaa6594f6e0fcb9ead2975031fcc8ec7439ece13e4332c5c18698f"
|
hash = "24a1f098beb95f2f99c52cc29c48ac5554429729180de0f7208ab65332b43760"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/NoChatReports/NCR-Common.json"
|
file = "config/NoChatReports/NCR-Common.json"
|
||||||
hash = "7ac201e2094a0cddef81b33b0813b15725a8224bd35771be19791482bf63a439"
|
hash = "0eaad2630bd70ade719f7810e805810ada25379269ea194e43d3eea30c51dec0"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/craftpresence.properties"
|
file = "config/craftpresence.json"
|
||||||
hash = "05f3a4e3bc7dcafb7d4bf8da241759285105bab07143d3b919b6007fcf35939b"
|
hash = "be7f446c626398dce63fa1021a148658b5e85443e9b51c6264ac165a33b7ae4b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/customwindowtitle-client.toml"
|
file = "config/customwindowtitle-client.toml"
|
||||||
hash = "e0996b33430d6d0c7f1fb678cfcea50f28b6981180ff33be850b64a09cfd4d12"
|
hash = "74683480a229cd49dac6589c1d92545fcef847ddcd34f5fec07627bfce5e51d0"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/enhanced_bes.properties"
|
file = "config/enhanced_bes.properties"
|
||||||
|
@ -26,16 +26,12 @@ hash = "0b909b5ebd8775bfcc0345a8bdc5a3b7c57ab864d6b52b68686849e4d94ccaea"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/fallingleaves.json"
|
file = "config/fallingleaves.json"
|
||||||
hash = "593f3fb7021bf1221baad5e2121e4789a0777c87e42b0a47f2eb77f393a2a01a"
|
hash = "2541a6c399799d075ff0b4141058e5e8ee058060b7fa5221f178919b31371756"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/inspecio.json"
|
file = "config/inspecio.json"
|
||||||
hash = "04eebdc422a5555ac806fecd5793ec52ee00f175ed2efa431721170eaeb4dbca"
|
hash = "04eebdc422a5555ac806fecd5793ec52ee00f175ed2efa431721170eaeb4dbca"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/inventoryprofilesnext/integrationHints/player-defined.json"
|
|
||||||
hash = "3c94c0003a7616bea1a38887fafbe1c8a3e35f0ef0d0f4d5aad974ac73801b1a"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/inventoryprofilesnext/inventoryprofiles.json"
|
file = "config/inventoryprofilesnext/inventoryprofiles.json"
|
||||||
hash = "38e71a8b0a52b4fef2b1fa418d3bf2336b67992ed01f93a2ad469d68e1097cd2"
|
hash = "38e71a8b0a52b4fef2b1fa418d3bf2336b67992ed01f93a2ad469d68e1097cd2"
|
||||||
|
@ -46,23 +42,19 @@ hash = "c7486c0c1e198b7227066f1926389117aab9d4705aca3911ed3aceb450669e4b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/minihud.json"
|
file = "config/minihud.json"
|
||||||
hash = "c5772fd5c9092b59233fe67fd5eac1a71a2dce29d330260bae03ffc43a2b7cb5"
|
hash = "45cc5459014ac99f55b26ed923fb26d0099de96acb9bc22799a42fc16bd3dc5e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/openloader/advanced_options.json"
|
file = "config/openloader/advanced_options.json"
|
||||||
hash = "87cf97e95d3565087c517d7153bb25f8b08dbd59468ae1493fcbee4ebe25c3a5"
|
hash = "87cf97e95d3565087c517d7153bb25f8b08dbd59468ae1493fcbee4ebe25c3a5"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/perspectivemod/main.json5"
|
|
||||||
hash = "6a5944f13d0a3f8434f4143514d27dc8709a5624267505a56bfa63b0c7f46764"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/presencefootsteps/updater.json"
|
file = "config/presencefootsteps/updater.json"
|
||||||
hash = "1e7c61df09c105e1eeca8cf3dcbdfeb976700e9904bcb3983fc7791adb7fad2e"
|
hash = "1e7c61df09c105e1eeca8cf3dcbdfeb976700e9904bcb3983fc7791adb7fad2e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/presencefootsteps/userconfig.json"
|
file = "config/presencefootsteps/userconfig.json"
|
||||||
hash = "558417ea55258432623b65465dc29f3269c43777659adcec4da951894b49f786"
|
hash = "00adc361d80a7854032d81b69d5368951181004c747399362b80b700f9ad4690"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/shulkerboxtooltip.json5"
|
file = "config/shulkerboxtooltip.json5"
|
||||||
|
@ -76,17 +68,13 @@ hash = "58045fce3fcba01c65506f8aa90edcae5f6c129aeb9a00fd5309b88cf0365926"
|
||||||
file = "config/slightguimodifications/cts.groovy"
|
file = "config/slightguimodifications/cts.groovy"
|
||||||
hash = "913b5130ec57d35f0e59e32469b8ed2e8799a6a75f85b2a2bf78b24f5bb576de"
|
hash = "913b5130ec57d35f0e59e32469b8ed2e8799a6a75f85b2a2bf78b24f5bb576de"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/worldeditcui.config.json"
|
|
||||||
hash = "9221a1c42d4d25101c09ff8980ea8babda5d2d0ed2471f0d2b5ac76bc2c9ea10"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/ibeeditor-common.json"
|
file = "config/yosbr/config/ibeeditor-common.json"
|
||||||
hash = "d1c8229edca827ea5e35e9a0a5aec1463930e77547e69a1a5dee617f42a2d338"
|
hash = "d1c8229edca827ea5e35e9a0a5aec1463930e77547e69a1a5dee617f42a2d338"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
||||||
hash = "455ace5012f26fe4716db725b0c0f6f33fff56efaf0d60d16888d645cc985828"
|
hash = "14dbeb4b6c24532dcb4b26c33ade6c9cb154300f876df4699848720a7ef27e52"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/sodium-options.json"
|
file = "config/yosbr/config/sodium-options.json"
|
||||||
|
@ -94,7 +82,7 @@ hash = "64bac25b21e0736eb3fd0205ffbb8cf52ffbbe6bfb3f0813ba1aad90dd9b87a1"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/xaerominimap.txt"
|
file = "config/yosbr/config/xaerominimap.txt"
|
||||||
hash = "6ecc196eb43511e3d23c0d1dd024ba4a3e47fadf24706dbedb2bcc6bcb7ae7fe"
|
hash = "89d6d733ef4208b5062cdfd18bc72b9fccd1a7b3b11ca89b5155b61ba69d231e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/xaeropatreon.txt"
|
file = "config/yosbr/config/xaeropatreon.txt"
|
||||||
|
@ -102,7 +90,7 @@ hash = "e6a503d95dad7e712790bd7b77540880f160d54e0b88fa4f8d7e5f4389a41c6a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/xaeroworldmap.txt"
|
file = "config/yosbr/config/xaeroworldmap.txt"
|
||||||
hash = "d21233a7086fb4388fa446fe090c9cc3262942fc9273275ccd6a0c1d0a412a16"
|
hash = "7c35b37850936945bf111df3e33076528cda0c8b8f4b1075f09e871d1044a3bf"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/options.amecsapi.txt"
|
file = "config/yosbr/options.amecsapi.txt"
|
||||||
|
@ -110,221 +98,201 @@ hash = "8d005752d5cebeaf920ee0bd4077fab1952d6024e3b70759ba16b9051b2f4e5e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/options.txt"
|
file = "config/yosbr/options.txt"
|
||||||
hash = "32a982b1ab69eb8ef95dfb517ffa7f363c05f1f10ffb552e7786388896b72e06"
|
hash = "042bfe570a8808e5210d5817adffb786003265f76db00455b31785da3403c276"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/accurate-block-placement.pw.toml"
|
file = "mods/accurate-block-placement-reborn.pw.toml"
|
||||||
hash = "ab9bdc3b336e2a48ba1f869a7497a9a03cda9a45f50eae9a616dc86c4acae80f"
|
hash = "b9600c31b9a56495d5dd1bc808e10f7317a3b27e449b0cafb0ce9455c92c7b2b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/amecs.pw.toml"
|
file = "mods/amecs.pw.toml"
|
||||||
hash = "208a021c2243bdcbddb09c5ed46eb150c390a89801b8c44703ecb83066cf20f3"
|
hash = "16ce27183f78f23c8606787ab2bbbaf01d290b569a4c6d5a6f91b30802ebabd9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/architectury-api.pw.toml"
|
file = "mods/architectury-api.pw.toml"
|
||||||
hash = "651bb1998c83a40530d6cb95d40bd13e2f0f8ab064e0efdd3630f648cbe7f4ed"
|
hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/cloth-api.pw.toml"
|
|
||||||
hash = "a24a98749cf572397b9c0ed2a892814b7ce93bb743a73510a348f150ae8745a9"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cloth-config.pw.toml"
|
file = "mods/cloth-config.pw.toml"
|
||||||
hash = "213cad77d46ff46fe20780b01856cb1a8812747e9c3564203669bf3905e646e2"
|
hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/continuity.pw.toml"
|
file = "mods/continuity.pw.toml"
|
||||||
hash = "3648ed55ffae5bc153c16b2d414925cc30165b5171aa0e2a146e5ba22366fcf1"
|
hash = "2ff8353009122a86ac846dd8d48b2522d46f3b43111eb3a697d99cc42285a14f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/craftpresence.pw.toml"
|
file = "mods/craftpresence.pw.toml"
|
||||||
hash = "66efe72f8835a60e9b441424a7bd1c554c97ebeb1ecdfce58570bd653ab6079a"
|
hash = "8b94b8034d273ca891d01aae637dd2d78b2dddd7c704f83a6f3f00fcfa8ae794"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/custom-window-title.pw.toml"
|
file = "mods/custom-window-title.pw.toml"
|
||||||
hash = "44a5084ff1fe1a0211ae1cebe93fe714ad7a5da2b9c695672711230b73be1499"
|
hash = "d95e86e4ac6984ded372855f5ed4cca36308f389d8046fde1c37a5315739eecd"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/enhanced-block-entities.pw.toml"
|
file = "mods/enhanced-block-entities.pw.toml"
|
||||||
hash = "81a389a5035dc0852ce12c796f1d667bb4715b1d6ffde16433bf80f02e3796bc"
|
hash = "b8270928d44781b9e59982d376bb3cc0d24089ceebef3c79d3e1e881ba7ece60"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabric-language-kotlin.pw.toml"
|
file = "mods/fabric-language-kotlin.pw.toml"
|
||||||
hash = "6058946b7fb51a487cfdf61cba87562eda75ee38ebb16ae336c26fb24dd17c26"
|
hash = "ff4a66502e802341a84fbb8eceed65156b14436769b1f7e27a68b22fb59c1dae"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fallingleaves.pw.toml"
|
file = "mods/fallingleaves.pw.toml"
|
||||||
hash = "f0a1c212e68166b823a68080b32fd27d772fe87d533409fc0feb35a5c4c2093e"
|
hash = "964ba2b17c1faef33809b6f3ccfb4ee73b3431ddd0d2c391da45034676fece26"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/forgetmechunk.pw.toml"
|
|
||||||
hash = "c576911c18870a36c1337d4f48b708fb620b51f1cb0c6497e5cab661ae07f5a0"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ibe-editor.pw.toml"
|
file = "mods/ibe-editor.pw.toml"
|
||||||
hash = "44657ae8f9bc14286b363347b64d8c110151b8c7cebf6e6075ca9ced83267f20"
|
hash = "4cc108111569489c81a27eacc7b0616d101be732082ec3d3dc8149f0ebb92253"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/indium.pw.toml"
|
file = "mods/indium.pw.toml"
|
||||||
hash = "e8168531c092676d47cac3657bfc525f096f11ff5372ce6e322ad57778b81635"
|
hash = "85daf558c36022a664c9e2bc3d9a9bc21cb9fa62977890f142c20ccc155eae36"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/inspecio.pw.toml"
|
file = "mods/inspecio.pw.toml"
|
||||||
hash = "8ec6bd2efcefe111ffc2d7460f9a0f752f964e288eb92119e18699b97811fced"
|
hash = "497d26fe7f85a6c62cf50d4a86323584ff5b01ba1fa98e06686125ddf85bda89"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/inventory-profiles-next.pw.toml"
|
file = "mods/inventory-profiles-next.pw.toml"
|
||||||
hash = "2acd6d99abc9774fb38395bd825039343d7189fb9712f17788410fa731d5147c"
|
hash = "5945376058eb508f9a049134ed66dbc70c861d80d043441e03b10fa4338dc1e0"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/iris.pw.toml"
|
file = "mods/iris.pw.toml"
|
||||||
hash = "3d195b45c6dff7ee5a52dcb9e57a4172c91ec8d5c9d17c97305ee674fc22a357"
|
hash = "659e2447deffc797f441ed09c0b05d75138253dfacfe1479d3938e55773be4b6"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/libipn.pw.toml"
|
file = "mods/libipn.pw.toml"
|
||||||
hash = "899e263cf28795ccb2e5848232a3a5813266839cbcdfca5df881965a9523af8a"
|
hash = "b7d04fcd38f84af79e1733f2f4912df51f40dbd5d196f5d6bbadce586b52136b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/malilib.pw.toml"
|
file = "mods/malilib.pw.toml"
|
||||||
hash = "3926d859126491c673d921c3f3f93316766689ff0694f83d82255ec4776d3c74"
|
hash = "bbb5295f893cf4e84c400325a6c0033d755d6a2773ed4e2861fe2a438aac8222"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/minihud.pw.toml"
|
file = "mods/minihud.pw.toml"
|
||||||
hash = "ec2e01258ac91cd8a753b776bfe1e01ad7dacfedbbff19fb4eec779bb10cf4aa"
|
hash = "1bdf87c5dd44a752e0fa20ba3b42eb2671d3271c20da595115ae9b7ca63b1ada"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/modmenu.pw.toml"
|
file = "mods/modmenu.pw.toml"
|
||||||
hash = "24b56cdea0d96fc1b03b8cb6e6bb4b600c6fe730f7cd86e84004d100779ad5a1"
|
hash = "e2a93bfe1d1e55657afd64a361b1d05929c8984332f1c39afd957eb7f88e9a62"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mouse-tweaks.pw.toml"
|
file = "mods/mouse-tweaks.pw.toml"
|
||||||
hash = "8f554f10f3ca26505c1f51871263a7d75fca1e07a288c60c1a96b18f830beede"
|
hash = "669008dbd2508a67f8c409096cf2357de450f26a69494289e5852045ade7d358"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/nmuk.pw.toml"
|
file = "mods/nmuk.pw.toml"
|
||||||
hash = "505eb4c112dc747ce878e9de79c911a5ef7f5a632d91c5ebe818b299fd0102c4"
|
hash = "c5c79054c0fe0b73e75f871f003fef87ed3be204cabd77c5df6cf6bb149f379c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/no-chat-reports.pw.toml"
|
file = "mods/no-chat-reports.pw.toml"
|
||||||
hash = "27f826fc21190d28bf05cb6f2a8e8682e4baad2058e73bf314d9f5f0d96f7c53"
|
hash = "f1a500575dcb47d2f58949a7d3efb0aa885b2cba01ba39fe78f70b7397e0adb2"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/open-loader.pw.toml"
|
file = "mods/open-loader.pw.toml"
|
||||||
hash = "7e7a9fc6a8457d8b2c1ed8332cec6dadba305a25191a5aa0cb34ddd1623c8f72"
|
hash = "89b416c27725421ec8049643427524edc947ba82fda7739f89ffa75f544a6f30"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/perspektive.pw.toml"
|
file = "mods/perspektive.pw.toml"
|
||||||
hash = "35049c3038f792f8dfcc60f9703bb68e79856845255cac08da3c4be5d2983c37"
|
hash = "49a1fc6dc51674b5b24487467cf4c0a5d43b91f1fd531fb743df5076b882887e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/presence-footsteps.pw.toml"
|
file = "mods/presence-footsteps.pw.toml"
|
||||||
hash = "c0b8dcde9209582f6bdf00db9d6df59e9db51ee592020e7552576a3cf2109b04"
|
hash = "5027329d763899c40db5e3f389cfb2262d61d0037668c331db0cec1491c585d8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/qsl.pw.toml"
|
file = "mods/qsl.pw.toml"
|
||||||
hash = "8e6f816746597947ef95f88a678c1be0dec151d517c27e4658566005c0ca20dc"
|
hash = "6ff7c68fb86e72f9f9feb1858e04cd2b7f80efda3b6819d484806a4316215557"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/reeses-sodium-options.pw.toml"
|
file = "mods/reeses-sodium-options.pw.toml"
|
||||||
hash = "1c6d01b013b9e8c6dd921046adc7c7768814c17a0fde45cbe695c8e2de40f8be"
|
hash = "2cadde7b91d76a9376b6335b1215b734e8d75473c594a7b75ebb220ff7e2c017"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/roughly-enough-items.pw.toml"
|
file = "mods/roughly-enough-items.pw.toml"
|
||||||
hash = "001350237bce8df4bf29e36f566199cc8ccb37f2a2b9111c6e043894ab14e9ae"
|
hash = "201ab0485fc28e1b4a8fb04f620bfe94e19a3495131b939b67a701068de7f325"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/shulkerboxtooltip.pw.toml"
|
file = "mods/shulkerboxtooltip.pw.toml"
|
||||||
hash = "1aae05e6f09e1883875e38bb77479d049fbc64d60a2215133fa747ed512205b2"
|
hash = "93c211301d7e69fff02f0057580d90302bed89dd79a433c33b458d6379865290"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/slight-gui-modifications.pw.toml"
|
|
||||||
hash = "bc1b62598938b58e55c752af626425317ca67210d8b16bc0dd45c9efe8cdf284"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sodium-extra.pw.toml"
|
file = "mods/sodium-extra.pw.toml"
|
||||||
hash = "99c83e926faf4565a4a75f8666a9c68721c3effdeece027509e23c5d50395321"
|
hash = "1cb218af33e0eff1014b3e49ea1e0da40f14de23b18f95ed928a5495f3d2c334"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sodium.pw.toml"
|
file = "mods/sodium.pw.toml"
|
||||||
hash = "aa4dcf55ac3191b0b31437521714c1d28364c3396cf06ef07fa76a08488c1837"
|
hash = "217b07516517c4c01958387192143943f3e9309a0e935828f9f32af771425d66"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/starlight.pw.toml"
|
file = "mods/starlight.pw.toml"
|
||||||
hash = "be68ef606c339bbb22f2b812db1e5264d9e3335befc0c348d4dc91a8a3e72e17"
|
hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/suggestion-tweaker.pw.toml"
|
file = "mods/suggestion-tweaker.pw.toml"
|
||||||
hash = "c24170ea2222370f7113c041ebb80ea30cef76eba7ade25a861bd1e30ada3738"
|
hash = "926f8ca9ff61c89b1f6c5d26d8cf8a436334555498143c8a384bedc3676c90c8"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/tooltipfix.pw.toml"
|
|
||||||
hash = "6230511311dcd1e74e10121b78b1e6fb47d28f3fb5b2ecda533c7094a16862c0"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/worldeditcui.pw.toml"
|
file = "mods/worldeditcui.pw.toml"
|
||||||
hash = "967674c89571c0e2cc9de0d3fc2131ab98a3e2bc65c5ca55d5d7a1980900aced"
|
hash = "053543b262cd686153018aec2dea8b6ed057db51353accb08d277df834a97634"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-minimap-fair-play-edition.pw.toml"
|
file = "mods/xaeros-minimap-fair-play-edition.pw.toml"
|
||||||
hash = "56ab81a6f850a43f085bea4bd5c38cd82a0efc30f941c2bb1260a71e6bcbbd40"
|
hash = "664813f711c34f6d8bb8c9c2172bc285f1908e11c95bcce4f2ae6ce3746f6ca4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-world-map.pw.toml"
|
file = "mods/xaeros-world-map.pw.toml"
|
||||||
hash = "800f61cda441a1222e7d9146414f73375d928bc24f5f78f552d83c92c406e15c"
|
hash = "e648fc3589b2eac26be5c50b49187c5f3f2bb870dcbaa178a53ef412eccda14f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yacl.pw.toml"
|
file = "mods/yacl.pw.toml"
|
||||||
hash = "bf1922d77e7e4b5667532dd6abd36f5cdff870314247d43a1cf50e9139e18458"
|
hash = "1e28b99b3a64bcbbbaaee9bb65e01c0e0fb7efa228770e53e0143fa3a86dc139"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yosbr.pw.toml"
|
file = "mods/yosbr.pw.toml"
|
||||||
hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12"
|
hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/zoomify.pw.toml"
|
file = "mods/zoomify.pw.toml"
|
||||||
hash = "fd46de6c3c5d14189e12daa71b81e697a248fbeac9b1c0b2d71bb8f61a84605b"
|
hash = "5f5f3db8824093d650ea00c5f860c9532288310521ca2aa3689635d6d0910016"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
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.14.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "aa4a458befd518bf408a5f0ff34b000a79418075"
|
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3942020
|
|
||||||
project-id = 323316
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Amecs"
|
name = "Amecs"
|
||||||
filename = "amecs-1.3.8+mc.1.19-rc2.jar"
|
filename = "amecs-1.3.9+mc.1.20.1.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/rcLriA4v/versions/1.3.8+mc.1.19-rc2/amecs-1.3.8%2Bmc.1.19-rc2.jar"
|
url = "https://cdn.modrinth.com/data/rcLriA4v/versions/97ZA8JmI/amecs-1.3.9%2Bmc.1.20.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "88c0fcf573a511760be66c562b14f9a3a056fee2"
|
hash = "9c6b9f99c12cb1209f39cf83dabe05b9f4cbdd24"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "rcLriA4v"
|
mod-id = "rcLriA4v"
|
||||||
version = "RcXP5WO3"
|
version = "97ZA8JmI"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Architectury API"
|
name = "Architectury API"
|
||||||
filename = "architectury-6.3.49-fabric.jar"
|
filename = "architectury-9.1.12-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/KE5bu0Vd/architectury-6.3.49-fabric.jar"
|
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/Sbew3kXe/architectury-9.1.12-fabric.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "9c6173d2c38306fd8f87d33e259d33fecb5e1dea"
|
hash = "add0fffa445ee2959b0898484732704a15156553"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "lhGA9TYQ"
|
mod-id = "lhGA9TYQ"
|
||||||
version = "KE5bu0Vd"
|
version = "Sbew3kXe"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Cloth API (Fabric)"
|
|
||||||
filename = "cloth-api-4.0.65.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "be86c751c4e8e54c539abd8530f6d84f97c8188c"
|
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3853858
|
|
||||||
project-id = 317121
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Cloth Config API"
|
name = "Cloth Config API"
|
||||||
filename = "cloth-config-8.2.88-fabric.jar"
|
filename = "cloth-config-11.1.106-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/EXrxCjl6/cloth-config-8.2.88-fabric.jar"
|
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/s7VTKfLA/cloth-config-11.1.106-fabric.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "4b93c69f22e9bdeeca201992e99632824b55f9cb"
|
hash = "a05e176326365f2b8e377a35be52a5671491bcfd"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "9s6osm5g"
|
mod-id = "9s6osm5g"
|
||||||
version = "EXrxCjl6"
|
version = "s7VTKfLA"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Continuity"
|
name = "Continuity"
|
||||||
filename = "continuity-2.0.1+1.19.jar"
|
filename = "continuity-3.0.0-beta.3+1.20.1.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/1IjD5062/versions/2.0.1+1.19/continuity-2.0.1%2B1.19.jar"
|
url = "https://cdn.modrinth.com/data/1IjD5062/versions/xy2co4Rh/continuity-3.0.0-beta.3%2B1.20.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "d82700772659f65560202f1cbd0e744007b21a75"
|
hash = "28fa0bc995fe240d17fcb1b2c8de8b0afd98213e"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "1IjD5062"
|
mod-id = "1IjD5062"
|
||||||
version = "xTtULC68"
|
version = "xy2co4Rh"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "CraftPresence"
|
name = "CraftPresence"
|
||||||
filename = "CraftPresence-1.19.2-Release-1.9.3-universal.jar"
|
filename = "CraftPresence-2.2.0+1.20.1.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/P97oiY9k/CraftPresence-1.19.2-Release-1.9.3-universal.jar"
|
url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/VSWWJnWN/CraftPresence-2.2.0%2B1.20.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "87bbef99065f2378122986e260886b922232adc9"
|
hash = "24bee2e38337f957630c7fb8be6f0e4fd015b9bd"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "DFqQfIBR"
|
mod-id = "DFqQfIBR"
|
||||||
version = "P97oiY9k"
|
version = "VSWWJnWN"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Custom Window Title"
|
name = "Custom Window Title"
|
||||||
filename = "CustomWindowTitle-Fabric-1.17.1+v1.1.1.jar"
|
filename = "CustomWindowTitle-Fabric-1.20+v1.2.0.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3537/305/CustomWindowTitle-Fabric-1.17.1+v1.1.1.jar"
|
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "37a7b22dd075b1478a81cdc379900d1f9b19d326"
|
hash = "180625c304e4d660a08c4c97e5ca24b50622f282"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3537305
|
file-id = 4583387
|
||||||
project-id = 360673
|
project-id = 360673
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Enhanced Block Entities"
|
name = "Enhanced Block Entities"
|
||||||
filename = "enhancedblockentities-0.7.2+1.19.2.jar"
|
filename = "enhancedblockentities-0.9+1.20.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/fZx04xgT/enhancedblockentities-0.7.2%2B1.19.2.jar"
|
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/i3v1Skck/enhancedblockentities-0.9%2B1.20.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "fde7ffee932782c7718fd0596864aa9058b7b93c"
|
hash = "61cfe50f69f8ef9e3640c0269ef158870f5b0410"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "OVuFYfre"
|
mod-id = "OVuFYfre"
|
||||||
version = "fZx04xgT"
|
version = "i3v1Skck"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Fabric Language Kotlin"
|
name = "Fabric Language Kotlin"
|
||||||
filename = "fabric-language-kotlin-1.8.5+kotlin.1.7.20.jar"
|
filename = "fabric-language-kotlin-1.10.8+kotlin.1.9.0.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/FrvEFBGt/fabric-language-kotlin-1.8.5%2Bkotlin.1.7.20.jar"
|
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/s10JMAtS/fabric-language-kotlin-1.10.8%2Bkotlin.1.9.0.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "d792f00ea9cb6062646de40a235a976e1bd4b666"
|
hash = "06a973a9e97b6dc673dfc1c519f2118dcb068690"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Ha28R6CL"
|
mod-id = "Ha28R6CL"
|
||||||
version = "FrvEFBGt"
|
version = "s10JMAtS"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Falling Leaves"
|
name = "Falling Leaves"
|
||||||
filename = "fallingleaves-1.12.2+1.19.2.jar"
|
filename = "fallingleaves-1.15.2+1.20.1.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/uFJKVYDV/fallingleaves-1.12.2%2B1.19.2.jar"
|
url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/8qK6ANpJ/fallingleaves-1.15.2%2B1.20.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "5fdab3d17a245f0aaa7e40901322c49d02044931"
|
hash = "4b3873f07b20f3a617628027c4de82e33527ffce"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "WhbRG4iK"
|
mod-id = "WhbRG4iK"
|
||||||
version = "uFJKVYDV"
|
version = "8qK6ANpJ"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "ForgetMeChunk"
|
|
||||||
filename = "forgetmechunk-1.0.4-1.18.X-1.19.X.jar"
|
|
||||||
side = "client"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/vRXn3MrA/versions/1.0.4/forgetmechunk-1.0.4-1.18.X-1.19.X.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "ed03ad25fb8cbfae4637edd5a4dd6386d9a6231e"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "vRXn3MrA"
|
|
||||||
version = "yX5SANL7"
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "IBE Editor"
|
name = "IBE Editor"
|
||||||
filename = "IBEEditor-1.19.2-2.2.1-fabric.jar"
|
filename = "IBEEditor-1.20-2.2.3-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/E9sX1ncV/versions/M29cmrMU/IBEEditor-1.19.2-2.2.1-fabric.jar"
|
url = "https://cdn.modrinth.com/data/E9sX1ncV/versions/FlcRmy4g/IBEEditor-1.20-2.2.3-fabric.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "808b3b5b1ebe7f5326881793c3c59f214d0c609c"
|
hash = "a315686aa8080c41503dbb4caf173f0b29b499a6"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "E9sX1ncV"
|
mod-id = "E9sX1ncV"
|
||||||
version = "M29cmrMU"
|
version = "FlcRmy4g"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Indium"
|
name = "Indium"
|
||||||
filename = "indium-1.0.9+mc1.19.2.jar"
|
filename = "indium-1.0.21+mc1.20.1.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/yTfou6df/indium-1.0.9%2Bmc1.19.2.jar"
|
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/yTh7W27h/indium-1.0.21%2Bmc1.20.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "a74ab16af990cf55dd1a3b5c76eadfc9ca25e25e"
|
hash = "f97c6485da813634541a8c792b2f04d44e17d141"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Orvt0mRa"
|
mod-id = "Orvt0mRa"
|
||||||
version = "yTfou6df"
|
version = "yTh7W27h"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Inspecio"
|
name = "Inspecio"
|
||||||
filename = "inspecio-1.6.0+1.19.jar"
|
filename = "inspecio-1.8.1+1.20.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/a93H3mKU/versions/1.6.0+1.19/inspecio-1.6.0%2B1.19.jar"
|
url = "https://cdn.modrinth.com/data/a93H3mKU/versions/9fkuAmia/inspecio-1.8.1%2B1.20.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "ef272ed0e6d992596d45a063581bf9c79b9c894f"
|
hash = "54c163318a121848c4b4544a53f81f6cb5d0a67c"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "a93H3mKU"
|
mod-id = "a93H3mKU"
|
||||||
version = "ajfDYyUy"
|
version = "9fkuAmia"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Inventory Profiles Next"
|
name = "Inventory Profiles Next"
|
||||||
filename = "InventoryProfilesNext-fabric-1.19-1.8.2.jar"
|
filename = "InventoryProfilesNext-fabric-1.20-1.10.6.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/PKna8JZM/InventoryProfilesNext-fabric-1.19-1.8.2.jar"
|
url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/MPvWmWwk/InventoryProfilesNext-fabric-1.20-1.10.6.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "688364076d4422fb345701357364624df00c4307"
|
hash = "2fdcb0ad16c1e7edf48070962f48eada3218f0f6"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "O7RBXm3n"
|
mod-id = "O7RBXm3n"
|
||||||
version = "PKna8JZM"
|
version = "MPvWmWwk"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Iris Shaders"
|
name = "Iris Shaders"
|
||||||
filename = "iris-mc1.19.2-1.4.0.jar"
|
filename = "iris-mc1.20-1.6.4.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/RRjXTE6G/iris-mc1.19.2-1.4.0.jar"
|
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/URWeWMAt/iris-mc1.20-1.6.4.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "2e62f68c5ae5b4b38728e84ab7779023677bd78a"
|
hash = "ec1491adc5dffeb0ab2f5da290b32cd4e45d58ad"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "YL57xq9U"
|
mod-id = "YL57xq9U"
|
||||||
version = "RRjXTE6G"
|
version = "URWeWMAt"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "libIPN"
|
name = "libIPN"
|
||||||
filename = "libIPN-fabric-1.19-1.0.3.jar"
|
filename = "libIPN-fabric-1.20-3.0.2.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/onSQdWhM/versions/sNHw0Fym/libIPN-fabric-1.19-1.0.3.jar"
|
url = "https://cdn.modrinth.com/data/onSQdWhM/versions/R8cssvoN/libIPN-fabric-1.20-3.0.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "a745e5491969f0f1a7f4ce7be2a9d705234bc00f"
|
hash = "7ca028553a1423d8f34ce31d6a6a31b1fcf57aeb"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "onSQdWhM"
|
mod-id = "onSQdWhM"
|
||||||
version = "sNHw0Fym"
|
version = "R8cssvoN"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "MaLiLib"
|
name = "MaLiLib"
|
||||||
filename = "malilib-fabric-1.19.2-0.13.0.jar"
|
filename = "malilib-fabric-1.20.1-0.16.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "adc66c8c481293d6fe316da539eb5b8e46e8ac76"
|
hash = "21136f084a6b3710a33fe982a73cdd10621595b5"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3923052
|
file-id = 4623483
|
||||||
project-id = 303119
|
project-id = 303119
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "MiniHUD"
|
name = "MiniHUD"
|
||||||
filename = "minihud-fabric-1.19.2-0.23.3.jar"
|
filename = "minihud-fabric-1.20.1-0.27.0.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "0f0e90fdd87301437c9cb7f383da8bac4c030928"
|
hash = "ab371c460a00cb18bfe41c49e5645dfe0e133d65"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3923228
|
file-id = 4593082
|
||||||
project-id = 244260
|
project-id = 244260
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Mod Menu"
|
name = "Mod Menu"
|
||||||
filename = "modmenu-4.0.6.jar"
|
filename = "modmenu-7.2.1.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/4.0.6/modmenu-4.0.6.jar"
|
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/eTCL1uh8/modmenu-7.2.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "9035d55b5d77ef4746aaf7fa0645e84927c76c57"
|
hash = "ccaa15132f3e21307736d16fc160d064cc539e8c"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "mOgUt4GM"
|
mod-id = "mOgUt4GM"
|
||||||
version = "8TOgNwQL"
|
version = "eTCL1uh8"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Mouse Tweaks"
|
name = "Mouse Tweaks"
|
||||||
filename = "MouseTweaks-fabric-mc1.19-2.22.jar"
|
filename = "MouseTweaks-fabric-mc1.20-2.25.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/1.19-2.22-fabric/MouseTweaks-fabric-mc1.19-2.22.jar"
|
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/m0Dd8Cjy/MouseTweaks-fabric-mc1.20-2.25.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "6004ccf55a3013c54fdbef3b28613c3326231d2c"
|
hash = "21ae6dd81324543e77c10bbb2b928320d71b6750"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "aC3cM3Vq"
|
mod-id = "aC3cM3Vq"
|
||||||
version = "pmMCbsN3"
|
version = "m0Dd8Cjy"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "No More Useless Keys - NMUK"
|
name = "No More Useless Keys - NMUK"
|
||||||
filename = "nmuk-1.0.1+mc1.19.jar"
|
filename = "nmuk-1.1.0+mc1.20.1.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/YCcdA1Lp/versions/1.0.1+mc1.19/nmuk-1.0.1%2Bmc1.19.jar"
|
url = "https://cdn.modrinth.com/data/YCcdA1Lp/versions/Skc8LGrP/nmuk-1.1.0%2Bmc1.20.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "c6ffc90d3a4d437ca7948f1e54f5275dac20734a"
|
hash = "671a20ee5ae80dc979d2028fbc9a227d5e6e19fd"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "YCcdA1Lp"
|
mod-id = "YCcdA1Lp"
|
||||||
version = "U1IsTa2s"
|
version = "Skc8LGrP"
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
name = "No Chat Reports"
|
name = "No Chat Reports"
|
||||||
filename = "NoChatReports-FABRIC-1.19.2-v1.13.10.jar"
|
filename = "NoChatReports-FABRIC-1.20.1-v2.2.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/KrZknjrr/NoChatReports-FABRIC-1.19.2-v1.13.10.jar"
|
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/HeZZR2kF/NoChatReports-FABRIC-1.20.1-v2.2.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "6764430324dd1ad16990810ab9649aae43a5647e"
|
hash = "b99f23fb76aad5a944400717e6d71aa011c4d7f7"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "qQyHxfxd"
|
mod-id = "qQyHxfxd"
|
||||||
version = "KrZknjrr"
|
version = "HeZZR2kF"
|
||||||
|
|
||||||
[option]
|
[option]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Open Loader"
|
name = "Open Loader"
|
||||||
filename = "OpenLoader-Fabric-1.19.2-15.0.1.jar"
|
filename = "OpenLoader-Fabric-1.20.1-19.0.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "5c9aa1cce1402abddf210ce0c685c39f2fd9ec25"
|
hash = "8a73f113feed6c378695a12cbabe700320591e5b"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3943066
|
file-id = 4648483
|
||||||
project-id = 354339
|
project-id = 354339
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Perspektive"
|
name = "Perspektive"
|
||||||
filename = "perspektive-1.2.1.jar"
|
filename = "perspektive-1.3.3.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/santxgdT/versions/1.2.1/perspektive-1.2.1.jar"
|
url = "https://cdn.modrinth.com/data/santxgdT/versions/bbxuhYv4/perspektive-1.3.3.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "8fc7ebf9b08036f4b2002bf517b9c1ef15a33d84"
|
hash = "05cb54a4af8f8785ec44446cf21488c542c9f3bf"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "santxgdT"
|
mod-id = "santxgdT"
|
||||||
version = "4gYkjtwo"
|
version = "bbxuhYv4"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Presence Footsteps"
|
name = "Presence Footsteps"
|
||||||
filename = "PresenceFootsteps-1.6.2.jar"
|
filename = "PresenceFootsteps-1.9.0.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/gLDVmoRt/PresenceFootsteps-1.6.2.jar"
|
url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/FMF3yzCR/PresenceFootsteps-1.9.0.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "b930833e2c5ec0ce2b423663e771a27ea87ef3ff"
|
hash = "e5ea35c6c326e6f5e6fe2a8af7cbc6a955515dbc"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "rcTfTZr3"
|
mod-id = "rcTfTZr3"
|
||||||
version = "gLDVmoRt"
|
version = "FMF3yzCR"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Quilted Fabric API / Quilt Standard Libraries"
|
name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)"
|
||||||
filename = "quilted-fabric-api-4.0.0-beta.17+0.64.0-1.19.2.jar"
|
filename = "qfapi-7.1.0_qsl-6.1.0_fapi-0.86.1_mc-1.20.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/1RL57ufH/quilted-fabric-api-4.0.0-beta.17%2B0.64.0-1.19.2.jar"
|
url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/fFx48erS/qfapi-7.1.0_qsl-6.1.0_fapi-0.86.1_mc-1.20.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "1d1b1c06f5f5d539d55cc70a85b02a4c69b1b6f8"
|
hash = "e43acd927fbda4631516ac5bf6028f1481b25fc7"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "qvIfYCYJ"
|
mod-id = "qvIfYCYJ"
|
||||||
version = "1RL57ufH"
|
version = "fFx48erS"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Reese's Sodium Options"
|
name = "Reese's Sodium Options"
|
||||||
filename = "reeses_sodium_options-1.4.7+mc1.19.2-build.59.jar"
|
filename = "reeses_sodium_options-1.6.3+mc1.20.1-build.92.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/Iusxhlyd/reeses_sodium_options-1.4.7%2Bmc1.19.2-build.59.jar"
|
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/PCctWHcc/reeses_sodium_options-1.6.3%2Bmc1.20.1-build.92.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "b9cc6500afef896a577f7f07b635945d469e4b41"
|
hash = "ebd4b41931429dd20b43ba39030aed8b81efc01c"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Bh37bMuy"
|
mod-id = "Bh37bMuy"
|
||||||
version = "Iusxhlyd"
|
version = "PCctWHcc"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Roughly Enough Items (REI)"
|
name = "Roughly Enough Items (REI)"
|
||||||
filename = "RoughlyEnoughItems-9.1.555.jar"
|
filename = "RoughlyEnoughItems-12.0.634.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/UEJ54gI4/RoughlyEnoughItems-9.1.555.jar"
|
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/yp38DYcK/RoughlyEnoughItems-12.0.634.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "5ce832b81bc4dea332b249a6b01b4241e3e16dfa"
|
hash = "7c037f28e51dec9f117e465b34ce7eb3d2fdb0c6"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "nfn13YXA"
|
mod-id = "nfn13YXA"
|
||||||
version = "UEJ54gI4"
|
version = "yp38DYcK"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "ShulkerBoxTooltip [Fabric/Forge]"
|
name = "ShulkerBoxTooltip [Fabric/Forge]"
|
||||||
filename = "shulkerboxtooltip-fabric-3.2.2+1.19.2.jar"
|
filename = "shulkerboxtooltip-fabric-4.0.4+1.20.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/2M01OLQq/versions/luwoDnlv/shulkerboxtooltip-fabric-3.2.2%2B1.19.2.jar"
|
url = "https://cdn.modrinth.com/data/2M01OLQq/versions/gVxjsEiQ/shulkerboxtooltip-fabric-4.0.4%2B1.20.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "7e720aa586dc76feb7296b1ca4c602b183c6222e"
|
hash = "40b822aeed9de6aec3c872af9be2ba17b3867482"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "2M01OLQq"
|
mod-id = "2M01OLQq"
|
||||||
version = "luwoDnlv"
|
version = "gVxjsEiQ"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "'Slight' Gui Modifications"
|
|
||||||
filename = "slight-gui-modifications-2.3.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/O7JVMrQX/versions/kHodrlOQ/slight-gui-modifications-2.3.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "7c9ab15b1b1420aa19cf2a1a68e7b688229adfdd"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "O7JVMrQX"
|
|
||||||
version = "kHodrlOQ"
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Sodium Extra"
|
name = "Sodium Extra"
|
||||||
filename = "sodium-extra-0.4.11+mc1.19.2-build.68.jar"
|
filename = "sodium-extra-0.4.25+mc1.20.1-build.108.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/xJ8SShUa/sodium-extra-0.4.11%2Bmc1.19.2-build.68.jar"
|
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/jy7D3eLo/sodium-extra-0.4.25%2Bmc1.20.1-build.108.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "367a728b7fb867c71a3f5958d1e04c2ade50e7d6"
|
hash = "5c014bc317e0f4dc30f6c795eb8578e84f5aa87f"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "PtjYWJkn"
|
mod-id = "PtjYWJkn"
|
||||||
version = "xJ8SShUa"
|
version = "jy7D3eLo"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Sodium"
|
name = "Sodium"
|
||||||
filename = "sodium-fabric-mc1.19.2-0.4.4+build.18.jar"
|
filename = "sodium-fabric-mc1.20-0.4.10+build.27.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/AANobbMI/versions/rAfhHfow/sodium-fabric-mc1.19.2-0.4.4%2Bbuild.18.jar"
|
url = "https://cdn.modrinth.com/data/AANobbMI/versions/vgceLbdH/sodium-fabric-mc1.20-0.4.10%2Bbuild.27.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "227648dc4f6a8604bafc282612a6de47eff70cd8"
|
hash = "b11e18bb09f06c3f8028fa2c090072976fa326d0"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "AANobbMI"
|
mod-id = "AANobbMI"
|
||||||
version = "rAfhHfow"
|
version = "vgceLbdH"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Starlight (Fabric)"
|
name = "Starlight (Fabric)"
|
||||||
filename = "starlight-1.1.1+fabric.ae22326.jar"
|
filename = "starlight-1.1.2+fabric.dbc156f.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/1.1.1+1.19/starlight-1.1.1%2Bfabric.ae22326.jar"
|
url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/XGIsoVGT/starlight-1.1.2%2Bfabric.dbc156f.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "de6fe932555604345477db89b59d59249909c640"
|
hash = "a03102cab439cbab5a1d7d72cd7c2b4976ddd421"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "H8CaAYZC"
|
mod-id = "H8CaAYZC"
|
||||||
version = "qH1xCwoC"
|
version = "XGIsoVGT"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Suggestion Tweaker"
|
name = "Suggestion Tweaker"
|
||||||
filename = "suggestion-tweaker-1.19.1-1.3.1-fabric.jar"
|
filename = "suggestion-tweaker-1.20-1.4.2-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/MBLj38R0/versions/1.19.1-1.3.1%2Bfabric/suggestion-tweaker-1.19.1-1.3.1-fabric.jar"
|
url = "https://cdn.modrinth.com/data/MBLj38R0/versions/AbdvRnZx/suggestion-tweaker-1.20-1.4.2-fabric.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "3b272c42ed831db83f6990c78e7144f205bcc6c6"
|
hash = "206addd1436ae032c2a01ad7d110ae90d6e25777"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "MBLj38R0"
|
mod-id = "MBLj38R0"
|
||||||
version = "kgF1KR0Q"
|
version = "AbdvRnZx"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "ToolTipFix"
|
|
||||||
filename = "tooltipfix-1.0.5-1.19.jar"
|
|
||||||
side = "client"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/2RKFTmiB/versions/1.0.5-1.19/tooltipfix-1.0.5-1.19.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "8dd951713909e327ae42deb22d0102dc0de07b83"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "2RKFTmiB"
|
|
||||||
version = "ohkhRD3C"
|
|
|
@ -1,13 +1,8 @@
|
||||||
name = "WorldEdit CUI (Fabric)"
|
name = "WorldEdit CUI (Fabric)"
|
||||||
filename = "WorldEditCUI-1.19+01.jar"
|
filename = "WorldEditCUI-1.20+01.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
|
url = "https://github.com/EngineHub/WorldEditCUI/releases/download/1.20%2B01/WorldEditCUI-1.20+01.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "da3aba425b5f63847d49eb36965038aae607471c"
|
hash = "4fd64cabffe5c2160a175101ed8474faf969e6a6"
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3861076
|
|
||||||
project-id = 402098
|
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
name = "Xaero's Minimap (Fair-play Edition)"
|
name = "Xaero's Minimap (Fair-play Edition)"
|
||||||
filename = "Xaeros_Minimap_FP22.16.0_Fabric_1.19.1.jar"
|
filename = "Xaeros_Minimap_FP23.4.4_Fabric_1.20.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "ef1d4c5141e2ceebaa17ef18a1f48c1f617cea65"
|
hash = "f1f16491e556f7801b76044e92ecb435e7b13e71"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4051898
|
file-id = 4586337
|
||||||
project-id = 263466
|
project-id = 263466
|
||||||
|
|
||||||
[option]
|
[option]
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
name = "Xaero's World Map"
|
name = "Xaero's World Map"
|
||||||
filename = "XaerosWorldMap_1.28.1_Fabric_1.19.1.jar"
|
filename = "XaerosWorldMap_1.31.0_Fabric_1.20.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "45b3e788850cd0c2ae2c5a87e943b41b2f696e4a"
|
hash = "f9395c93e7b13f6c5bdcd4f515b80cb9fa584922"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4026544
|
file-id = 4658347
|
||||||
project-id = 317780
|
project-id = 317780
|
||||||
|
|
||||||
[option]
|
[option]
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "YetAnotherConfigLib"
|
name = "YetAnotherConfigLib"
|
||||||
filename = "YetAnotherConfigLib-1.6.0.jar"
|
filename = "yet-another-config-lib-fabric-3.1.0+1.20.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/EyhlJvkj/YetAnotherConfigLib-1.6.0.jar"
|
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/CgwTUAR2/yet-another-config-lib-fabric-3.1.0%2B1.20.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "82296f5c091f6339f6539c54bde02343789c518a"
|
hash = "0c6d76e383439662c2f0871e170e6e465d2f84ef"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "1eAoo2KR"
|
mod-id = "1eAoo2KR"
|
||||||
version = "EyhlJvkj"
|
version = "CgwTUAR2"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Your Options Shall Be Respected (YOSBR)"
|
name = "Your Options Shall Be Respected (YOSBR)"
|
||||||
filename = "yosbr-0.1.1.jar"
|
filename = "yosbr-0.1.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/WwbubTsV/versions/0.1.1/yosbr-0.1.1.jar"
|
url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "0643830cab952fc96872702e681b863b550c8530"
|
hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "WwbubTsV"
|
mod-id = "WwbubTsV"
|
||||||
version = "dStXfyg3"
|
version = "KMOzdYko"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Zoomify"
|
name = "Zoomify"
|
||||||
filename = "Zoomify-2.8.0.jar"
|
filename = "Zoomify-2.11.0.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/nls01OIv/Zoomify-2.8.0.jar"
|
url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/tv8GIQDa/Zoomify-2.11.0.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "903a6b92da59e1ba8268b7983e3e3b6d619ca25e"
|
hash = "a19c88540fed62082b5646c018bb69ac92851615"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "w7ThoJFB"
|
mod-id = "w7ThoJFB"
|
||||||
version = "nls01OIv"
|
version = "tv8GIQDa"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "VMU"
|
name = "VMU"
|
||||||
author = "Wroclaw"
|
author = "Wroclaw"
|
||||||
version = "1.2.0+mc1.19.2"
|
version = "1.3.0+mc1.20.1"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "0ff973f223251225ac80ed58686ad714a5b18d05b2599a2e180d15437d98f3ee"
|
hash = "a6de2ac936f114f018a88371078bce5a81f6535ffd2491effa7b8ea1beffa2b9"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.19.2"
|
minecraft = "1.20.1"
|
||||||
quilt = "0.17.4"
|
quilt = "0.20.0-beta.5"
|
||||||
|
|
Loading…
Reference in a new issue