updated mods

This commit is contained in:
Sky Splash 2024-10-13 21:40:40 +02:00
parent 6ade96bf07
commit d36c79ceea
80 changed files with 413 additions and 302 deletions

View file

@ -0,0 +1,125 @@
[embeddiumextras.general]
#Set Fullscreen mode
#Borderless let you change between screens more faster and move your mouse across monitors
#Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN
fullscreen = "WINDOWED"
#Configure FPS Display mode
#Complete mode gives you min FPS count and average count
#Allowed Values: OFF, SIMPLE, ADVANCED
fpsDisplay = "OFF"
#Configure FPS Display gravity
#Places counter on specified corner of your screen
#Allowed Values: LEFT, CENTER, RIGHT
fpsDisplayGravity = "LEFT"
#Shows GPU and memory usage onto FPS display
#Allowed Values: OFF, ON, GPU, RAM
fpsDisplaySystem = "OFF"
#Configure FPS Display margin
#Give some space between corner and text
#Range: 0 ~ 48
fpsDisplayMargin = 12
#Toggle FPS Display shadow
#In case sometimes you can't see the text
fpsDisplayShadow = false
[embeddiumextras.quality]
#Toggle fog feature
#Fog was a vanilla feature, toggling off may increases performance
fog = true
#Raise clouds
#Modify clouds height perfect for a adaptative world experience
#Range: 0 ~ 512
cloudsHeight = 192
#Chunks fade in speed
#This option doesn't affect performance, just changes speed
#Allowed Values: OFF, FAST, SLOW
chunkFadeSpeed = "SLOW"
[embeddiumextras.quality.darkness]
#Configure Darkness Mode
#Each config changes what is considered 'true darkness'
#Allowed Values: PITCH_BLACK, TOTAL_DARKNESS, DARK, DIM, OFF
mode = "OFF"
#Toggle Darkness on Overworld dimension
enableOnOverworld = true
#Toggle Darkness on Nether dimension
enableOnNether = false
#Configure fog brightness on nether when darkness is enabled
#Range: 0.0 ~ 1.0
netherFogBright = 0.5
#Toggle Darkness on End dimension
enableOnEnd = false
#Configure fog brightness on nether when darkness is enabled
#Range: 0.0 ~ 1.0
endFogBright = 0.5
#Toggle Darkness default mode for modded dimensions
valueByDefault = false
#List of all dimensions to use True Darkness
#This option overrides 'valueByDefault' state
dimensionWhitelist = []
#Toggle darkness when dimension has no SkyLight
enableOnNoSkyLight = false
#Disables all bright sources of darkness like moon or fog
#Only affects darkness effect
enableBlockLightOnly = false
#Toggles if moon phases affects darkness in the overworld
affectedByMoonPhase = true
#Configure max moon brightness level with darkness
#Range: 0.0 ~ 1.0
fullMoonBright = 0.25
#Configure min moon brightness level with darkness
#Range: 0.0 ~ 1.0
newMoonBright = 0.0
[embeddiumextras.performance]
#Toggles JREI item rendering until searching
#Increases performance a little bit and cleans your screen when you don't want to use it
hideJREI = false
#Toggles Minecraft Fonts shadows
#Depending of the case may increase performance
#Gives a flat style text
fontShadows = true
[embeddiumextras.performance.distanceCulling.tileEntities]
#Toggles distance culling for Block Entities
#Maybe you use another mod for that :(
enable = true
#Configure horizontal max distance before cull Block entities
#Value is squared, default was 64^2 (or 64x64)
#Range: > 0
cullingMaxDistanceX = 4096
#Configure vertical max distance before cull Block entities
#Value is raw
#Range: 0 ~ 512
cullingMaxDistanceY = 32
#List of all Block Entities to be ignored by distance culling
#Uses ResourceLocation to identify it
#Example 1: "minecraft:chest" - Ignores chests only
#Example 2: "ae2:*" - ignores all Block entities from Applied Energetics 2
whitelist = ["waterframes:*"]
[embeddiumextras.performance.distanceCulling.entities]
#Toggles distance culling for entities
#Maybe you use another mod for that :(
enable = true
#Configure horizontal max distance before cull entities
#Value is squared, default was 64^2 (or 64x64)
#Range: > 0
cullingMaxDistanceX = 4096
#Configure vertical max distance before cull entities
#Value is raw
#Range: 0 ~ 512
cullingMaxDistanceY = 32
#List of all Entities to be ignored by distance culling
#Uses ResourceLocation to identify it
#Example 1: "minecraft:bat" - Ignores bats only
#Example 2: "alexsmobs:*" - ignores all entities for alexmobs mod
whitelist = ["minecraft:ghast", "minecraft:ender_dragon", "iceandfire:*", "create:*"]
[embeddiumextras.others]
#Configure if borderless fullscreen option should be attached to F11 or replace vanilla fullscreen
#Allowed Values: ATTACH, REPLACE, OFF
borderlessAttachModeOnF11 = "OFF"
#Toggles fast language reload
#Embeddedt points it maybe cause troubles to JEI, so ¿why not add it as a toggleable option?
fastLanguageReload = true

View file

@ -96,6 +96,9 @@ file = "config/yosbr/options.txt"
[[files]]
file = "config/yosbr/servers.dat"
[[files]]
file = "config/yosbr/sodiumextras-client.toml"
[[files]]
file = "mods/appleskin.pw.toml"
metafile = true
@ -164,10 +167,6 @@ metafile = true
file = "mods/debugify.pw.toml"
metafile = true
[[files]]
file = "mods/dripsounds-fabric.pw.toml"
metafile = true
[[files]]
file = "mods/dynamic-fps.pw.toml"
metafile = true
@ -180,10 +179,6 @@ metafile = true
file = "mods/ebe.pw.toml"
metafile = true
[[files]]
file = "mods/enchantment-descriptions.pw.toml"
metafile = true
[[files]]
file = "mods/entity-model-features.pw.toml"
metafile = true
@ -236,10 +231,6 @@ metafile = true
file = "mods/immediatelyfast.pw.toml"
metafile = true
[[files]]
file = "mods/indium.pw.toml"
metafile = true
[[files]]
file = "mods/iris.pw.toml"
metafile = true
@ -248,10 +239,6 @@ metafile = true
file = "mods/kirin.pw.toml"
metafile = true
[[files]]
file = "mods/lambdynamiclights.pw.toml"
metafile = true
[[files]]
file = "mods/language-reload.pw.toml"
metafile = true
@ -276,10 +263,6 @@ metafile = true
file = "mods/mixintrace.pw.toml"
metafile = true
[[files]]
file = "mods/moddetectionpreventer.pw.toml"
metafile = true
[[files]]
file = "mods/modelfix.pw.toml"
metafile = true
@ -356,20 +339,40 @@ metafile = true
file = "mods/sit!.pw.toml"
metafile = true
[[files]]
file = "mods/sodium-core-shader-support.pw.toml"
metafile = true
[[files]]
file = "mods/sodium-dynamic-lights.pw.toml"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
metafile = true
[[files]]
file = "mods/sodium-extras.pw.toml"
metafile = true
[[files]]
file = "mods/sodium-options-api.pw.toml"
metafile = true
[[files]]
file = "mods/sodium-shadowy-path-blocks.pw.toml"
metafile = true
[[files]]
file = "mods/sodium.pw.toml"
metafile = true
[[files]]
file = "mods/sound-physics-remastered.pw.toml"
file = "mods/sodiumleafculling.pw.toml"
metafile = true
[[files]]
file = "mods/tool-stats.pw.toml"
file = "mods/sound-physics-remastered.pw.toml"
metafile = true
[[files]]
@ -440,10 +443,6 @@ metafile = true
file = "shaderpacks/rethinking-voxels.pw.toml"
metafile = true
[[files]]
file = "shaderpacks/shrimple.pw.toml"
metafile = true
[[files]]
file = "shaderpacks/solas-shader.pw.toml"
metafile = true

View file

@ -1,13 +1,13 @@
name = "BetterF3"
filename = "BetterF3-11.0.1-Fabric-1.21.jar"
filename = "BetterF3-11.0.2-Fabric-1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/sXO3idkS/BetterF3-11.0.1-Fabric-1.21.jar"
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/4iASq6Tm/BetterF3-11.0.2-Fabric-1.21.1.jar"
hash-format = "sha1"
hash = "eb48ba676e4c0779576b0f49c28ffd47f0eae561"
hash = "e3161477b47e927fc2678d8ea018c10563fa7f37"
[update]
[update.modrinth]
mod-id = "8shC1gFX"
version = "sXO3idkS"
version = "4iASq6Tm"

View file

@ -1,13 +1,13 @@
name = "Blur+ (Fabric)"
filename = "blur-4.1.0.jar"
filename = "blur-fabric-5.0.0+1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NK39zBp2/versions/4stUfJpY/blur-4.1.0.jar"
url = "https://cdn.modrinth.com/data/NK39zBp2/versions/DKZ1ckZS/blur-fabric-5.0.0%2B1.21.jar"
hash-format = "sha1"
hash = "3dda0f743ff1a1b401dd522778d97cfdc6738ee1"
hash = "fc71ece202c21c482bcad0c8624e0abe18fb37ce"
[update]
[update.modrinth]
mod-id = "NK39zBp2"
version = "4stUfJpY"
version = "DKZ1ckZS"

View file

@ -1,13 +1,13 @@
name = "Bobby"
filename = "bobby-5.2.3+mc1.21.jar"
filename = "bobby-5.2.4+mc1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/M08ruV16/versions/hL2qgP4K/bobby-5.2.3%2Bmc1.21.jar"
url = "https://cdn.modrinth.com/data/M08ruV16/versions/oeSOphtG/bobby-5.2.4%2Bmc1.21.jar"
hash-format = "sha1"
hash = "1e2a972ae807df35994b0c3c671e8f50fbaec8af"
hash = "dfa517fdb6e3fd2893f5d40f2c06cf01fb2a5db1"
[update]
[update.modrinth]
mod-id = "M08ruV16"
version = "hL2qgP4K"
version = "oeSOphtG"

View file

@ -1,13 +1,13 @@
name = "Bookshelf"
filename = "Bookshelf-Fabric-1.20.4-23.0.8.jar"
filename = "bookshelf-fabric-1.21.1-21.1.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/E00CwMTB/Bookshelf-Fabric-1.20.4-23.0.8.jar"
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/aZOFLjs1/bookshelf-fabric-1.21.1-21.1.10.jar"
hash-format = "sha1"
hash = "23814b8ff852f81d6718e3d45d9cd27056d56fcd"
hash = "2aae19c699af060cc87904324529dd17fc194011"
[update]
[update.modrinth]
mod-id = "uy4Cnpcm"
version = "E00CwMTB"
version = "aZOFLjs1"

View file

@ -1,13 +1,13 @@
name = "Chat Heads"
filename = "chat_heads-0.12.13-fabric-1.21.jar"
filename = "chat_heads-0.13.3-fabric-1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/3xDRgbYA/chat_heads-0.12.13-fabric-1.21.jar"
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/1ZPYjESW/chat_heads-0.13.3-fabric-1.21.jar"
hash-format = "sha1"
hash = "d737b2f1b92476686319042528319805cdb3091d"
hash = "43ea5f26d1c3af1cb3b31ae42b326a9c7d8d5d4c"
[update]
[update.modrinth]
mod-id = "Wb5oqrBJ"
version = "3xDRgbYA"
version = "1ZPYjESW"

View file

@ -1,13 +1,13 @@
name = "CIT Resewn"
filename = "citresewn-1.1.5+1.20.4.jar"
filename = "citresewn-1.2.1+1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/otVJckYQ/versions/MU5nRGAS/citresewn-1.1.5%2B1.20.4.jar"
url = "https://cdn.modrinth.com/data/otVJckYQ/versions/FnarCxUt/citresewn-1.2.1%2B1.21.jar"
hash-format = "sha1"
hash = "fd9917d408f2377af9ec5c9b84fa05b0db2e8666"
hash = "cbdf3fac2718a1cbb51cae9711ac3124d63d616b"
[update]
[update.modrinth]
mod-id = "otVJckYQ"
version = "MU5nRGAS"
version = "FnarCxUt"

View file

@ -1,13 +1,13 @@
name = "Cloth Config API"
filename = "cloth-config-15.0.130-fabric.jar"
filename = "cloth-config-15.0.140-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/7jtvrmVP/cloth-config-15.0.130-fabric.jar"
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/HpMb5wGb/cloth-config-15.0.140-fabric.jar"
hash-format = "sha1"
hash = "4b1283fad1e4f8c9bcdb2a7767a0a468d0ac4cc5"
hash = "5d82342a2df53fd6df712bfdd583a811572918a4"
[update]
[update.modrinth]
mod-id = "9s6osm5g"
version = "7jtvrmVP"
version = "HpMb5wGb"

View file

@ -1,13 +1,13 @@
name = "Debugify"
filename = "Debugify-1.21+1.0.jar"
filename = "Debugify-1.21.1+1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/mOk69fib/Debugify-1.21%2B1.0.jar"
url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/dO7QNiof/Debugify-1.21.1%2B1.0.jar"
hash-format = "sha1"
hash = "a799b0dbb320bc314b9d81cc7fd43c4fc895c3f8"
hash = "6fb7d4ec9c2d2dc5b58577324b47671d3e28d7a4"
[update]
[update.modrinth]
mod-id = "QwxR6Gcd"
version = "mOk69fib"
version = "dO7QNiof"

View file

@ -1,13 +0,0 @@
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"

View file

@ -1,13 +1,13 @@
name = "Dynamic FPS"
filename = "dynamic-fps-3.6.3+minecraft-1.21.0-fabric.jar"
filename = "dynamic-fps-3.7.3+minecraft-1.21.0-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/RZDYy0mt/dynamic-fps-3.6.3%2Bminecraft-1.21.0-fabric.jar"
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/mGzNZtjf/dynamic-fps-3.7.3%2Bminecraft-1.21.0-fabric.jar"
hash-format = "sha1"
hash = "9dd799962775d1349ba6af241862ec9963b17a10"
hash = "257b3f7de416ca8594bdea42a26c28cbc118b841"
[update]
[update.modrinth]
mod-id = "LQ3K71Q1"
version = "RZDYy0mt"
version = "mGzNZtjf"

View file

@ -1,14 +1,13 @@
name = "Enhanced Block Entities"
filename = "enhancedblockentities-0.9.1+1.20.2.jar"
filename = "enhancedblockentities-0.10.2+1.21.jar"
side = "client"
pin = true
[download]
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/eIFo7wvq/enhancedblockentities-0.9.1%2B1.20.2.jar"
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/HBZAPs3u/enhancedblockentities-0.10.2%2B1.21.jar"
hash-format = "sha1"
hash = "7d40ccbc5355602325ad3e633592441a63a3999a"
hash = "d81359d77fc7c5437f3e83e519dc2f869300f0cd"
[update]
[update.modrinth]
mod-id = "OVuFYfre"
version = "eIFo7wvq"
version = "HBZAPs3u"

View file

@ -1,13 +0,0 @@
name = "Enchantment Descriptions"
filename = "EnchantmentDescriptions-Fabric-1.20.4-20.0.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/BvDK9nGq/EnchantmentDescriptions-Fabric-1.20.4-20.0.4.jar"
hash-format = "sha1"
hash = "dd1760cd94b63a5b00236822b2621f749b124741"
[update]
[update.modrinth]
mod-id = "UVtY3ZAC"
version = "BvDK9nGq"

View file

@ -1,13 +1,13 @@
name = "[EMF] Entity Model Features"
filename = "entity_model_features_fabric_1.21-2.1.3.jar"
filename = "entity_model_features_fabric_1.21-2.2.6.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/hX4kT2fu/entity_model_features_fabric_1.21-2.1.3.jar"
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/Qql6TI9W/entity_model_features_fabric_1.21-2.2.6.jar"
hash-format = "sha1"
hash = "de8d74b91b9616923921dd0e25b01ca972d6ccf1"
hash = "7a0d5b5388a4f55bcb4e50502893d2e6d69bae1c"
[update]
[update.modrinth]
mod-id = "4I1XuqiY"
version = "hX4kT2fu"
version = "Qql6TI9W"

View file

@ -1,13 +1,13 @@
name = "Entity Culling"
filename = "entityculling-fabric-1.6.6-mc1.21.jar"
filename = "entityculling-fabric-1.7.0-mc1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/Bu3hSiJb/entityculling-fabric-1.6.6-mc1.21.jar"
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/kPbJu8eF/entityculling-fabric-1.7.0-mc1.21.jar"
hash-format = "sha1"
hash = "cae57526503e6fff155d6168fd271c9f1f4d029b"
hash = "ef4acec15876eafba8ce1618d2c2a6b3de27e58f"
[update]
[update.modrinth]
mod-id = "NNAgCjsB"
version = "Bu3hSiJb"
version = "kPbJu8eF"

View file

@ -1,13 +1,13 @@
name = "[ETF] Entity Texture Features"
filename = "entity_texture_features_fabric_1.21-6.1.3.jar"
filename = "entity_texture_features_fabric_1.21-6.2.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/O3jDICoH/entity_texture_features_fabric_1.21-6.1.3.jar"
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/qQQ5ffvS/entity_texture_features_fabric_1.21-6.2.5.jar"
hash-format = "sha1"
hash = "f2c9e292b9582a02903f1886f8f9f0313299d91f"
hash = "a23175e7262ff0a089b13cd2cbad99e315e4cfa6"
[update]
[update.modrinth]
mod-id = "BVzZfTc1"
version = "O3jDICoH"
version = "qQQ5ffvS"

View file

@ -1,13 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.102.0+1.21.jar"
filename = "fabric-api-0.105.0+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/oGwyXeEI/fabric-api-0.102.0%2B1.21.jar"
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/WTaAx4ah/fabric-api-0.105.0%2B1.21.1.jar"
hash-format = "sha1"
hash = "43035a1c6f506285a9910bc8038d1b1b925f8dd1"
hash = "09b6399db5f09a79b0ac5b7ecbbba2e3189b190a"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "oGwyXeEI"
version = "WTaAx4ah"

View file

@ -1,13 +1,13 @@
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.12.0+kotlin.2.0.10.jar"
filename = "fabric-language-kotlin-1.12.3+kotlin.2.0.21.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/kdDGGNEt/fabric-language-kotlin-1.12.0%2Bkotlin.2.0.10.jar"
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/B0fZidZi/fabric-language-kotlin-1.12.3%2Bkotlin.2.0.21.jar"
hash-format = "sha1"
hash = "8b5c6d1caff90301ac9856959457dcfc793774c3"
hash = "54cd3900a904b81bd24c4a35b6577a2ac197b51a"
[update]
[update.modrinth]
mod-id = "Ha28R6CL"
version = "kdDGGNEt"
version = "B0fZidZi"

View file

@ -1,13 +1,13 @@
name = "HD Skins"
filename = "hdskins-6.13.0+1.21.jar"
filename = "hdskins-6.13.1+1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/FzE9gshV/versions/HPVkYuXA/hdskins-6.13.0%2B1.21.jar"
url = "https://cdn.modrinth.com/data/FzE9gshV/versions/UqulJosX/hdskins-6.13.1%2B1.21.jar"
hash-format = "sha1"
hash = "88a09df431111d059d59fcc874518c7446f355e1"
hash = "2a28f335d3d2c362c66df6f4a047b134ea7efeb6"
[update]
[update.modrinth]
mod-id = "FzE9gshV"
version = "HPVkYuXA"
version = "UqulJosX"

View file

@ -1,13 +1,13 @@
name = "ImmediatelyFast"
filename = "ImmediatelyFast-Fabric-1.2.20+1.21.1.jar"
filename = "ImmediatelyFast-Fabric-1.2.21+1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/jMIMrEow/ImmediatelyFast-Fabric-1.2.20%2B1.21.1.jar"
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/ahszC7KU/ImmediatelyFast-Fabric-1.2.21%2B1.21.1.jar"
hash-format = "sha1"
hash = "fd934e30da1d2547325591656aca816d8d3fc608"
hash = "46c17639a7c0bfec1f9fb4aae53f9163994a3a4e"
[update]
[update.modrinth]
mod-id = "5ZwdcRci"
version = "jMIMrEow"
version = "ahszC7KU"

View file

@ -1,13 +0,0 @@
name = "Indium"
filename = "indium-1.0.35+mc1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/Z8VpxxGh/indium-1.0.35%2Bmc1.21.jar"
hash-format = "sha1"
hash = "1bf4b5db91f4e6d7a4f94fe2e96525d22df1cacb"
[update]
[update.modrinth]
mod-id = "Orvt0mRa"
version = "Z8VpxxGh"

View file

@ -1,13 +1,13 @@
name = "Iris Shaders"
filename = "iris-1.7.3+mc1.21.jar"
filename = "iris-fabric-1.8.0-beta.4+mc1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/kuOV4Ece/iris-1.7.3%2Bmc1.21.jar"
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/u9KvDA4s/iris-fabric-1.8.0-beta.4%2Bmc1.21.1.jar"
hash-format = "sha1"
hash = "1b4e44a74c850d407518bc5cbe33eec9577ad9e9"
hash = "6481f2b12ec0d4040424b5f78d4b56faaf862ad5"
[update]
[update.modrinth]
mod-id = "YL57xq9U"
version = "kuOV4Ece"
version = "u9KvDA4s"

View file

@ -1,13 +1,13 @@
name = "Kirin"
filename = "kirin-1.19.1+1.21.jar"
filename = "kirin-1.19.2+1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/9aNz8Zqn/versions/UTkVrMp1/kirin-1.19.1%2B1.21.jar"
url = "https://cdn.modrinth.com/data/9aNz8Zqn/versions/HhOltC3X/kirin-1.19.2%2B1.21.jar"
hash-format = "sha1"
hash = "a1ad86ec0b3d7c2311b32f1221bcd3902420c46f"
hash = "9594660491c3fe5b57628164960cc7f13fff1958"
[update]
[update.modrinth]
mod-id = "9aNz8Zqn"
version = "UTkVrMp1"
version = "HhOltC3X"

View file

@ -1,13 +0,0 @@
name = "LambDynamicLights"
filename = "lambdynamiclights-2.3.4+1.20.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yBW8D80W/versions/mrQ8ZiyU/lambdynamiclights-2.3.4%2B1.20.4.jar"
hash-format = "sha1"
hash = "b44b10647f170732825b28d8ff44735ae31e3837"
[update]
[update.modrinth]
mod-id = "yBW8D80W"
version = "mrQ8ZiyU"

View file

@ -1,13 +1,13 @@
name = "Lithium"
filename = "lithium-fabric-mc1.21-0.13.0.jar"
filename = "lithium-fabric-mc1.21.1-0.13.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/NTZCh7rb/lithium-fabric-mc1.21-0.13.0.jar"
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/9x0igjLz/lithium-fabric-mc1.21.1-0.13.1.jar"
hash-format = "sha1"
hash = "3e0a3da12c67be557421a2042e0be687290fedc4"
hash = "3dde05dcd5afab3ff6ca77c08f4c82d3a064f3c6"
[update]
[update.modrinth]
mod-id = "gvQqBUqZ"
version = "NTZCh7rb"
version = "9x0igjLz"

View file

@ -1,13 +1,13 @@
name = "MAmbience"
filename = "Mambience-5.5.1+1.21.jar"
filename = "Mambience-5.5.1+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qPzLkTsE/versions/bWVkhDef/Mambience-5.5.1%2B1.21.jar"
url = "https://cdn.modrinth.com/data/qPzLkTsE/versions/yAEaUcEd/Mambience-5.5.1%2B1.21.1.jar"
hash-format = "sha1"
hash = "55d399afe2e0338beabd0a81cb3f33a46b3ade6e"
hash = "2f6a824a9258ae7b4109da4a7c92ec597c3b0337"
[update]
[update.modrinth]
mod-id = "qPzLkTsE"
version = "bWVkhDef"
version = "yAEaUcEd"

View file

@ -1,13 +1,13 @@
name = "Mine Little Pony"
filename = "minelittlepony-4.12.0+1.21.jar"
filename = "minelittlepony-4.12.1+1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/JBjInUXM/versions/ZPXwkxdJ/minelittlepony-4.12.0%2B1.21.jar"
url = "https://cdn.modrinth.com/data/JBjInUXM/versions/GJNgjgr7/minelittlepony-4.12.1%2B1.21.jar"
hash-format = "sha1"
hash = "6661e2652a55d868b7338ad082fa26dd916da3d8"
hash = "350b577ae37e5421b7bdbeacc3739e15513763df"
[update]
[update.modrinth]
mod-id = "JBjInUXM"
version = "ZPXwkxdJ"
version = "GJNgjgr7"

View file

@ -1,13 +0,0 @@
name = "Mod Detection Preventer"
filename = "ModDetectionPreventer+1.20.4-1.2.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/lnxQbnYZ/versions/F2xrsB2S/ModDetectionPreventer%2B1.20.4-1.2.0.jar"
hash-format = "sha1"
hash = "155dfba649bb6fedf15c706aced78eb0ced5b097"
[update]
[update.modrinth]
mod-id = "lnxQbnYZ"
version = "F2xrsB2S"

View file

@ -1,13 +1,13 @@
name = "ModernFix"
filename = "modernfix-fabric-5.19.1+mc1.21.jar"
filename = "modernfix-fabric-5.19.3+mc1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/i8GSONFm/modernfix-fabric-5.19.1%2Bmc1.21.jar"
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/T1ftCUJv/modernfix-fabric-5.19.3%2Bmc1.21.1.jar"
hash-format = "sha1"
hash = "a0fd5799e698697232d75e7291276218198ea80a"
hash = "e2d8ee6f75d2b027ae73eafbf9f38c1eb4a35a93"
[update]
[update.modrinth]
mod-id = "nmDcB62a"
version = "i8GSONFm"
version = "T1ftCUJv"

View file

@ -1,13 +1,13 @@
name = "Mod Menu"
filename = "modmenu-11.0.1.jar"
filename = "modmenu-11.0.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/xhN1IvHi/modmenu-11.0.1.jar"
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/3ib3Uvvv/modmenu-11.0.2.jar"
hash-format = "sha1"
hash = "e4ba66f6036a4902433bb517d55120c4237c512f"
hash = "0a7c7ac1dd5360ef735ca1e782540ec45c4fc3c8"
[update]
[update.modrinth]
mod-id = "mOgUt4GM"
version = "xhN1IvHi"
version = "3ib3Uvvv"

View file

@ -1,13 +1,13 @@
name = "More Culling"
filename = "moreculling-1.21-0.26.0.jar"
filename = "moreculling-fabric-1.21.1-1.0.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/51shyZVL/versions/BUxgeDdf/moreculling-1.21-0.26.0.jar"
url = "https://cdn.modrinth.com/data/51shyZVL/versions/UncAG2fS/moreculling-fabric-1.21.1-1.0.0.jar"
hash-format = "sha1"
hash = "962be4ccb7c3490b62dea09e1678d86ca1836dfc"
hash = "3521a79a716cf67c2a4dfc6a6677cf5d1b63f105"
[update]
[update.modrinth]
mod-id = "51shyZVL"
version = "BUxgeDdf"
version = "UncAG2fS"

View file

@ -1,13 +1,13 @@
name = "OptiGUI"
filename = "optigui-2.3.0-beta.2+1.21.jar"
filename = "optigui-2.3.0-beta.6+1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/dPuD2Nuk/optigui-2.3.0-beta.2%2B1.21.jar"
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/rPLGSp71/optigui-2.3.0-beta.6%2B1.21.jar"
hash-format = "sha1"
hash = "d463f8ae8b3d1fd2f0bda24ef3fc988a26f14735"
hash = "c3d5ca9c111fea353d37c71be98f8da528bc9b44"
[update]
[update.modrinth]
mod-id = "JuksLGBQ"
version = "dPuD2Nuk"
version = "rPLGSp71"

View file

@ -1,13 +1,13 @@
name = "Paginated Advancements & Custom Frames"
filename = "paginatedadvancements-2.4.2.jar"
filename = "paginatedadvancements-2.5.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/pJogNFap/versions/PICtfFjp/paginatedadvancements-2.4.2.jar"
url = "https://cdn.modrinth.com/data/pJogNFap/versions/fQnpir9a/paginatedadvancements-2.5.1.jar"
hash-format = "sha1"
hash = "cc1dd34735e41a827fbcb7bba0c3d424b60a0d21"
hash = "23a4570fb52d62135d705156079e52ddfe980b94"
[update]
[update.modrinth]
mod-id = "pJogNFap"
version = "PICtfFjp"
version = "fQnpir9a"

View file

@ -1,13 +1,13 @@
name = "Polytone"
filename = "polytone-1.21-2.3.8-fabric.jar"
filename = "polytone-1.21-2.4.22-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/1u2zTh7G/polytone-1.21-2.3.8-fabric.jar"
url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/N19bVZkM/polytone-1.21-2.4.22-fabric.jar"
hash-format = "sha1"
hash = "b0c4b0bae470768f888b0e69617d0f40884f956a"
hash = "e0ff1a21a6b5d82b566654166a0e6ae54eb60460"
[update]
[update.modrinth]
mod-id = "3qAYkBMB"
version = "1u2zTh7G"
version = "N19bVZkM"

View file

@ -1,13 +1,13 @@
name = "Puzzle"
filename = "puzzle-1.6.3+1.21.jar"
filename = "puzzle-fabric-2.0.1+1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/3IuO68q1/versions/2pBwdDy2/puzzle-1.6.3%2B1.21.jar"
url = "https://cdn.modrinth.com/data/3IuO68q1/versions/TMFxzCSV/puzzle-fabric-2.0.1%2B1.21.jar"
hash-format = "sha1"
hash = "7a0498824bbca3ae75f51fa582025e758f8b1f20"
hash = "bc779cab81a74f2b48e371055d0c0e4cea8201f9"
[update]
[update.modrinth]
mod-id = "3IuO68q1"
version = "2pBwdDy2"
version = "TMFxzCSV"

View file

@ -1,13 +1,13 @@
name = "Reese's Sodium Options"
filename = "reeses_sodium_options-1.7.3+mc1.21.jar"
filename = "reeses-sodium-options-fabric-1.8.0-beta.4+mc1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/6gZ19wc6/reeses_sodium_options-1.7.3%2Bmc1.21.jar"
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/DSxKPh7H/reeses-sodium-options-fabric-1.8.0-beta.4%2Bmc1.21.1.jar"
hash-format = "sha1"
hash = "a768af50123288af02b77d90cda61a045db5506a"
hash = "7a2b9b23d3d05939f70244401e9c0a796942d13c"
[update]
[update.modrinth]
mod-id = "Bh37bMuy"
version = "6gZ19wc6"
version = "DSxKPh7H"

View file

@ -1,13 +1,13 @@
name = "Replay Voice Chat"
filename = "replayvoicechat-fabric-1.21-1.3.8.jar"
filename = "replayvoicechat-fabric-1.21.1-1.3.9.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yI6ANuOK/versions/8iFaZgjd/replayvoicechat-fabric-1.21-1.3.8.jar"
url = "https://cdn.modrinth.com/data/yI6ANuOK/versions/smA4z3TZ/replayvoicechat-fabric-1.21.1-1.3.9.jar"
hash-format = "sha1"
hash = "78930291832f2c01bd67810cbf635340b3304d68"
hash = "ffce200c6f75cc2ef599baa62e4193b1dc2c1909"
[update]
[update.modrinth]
mod-id = "yI6ANuOK"
version = "8iFaZgjd"
version = "smA4z3TZ"

View file

@ -1,13 +1,13 @@
name = "ReplayMod"
filename = "replaymod-1.21-2.6.17.jar"
filename = "replaymod-1.21-2.6.19.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/yn3njhcI/replaymod-1.21-2.6.17.jar"
url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/3JKfe0Pj/replaymod-1.21-2.6.19.jar"
hash-format = "sha1"
hash = "facca3fc461264eab68b783e628d978bf047b6cc"
hash = "491c363c8e822a0507505154e76ab57099c551df"
[update]
[update.modrinth]
mod-id = "Nv2fQJo5"
version = "yn3njhcI"
version = "3JKfe0Pj"

View file

@ -1,13 +1,13 @@
name = "Shulker Box Tooltip"
filename = "shulkerboxtooltip-fabric-5.0.4+1.21.jar"
filename = "shulkerboxtooltip-fabric-5.1.1+1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/2M01OLQq/versions/d0SjJDnR/shulkerboxtooltip-fabric-5.0.4%2B1.21.jar"
url = "https://cdn.modrinth.com/data/2M01OLQq/versions/ZEhGh0Mi/shulkerboxtooltip-fabric-5.1.1%2B1.21.1.jar"
hash-format = "sha1"
hash = "458f9150961a43ce3ab670a0292971dca6c5e1ee"
hash = "7ecf954448da33bcdf6571d57acd0fca3ff616c7"
[update]
[update.modrinth]
mod-id = "2M01OLQq"
version = "d0SjJDnR"
version = "ZEhGh0Mi"

View file

@ -1,13 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-fabric-1.21.1-2.5.20.jar"
filename = "voicechat-fabric-1.21.1-2.5.24.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/lZkOuATd/voicechat-fabric-1.21.1-2.5.20.jar"
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/9IRn71aQ/voicechat-fabric-1.21.1-2.5.24.jar"
hash-format = "sha1"
hash = "3d9350958977011babc4e6257227b278fded3d62"
hash = "c2fde72444ab49a3592997bea3236d9e30cf09fc"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "lZkOuATd"
version = "9IRn71aQ"

View file

@ -1,13 +1,13 @@
name = "Sit!"
filename = "sit!-1.2.0.3+1.21-1.21.1.jar"
filename = "sit!-1.2.0.7+1.21-1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EsYqsGV4/versions/2OJvFqNA/sit%21-1.2.0.3%2B1.21-1.21.1.jar"
url = "https://cdn.modrinth.com/data/EsYqsGV4/versions/BXv7sN4Y/sit%21-1.2.0.7%2B1.21-1.21.1.jar"
hash-format = "sha1"
hash = "3867249273a9ee2bb98ac010d4993153ca346283"
hash = "32ecdd20e102113a093eaf73a23c5edc4201963e"
[update]
[update.modrinth]
mod-id = "EsYqsGV4"
version = "2OJvFqNA"
version = "BXv7sN4Y"

View file

@ -0,0 +1,13 @@
name = "Sodium Core Shader Support"
filename = "sodiumcoreshadersupport-1.1.5-sodium0.6.0beta.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/G8yJPRdl/versions/XKvaczcJ/sodiumcoreshadersupport-1.1.5-sodium0.6.0beta.2.jar"
hash-format = "sha1"
hash = "0579410cf047c63471d36dae0cb4d20b1e25b9c7"
[update]
[update.modrinth]
mod-id = "G8yJPRdl"
version = "XKvaczcJ"

View file

@ -0,0 +1,13 @@
name = "Sodium Dynamic Lights"
filename = "sodiumdynamiclights-fabric-1.0.9-1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/PxQSWIcD/versions/hiAUnekX/sodiumdynamiclights-fabric-1.0.9-1.21.1.jar"
hash-format = "sha1"
hash = "ba59769019f90bf6dc3ee1c368024c42af891b42"
[update]
[update.modrinth]
mod-id = "PxQSWIcD"
version = "hiAUnekX"

View file

@ -1,13 +1,13 @@
name = "Sodium Extra"
filename = "sodium-extra-0.5.7+mc1.21.jar"
filename = "sodium-extra-fabric-0.6.0-beta.3+mc1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/uuhVlRGv/sodium-extra-0.5.7%2Bmc1.21.jar"
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/CEAENzuT/sodium-extra-fabric-0.6.0-beta.3%2Bmc1.21.1.jar"
hash-format = "sha1"
hash = "13a65186e5ba363e0ed3216303bc67a173c050fe"
hash = "d5ad3bbc8a75fc2e8f3d957a85aa05f3e8b95fd0"
[update]
[update.modrinth]
mod-id = "PtjYWJkn"
version = "uuhVlRGv"
version = "CEAENzuT"

View file

@ -0,0 +1,13 @@
name = "Sodium Extras"
filename = "sodiumextras-fabric-1.0.6-1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/vqqx0QiE/versions/C9ScerZ5/sodiumextras-fabric-1.0.6-1.21.1.jar"
hash-format = "sha1"
hash = "66dc82e2654ce1058579bfb04ea95db3fd6557ae"
[update]
[update.modrinth]
mod-id = "vqqx0QiE"
version = "C9ScerZ5"

View file

@ -0,0 +1,13 @@
name = "Sodium Options API"
filename = "sodiumoptionsapi-fabric-1.0.3-1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Es5v4eyq/versions/rngNO66x/sodiumoptionsapi-fabric-1.0.3-1.21.1.jar"
hash-format = "sha1"
hash = "e9939429124a3ed63d46b033576af5095e8ffa08"
[update]
[update.modrinth]
mod-id = "Es5v4eyq"
version = "rngNO66x"

View file

@ -0,0 +1,13 @@
name = "Sodium Shadowy Path Blocks"
filename = "sodium-shadowy-path-blocks-fabric-4.0.0-beta.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/EIa1eiMm/versions/rMEUzqcb/sodium-shadowy-path-blocks-fabric-4.0.0-beta.1.jar"
hash-format = "sha1"
hash = "2d9a2df663dbe048b09eaf756e4f72d7b9531130"
[update]
[update.modrinth]
mod-id = "EIa1eiMm"
version = "rMEUzqcb"

View file

@ -1,13 +1,13 @@
name = "Sodium"
filename = "sodium-fabric-0.5.11+mc1.21.jar"
filename = "sodium-fabric-0.6.0-beta.2+mc1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/AANobbMI/versions/RncWhTxD/sodium-fabric-0.5.11%2Bmc1.21.jar"
url = "https://cdn.modrinth.com/data/AANobbMI/versions/CcIWi5Av/sodium-fabric-0.6.0-beta.2%2Bmc1.21.1.jar"
hash-format = "sha1"
hash = "d67e66ea4bb2409997b636dae4203d33764cdcc8"
hash = "7a94dda82ffd1fe24cd1cacad70eb89dbe564ea6"
[update]
[update.modrinth]
mod-id = "AANobbMI"
version = "RncWhTxD"
version = "CcIWi5Av"

View file

@ -0,0 +1,13 @@
name = "Sodium Leaf Culling"
filename = "sodiumleafculling-fabric-1.0.0-1.21.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/M25bkObt/versions/nYTeWG7l/sodiumleafculling-fabric-1.0.0-1.21.1.jar"
hash-format = "sha1"
hash = "e5fcb76e2537dc653d1285c4995b07a6ffe4b2db"
[update]
[update.modrinth]
mod-id = "M25bkObt"
version = "nYTeWG7l"

View file

@ -1,13 +0,0 @@
name = "Tool Stats"
filename = "ToolStats-Fabric-1.20.4-19.0.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/vuGFx44e/versions/5T3rnmod/ToolStats-Fabric-1.20.4-19.0.3.jar"
hash-format = "sha1"
hash = "0b680861eda55aa53a829b95b9fe5b129caae4d1"
[update]
[update.modrinth]
mod-id = "vuGFx44e"
version = "5T3rnmod"

View file

@ -1,13 +1,13 @@
name = "Vivecraft"
filename = "vivecraft-1.21-1.1.11-b5-fabric.jar"
filename = "vivecraft-1.21-1.1.12-b5-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/wGoQDPN5/versions/zoaT41Gq/vivecraft-1.21-1.1.11-b5-fabric.jar"
url = "https://cdn.modrinth.com/data/wGoQDPN5/versions/9eyivqUX/vivecraft-1.21-1.1.12-b5-fabric.jar"
hash-format = "sha1"
hash = "f50daf8971fe1765b26082edcf6016cc5459c32f"
hash = "9158d3b8ff1c7d043313cb8d4a87d494850a5734"
[update]
[update.modrinth]
mod-id = "wGoQDPN5"
version = "zoaT41Gq"
version = "9eyivqUX"

View file

@ -1,13 +1,13 @@
name = "Xaero's Minimap"
filename = "Xaeros_Minimap_24.3.0_Fabric_1.21.jar"
filename = "Xaeros_Minimap_24.5.0_Fabric_1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/X2u4L3vW/Xaeros_Minimap_24.3.0_Fabric_1.21.jar"
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/ronrQ1g2/Xaeros_Minimap_24.5.0_Fabric_1.21.jar"
hash-format = "sha1"
hash = "19e0f98cdd4da8dfeeca36325e31c2c7dc466f72"
hash = "7d5bee294564439f73de921c39e1f0feb43cb514"
[update]
[update.modrinth]
mod-id = "1bokaNcj"
version = "X2u4L3vW"
version = "ronrQ1g2"

View file

@ -1,13 +1,13 @@
name = "Xaero's World Map"
filename = "XaerosWorldMap_1.38.8_Fabric_1.21.jar"
filename = "XaerosWorldMap_1.39.0_Fabric_1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/ekubtdIk/XaerosWorldMap_1.38.8_Fabric_1.21.jar"
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/373K4YJh/XaerosWorldMap_1.39.0_Fabric_1.21.jar"
hash-format = "sha1"
hash = "25e8508f32f3ba067123b9f2e2ffcacf408961ef"
hash = "d106e7d0d667691b75f309edcfa1d773c166c6e4"
[update]
[update.modrinth]
mod-id = "NcUtCpym"
version = "ekubtdIk"
version = "373K4YJh"

View file

@ -8,8 +8,9 @@ file = "index.toml"
hash-format = "sha256"
[versions]
fabric = "0.15.11"
minecraft = "1.21"
fabric = "0.16.7"
minecraft = "1.21.1"
[options]
acceptable-game-versions = ["1.21"]
no-internal-hashes = true

View file

@ -3,11 +3,11 @@ filename = "Chat Reporting Helper.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/J0KYExHn/Chat%20Reporting%20Helper.zip"
url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/1IyP82KW/Chat%20Reporting%20Helper.zip"
hash-format = "sha1"
hash = "2c53913ef184590306f87d7d74926e58cd120a45"
hash = "719187472226f18926e215a078c1e97109ec2493"
[update]
[update.modrinth]
mod-id = "tN4E9NfV"
version = "J0KYExHn"
version = "1IyP82KW"

View file

@ -3,11 +3,11 @@ filename = "SodiumTranslations.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yfDziwn1/versions/5WJ7o2H0/SodiumTranslations.zip"
url = "https://cdn.modrinth.com/data/yfDziwn1/versions/jSZSOlid/SodiumTranslations.zip"
hash-format = "sha1"
hash = "db7e74c35a2e47c15c1361c3357eee094b237d51"
hash = "eaae56bb75db00956974624af8f7d615de0d1612"
[update]
[update.modrinth]
mod-id = "yfDziwn1"
version = "5WJ7o2H0"
version = "jSZSOlid"

View file

@ -1,13 +1,13 @@
name = "Complementary Shaders - Reimagined"
filename = "ComplementaryReimagined_r5.2.2.zip"
filename = "ComplementaryReimagined_r5.3.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/pAOQ9Amz/ComplementaryReimagined_r5.2.2.zip"
url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/71Hn3myZ/ComplementaryReimagined_r5.3.zip"
hash-format = "sha1"
hash = "07cd8165acf24ec8ddada03f60729537687dd435"
hash = "4dfb4278bdca478cb0a8c185ff8a3d2d1c646c86"
[update]
[update.modrinth]
mod-id = "HVnmMxH1"
version = "pAOQ9Amz"
version = "71Hn3myZ"

View file

@ -1,13 +1,13 @@
name = "Complementary Shaders - Unbound"
filename = "ComplementaryUnbound_r5.2.2.zip"
filename = "ComplementaryUnbound_r5.3.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/RMaZ3tSJ/ComplementaryUnbound_r5.2.2.zip"
url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/CVu3AGAd/ComplementaryUnbound_r5.3.zip"
hash-format = "sha1"
hash = "f0c0cbd2059b7a464b9e0f061ddfa6f0980849e1"
hash = "9474a8bc55e4f37786568ae532e4336aab72ba42"
[update]
[update.modrinth]
mod-id = "R6NEzAwj"
version = "RMaZ3tSJ"
version = "CVu3AGAd"

View file

@ -1,13 +1,13 @@
name = "LS RenderPearl"
filename = "RenderPearl v2.1.zip"
filename = "RenderPearl v2.1.2.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/BrRak9pu/versions/AL8syD58/RenderPearl%20v2.1.zip"
url = "https://cdn.modrinth.com/data/BrRak9pu/versions/SvVwXQ8A/RenderPearl%20v2.1.2.zip"
hash-format = "sha1"
hash = "9a2c0f32cdad5c6758569789140b738c2f5e5b45"
hash = "dda610bf915aba259fb2a511660e72b13f173c96"
[update]
[update.modrinth]
mod-id = "BrRak9pu"
version = "AL8syD58"
version = "SvVwXQ8A"

View file

@ -1,13 +0,0 @@
name = "Shrimple"
filename = "Shrimple_v0.11.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/BS9T99lD/versions/AnhOHG4D/Shrimple_v0.11.zip"
hash-format = "sha1"
hash = "b817e9a10da43b462e2ad1556197c3323ad3be74"
[update]
[update.modrinth]
mod-id = "BS9T99lD"
version = "AnhOHG4D"

View file

@ -1,13 +1,13 @@
name = "Solas Shader"
filename = "Solas Shader V2.2b.zip"
filename = "Solas Shader V2.3.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/EpQFjzrQ/versions/dyNNy7fx/Solas%20Shader%20V2.2b.zip"
url = "https://cdn.modrinth.com/data/EpQFjzrQ/versions/i8WkGfmH/Solas%20Shader%20V2.3.zip"
hash-format = "sha1"
hash = "8f147ca138a6e6cfdc79314464e69cbc33bb4d77"
hash = "0382005c6dd75dadc2a6b6f1d6fe07d2af5b0239"
[update]
[update.modrinth]
mod-id = "EpQFjzrQ"
version = "dyNNy7fx"
version = "i8WkGfmH"