diff --git a/TrotCraft/client/config/sodiumextras-client.toml b/TrotCraft/client/config/sodiumextras-client.toml new file mode 100644 index 0000000..21dd968 --- /dev/null +++ b/TrotCraft/client/config/sodiumextras-client.toml @@ -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 diff --git a/TrotCraft/client/config/yosbr/sodiumextras-client.toml b/TrotCraft/client/config/yosbr/sodiumextras-client.toml new file mode 100644 index 0000000..21dd968 --- /dev/null +++ b/TrotCraft/client/config/yosbr/sodiumextras-client.toml @@ -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 diff --git a/TrotCraft/client/index.toml b/TrotCraft/client/index.toml index 60485db..5fea8fa 100644 --- a/TrotCraft/client/index.toml +++ b/TrotCraft/client/index.toml @@ -1,5 +1,8 @@ hash-format = "sha256" +[[files]] +file = "config/sodiumextras-client.toml" + [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -96,6 +99,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 @@ -152,10 +158,6 @@ metafile = true file = "mods/continuity.pw.toml" metafile = true -[[files]] -file = "mods/controlify.pw.toml" -metafile = true - [[files]] file = "mods/cubes-without-borders.pw.toml" metafile = true @@ -164,10 +166,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 +178,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 +230,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 +238,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 +262,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 @@ -312,10 +294,18 @@ metafile = true file = "mods/optigui.pw.toml" metafile = true +[[files]] +file = "mods/owo-lib.pw.toml" +metafile = true + [[files]] file = "mods/paginatedadvancements.pw.toml" metafile = true +[[files]] +file = "mods/particular.pw.toml" +metafile = true + [[files]] file = "mods/polytone.pw.toml" metafile = true @@ -356,24 +346,48 @@ 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/sodiumleafculling.pw.toml" +metafile = true + [[files]] file = "mods/sound-physics-remastered.pw.toml" metafile = true [[files]] -file = "mods/tool-stats.pw.toml" +file = "mods/visuality.pw.toml" metafile = true [[files]] -file = "mods/visuality.pw.toml" +file = "mods/vivecraft.pw.toml" metafile = true [[files]] @@ -436,10 +450,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 diff --git a/TrotCraft/client/mods/appleskin.pw.toml b/TrotCraft/client/mods/appleskin.pw.toml index db842ea..7a96b3c 100644 --- a/TrotCraft/client/mods/appleskin.pw.toml +++ b/TrotCraft/client/mods/appleskin.pw.toml @@ -1,13 +1,13 @@ name = "AppleSkin" -filename = "appleskin-fabric-mc1.20.3-2.5.1.jar" +filename = "appleskin-fabric-mc1.21-3.0.5.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/pmFyu3Sz/appleskin-fabric-mc1.20.3-2.5.1.jar" +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/fG1xJao0/appleskin-fabric-mc1.21-3.0.5.jar" hash-format = "sha1" -hash = "d8c8f47cadf0bec89b0539f44e3c67df73d8e048" +hash = "9cf6df32c9f98b8eb3ae6527cd5fef9a46df3175" [update] [update.modrinth] mod-id = "EsAfCjCV" -version = "pmFyu3Sz" +version = "fG1xJao0" diff --git a/TrotCraft/client/mods/axolotl-buckets.pw.toml b/TrotCraft/client/mods/axolotl-buckets.pw.toml index 5b61a33..77f2242 100644 --- a/TrotCraft/client/mods/axolotl-buckets.pw.toml +++ b/TrotCraft/client/mods/axolotl-buckets.pw.toml @@ -1,13 +1,13 @@ name = "Axolotl Buckets" -filename = "axolotlbuckets-1.2.0+1.20.jar" +filename = "axolotlbuckets-1.2.0+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/6tlhZmC5/versions/TVZJegop/axolotlbuckets-1.2.0%2B1.20.jar" +url = "https://cdn.modrinth.com/data/6tlhZmC5/versions/bTlneD5l/axolotlbuckets-1.2.0%2B1.21.jar" hash-format = "sha1" -hash = "b518d248c7c3dc1433a44a467e8d8fe8880cacb0" +hash = "98eb0a960d64fe38c6de632ed50ba195646a0722" [update] [update.modrinth] mod-id = "6tlhZmC5" -version = "TVZJegop" +version = "bTlneD5l" diff --git a/TrotCraft/client/mods/better-mount-hud.pw.toml b/TrotCraft/client/mods/better-mount-hud.pw.toml index 369ae21..1802dc3 100644 --- a/TrotCraft/client/mods/better-mount-hud.pw.toml +++ b/TrotCraft/client/mods/better-mount-hud.pw.toml @@ -1,13 +1,13 @@ name = "Better Mount HUD" -filename = "bettermounthud-1.2.2.jar" +filename = "bettermounthud-1.2.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/kqJFAPU9/versions/h1QpxElt/bettermounthud-1.2.2.jar" +url = "https://cdn.modrinth.com/data/kqJFAPU9/versions/yyJushgo/bettermounthud-1.2.4.jar" hash-format = "sha1" -hash = "6942fb39ca2e87208b0b0630a5efc4511c82dcf4" +hash = "4df822bd5bd7d2e125eb9c7fdb38bb4b6ee0476e" [update] [update.modrinth] mod-id = "kqJFAPU9" -version = "h1QpxElt" +version = "yyJushgo" diff --git a/TrotCraft/client/mods/better-third-person.pw.toml b/TrotCraft/client/mods/better-third-person.pw.toml index e82b2ce..4e833bf 100644 --- a/TrotCraft/client/mods/better-third-person.pw.toml +++ b/TrotCraft/client/mods/better-third-person.pw.toml @@ -1,13 +1,13 @@ name = "Better Third Person" -filename = "BetterThirdPerson-Fabric-1.20-1.9.0.jar" +filename = "BetterThirdPerson-Fabric-1.21-1.9.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/G1s2WpNo/versions/1yJzEpzh/BetterThirdPerson-Fabric-1.20-1.9.0.jar" +url = "https://cdn.modrinth.com/data/G1s2WpNo/versions/QZTn8cTa/BetterThirdPerson-Fabric-1.21-1.9.0.jar" hash-format = "sha1" -hash = "affb7193218d896c0bd7459ecae31fb98b3b6b23" +hash = "ea0dd2747e5d52d1b64dd29498e59602e79d9b69" [update] [update.modrinth] mod-id = "G1s2WpNo" -version = "1yJzEpzh" +version = "QZTn8cTa" diff --git a/TrotCraft/client/mods/betterf3.pw.toml b/TrotCraft/client/mods/betterf3.pw.toml index 8f05362..f808a7c 100644 --- a/TrotCraft/client/mods/betterf3.pw.toml +++ b/TrotCraft/client/mods/betterf3.pw.toml @@ -1,13 +1,13 @@ name = "BetterF3" -filename = "BetterF3-9.0.2-Fabric-1.20.4.jar" +filename = "BetterF3-11.0.2-Fabric-1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/8shC1gFX/versions/AkivIlyi/BetterF3-9.0.2-Fabric-1.20.4.jar" +url = "https://cdn.modrinth.com/data/8shC1gFX/versions/4iASq6Tm/BetterF3-11.0.2-Fabric-1.21.1.jar" hash-format = "sha1" -hash = "780ae4f29fb249c3f6be75724b3084a075ec36cb" +hash = "e3161477b47e927fc2678d8ea018c10563fa7f37" [update] [update.modrinth] mod-id = "8shC1gFX" -version = "AkivIlyi" +version = "4iASq6Tm" diff --git a/TrotCraft/client/mods/big-pony.pw.toml b/TrotCraft/client/mods/big-pony.pw.toml index 2d7e191..5a085d5 100644 --- a/TrotCraft/client/mods/big-pony.pw.toml +++ b/TrotCraft/client/mods/big-pony.pw.toml @@ -1,13 +1,13 @@ name = "Big Pony" -filename = "bigpony-1.11.2+1.20.4.jar" +filename = "bigpony-1.12.1+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h9pJxJR9/versions/Sh9yP3SZ/bigpony-1.11.2%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/h9pJxJR9/versions/VJOSOZI2/bigpony-1.12.1%2B1.21.jar" hash-format = "sha1" -hash = "8b9e32bd9cee618be29b1e8baa227d5ef0ee1795" +hash = "13646c2007a06c1d6c125450d6d2da6fc0129e01" [update] [update.modrinth] mod-id = "h9pJxJR9" -version = "Sh9yP3SZ" +version = "VJOSOZI2" diff --git a/TrotCraft/client/mods/blur-fabric.pw.toml b/TrotCraft/client/mods/blur-fabric.pw.toml index c04235c..5b4ea00 100644 --- a/TrotCraft/client/mods/blur-fabric.pw.toml +++ b/TrotCraft/client/mods/blur-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Blur+ (Fabric)" -filename = "blur-3.2.0.jar" +filename = "blur-fabric-5.0.0+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NK39zBp2/versions/zzelzVhK/blur-3.2.0.jar" +url = "https://cdn.modrinth.com/data/NK39zBp2/versions/DKZ1ckZS/blur-fabric-5.0.0%2B1.21.jar" hash-format = "sha1" -hash = "693ca6b0167af634141a6ae391d2bef2aabc2d08" +hash = "fc71ece202c21c482bcad0c8624e0abe18fb37ce" [update] [update.modrinth] mod-id = "NK39zBp2" -version = "zzelzVhK" +version = "DKZ1ckZS" diff --git a/TrotCraft/client/mods/bobby.pw.toml b/TrotCraft/client/mods/bobby.pw.toml index 5d171c8..4643b9b 100644 --- a/TrotCraft/client/mods/bobby.pw.toml +++ b/TrotCraft/client/mods/bobby.pw.toml @@ -1,13 +1,13 @@ name = "Bobby" -filename = "bobby-5.1.0+mc1.20.4.jar" +filename = "bobby-5.2.4+mc1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/M08ruV16/versions/jGGumR4a/bobby-5.1.0%2Bmc1.20.4.jar" +url = "https://cdn.modrinth.com/data/M08ruV16/versions/oeSOphtG/bobby-5.2.4%2Bmc1.21.jar" hash-format = "sha1" -hash = "3c4437a3199629377faeda77e50b01577c4da027" +hash = "dfa517fdb6e3fd2893f5d40f2c06cf01fb2a5db1" [update] [update.modrinth] mod-id = "M08ruV16" -version = "jGGumR4a" +version = "oeSOphtG" diff --git a/TrotCraft/client/mods/bookshelf-lib.pw.toml b/TrotCraft/client/mods/bookshelf-lib.pw.toml index 094d51e..64ff57d 100644 --- a/TrotCraft/client/mods/bookshelf-lib.pw.toml +++ b/TrotCraft/client/mods/bookshelf-lib.pw.toml @@ -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" diff --git a/TrotCraft/client/mods/capes.pw.toml b/TrotCraft/client/mods/capes.pw.toml index 5642fa5..1d4e3e2 100644 --- a/TrotCraft/client/mods/capes.pw.toml +++ b/TrotCraft/client/mods/capes.pw.toml @@ -1,13 +1,13 @@ name = "Capes" -filename = "capes-1.5.3+1.20.2-fabric.jar" +filename = "capes-1.5.4+1.21-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/dEq1ncBU/capes-1.5.3%2B1.20.2-fabric.jar" +url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/6SzVPVR4/capes-1.5.4%2B1.21-fabric.jar" hash-format = "sha1" -hash = "c1a62a847753d9ae039bff35050326a081d2e500" +hash = "11655909a800fd70e2e0ca940cddc2bdbcbe2003" [update] [update.modrinth] mod-id = "89Wsn8GD" -version = "dEq1ncBU" +version = "6SzVPVR4" diff --git a/TrotCraft/client/mods/chat-heads.pw.toml b/TrotCraft/client/mods/chat-heads.pw.toml index fe30640..971a88c 100644 --- a/TrotCraft/client/mods/chat-heads.pw.toml +++ b/TrotCraft/client/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.12.3-fabric-1.20.3.jar" +filename = "chat_heads-0.13.3-fabric-1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/LSEyOjHI/chat_heads-0.12.3-fabric-1.20.3.jar" +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/1ZPYjESW/chat_heads-0.13.3-fabric-1.21.jar" hash-format = "sha1" -hash = "5ad65a3d321e3924d99c4bd656715aa35b5df954" +hash = "43ea5f26d1c3af1cb3b31ae42b326a9c7d8d5d4c" [update] [update.modrinth] mod-id = "Wb5oqrBJ" -version = "LSEyOjHI" +version = "1ZPYjESW" diff --git a/TrotCraft/client/mods/cit-resewn.pw.toml b/TrotCraft/client/mods/cit-resewn.pw.toml index bb6250f..ea47363 100644 --- a/TrotCraft/client/mods/cit-resewn.pw.toml +++ b/TrotCraft/client/mods/cit-resewn.pw.toml @@ -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" diff --git a/TrotCraft/client/mods/cloth-config.pw.toml b/TrotCraft/client/mods/cloth-config.pw.toml index c78d980..987ac64 100644 --- a/TrotCraft/client/mods/cloth-config.pw.toml +++ b/TrotCraft/client/mods/cloth-config.pw.toml @@ -1,13 +1,13 @@ name = "Cloth Config API" -filename = "cloth-config-13.0.121-fabric.jar" +filename = "cloth-config-15.0.140-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9s6osm5g/versions/eBZiZ9NS/cloth-config-13.0.121-fabric.jar" +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/HpMb5wGb/cloth-config-15.0.140-fabric.jar" hash-format = "sha1" -hash = "e20f396a937a09b686aa986c802643b9adbb311e" +hash = "5d82342a2df53fd6df712bfdd583a811572918a4" [update] [update.modrinth] mod-id = "9s6osm5g" -version = "eBZiZ9NS" +version = "HpMb5wGb" diff --git a/TrotCraft/client/mods/continuity.pw.toml b/TrotCraft/client/mods/continuity.pw.toml index 17c99a3..76c1786 100644 --- a/TrotCraft/client/mods/continuity.pw.toml +++ b/TrotCraft/client/mods/continuity.pw.toml @@ -1,13 +1,13 @@ name = "Continuity" -filename = "continuity-3.0.0-beta.5+1.20.2.jar" +filename = "continuity-3.0.0-beta.5+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/1IjD5062/versions/Ox1racg8/continuity-3.0.0-beta.5%2B1.20.2.jar" +url = "https://cdn.modrinth.com/data/1IjD5062/versions/NksUpFjf/continuity-3.0.0-beta.5%2B1.21.jar" hash-format = "sha1" -hash = "1604e431b7ece673fff7b5d5c15ea0385ce9b33a" +hash = "16d31a39e85dc10cdff4e06198a1bb26b4b82427" [update] [update.modrinth] mod-id = "1IjD5062" -version = "Ox1racg8" +version = "NksUpFjf" diff --git a/TrotCraft/client/mods/controlify.pw.toml b/TrotCraft/client/mods/controlify.pw.toml deleted file mode 100644 index 4e9c869..0000000 --- a/TrotCraft/client/mods/controlify.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Controlify" -filename = "Controlify-2.0.0-beta.13+1.20.4-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/KZm7UQoN/Controlify-2.0.0-beta.13%2B1.20.4-fabric.jar" -hash-format = "sha1" -hash = "529d2b49deb8d44c0de8832453873bafa125e360" - -[update] -[update.modrinth] -mod-id = "DOUdJVEm" -version = "KZm7UQoN" diff --git a/TrotCraft/client/mods/cubes-without-borders.pw.toml b/TrotCraft/client/mods/cubes-without-borders.pw.toml index 3b67f15..deac7ca 100644 --- a/TrotCraft/client/mods/cubes-without-borders.pw.toml +++ b/TrotCraft/client/mods/cubes-without-borders.pw.toml @@ -1,13 +1,13 @@ name = "Cubes Without Borders" -filename = "cubes-without-borders-2.0.1+1.20.jar" +filename = "cubes-without-borders-2.1.1+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/yK8WqPMm/cubes-without-borders-2.0.1%2B1.20.jar" +url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/fbzkv9Iu/cubes-without-borders-2.1.1%2B1.21.jar" hash-format = "sha1" -hash = "fdff534833c83267fd5f1b098b7ffbabeb55b8d4" +hash = "bb6fbf6a7ae382daeea2979d4471c0acdeab1860" [update] [update.modrinth] mod-id = "ETlrkaYF" -version = "yK8WqPMm" +version = "fbzkv9Iu" diff --git a/TrotCraft/client/mods/debugify.pw.toml b/TrotCraft/client/mods/debugify.pw.toml index 1389c06..ad84006 100644 --- a/TrotCraft/client/mods/debugify.pw.toml +++ b/TrotCraft/client/mods/debugify.pw.toml @@ -1,13 +1,13 @@ name = "Debugify" -filename = "Debugify-1.20.4+1.1.jar" +filename = "Debugify-1.21.1+1.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/aQYNRsGo/Debugify-1.20.4%2B1.1.jar" +url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/dO7QNiof/Debugify-1.21.1%2B1.0.jar" hash-format = "sha1" -hash = "248cd69236eed33faca6a08c4ba535c7249a0528" +hash = "6fb7d4ec9c2d2dc5b58577324b47671d3e28d7a4" [update] [update.modrinth] mod-id = "QwxR6Gcd" -version = "aQYNRsGo" +version = "dO7QNiof" diff --git a/TrotCraft/client/mods/dripsounds-fabric.pw.toml b/TrotCraft/client/mods/dripsounds-fabric.pw.toml deleted file mode 100644 index de90a78..0000000 --- a/TrotCraft/client/mods/dripsounds-fabric.pw.toml +++ /dev/null @@ -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" diff --git a/TrotCraft/client/mods/dynamic-fps.pw.toml b/TrotCraft/client/mods/dynamic-fps.pw.toml index 97b7c02..f7d2e09 100644 --- a/TrotCraft/client/mods/dynamic-fps.pw.toml +++ b/TrotCraft/client/mods/dynamic-fps.pw.toml @@ -1,13 +1,13 @@ name = "Dynamic FPS" -filename = "dynamic-fps-3.5.1+minecraft-1.20.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/jdsdQwkB/dynamic-fps-3.5.1%2Bminecraft-1.20.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 = "975ddd5e460a20d374c1b918d2a00b06c9ebe694" +hash = "257b3f7de416ca8594bdea42a26c28cbc118b841" [update] [update.modrinth] mod-id = "LQ3K71Q1" -version = "jdsdQwkB" +version = "mGzNZtjf" diff --git a/TrotCraft/client/mods/eating-animation.pw.toml b/TrotCraft/client/mods/eating-animation.pw.toml index 16fab2b..6806a4f 100644 --- a/TrotCraft/client/mods/eating-animation.pw.toml +++ b/TrotCraft/client/mods/eating-animation.pw.toml @@ -1,13 +1,13 @@ name = "Eating Animation" -filename = "eating-animation-1.20+1.9.61.jar" +filename = "eating-animation-1.21+1.9.72.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/rUgZvGzi/versions/AqXSvu6M/eating-animation-1.20%2B1.9.61.jar" +url = "https://cdn.modrinth.com/data/rUgZvGzi/versions/KWZCioh0/eating-animation-1.21%2B1.9.72.jar" hash-format = "sha1" -hash = "d5a8909b0b864eb1a7a2d62368932d264eb60317" +hash = "d89ecd0ac342697e0d1c3aaff1daa6c81bebe2f6" [update] [update.modrinth] mod-id = "rUgZvGzi" -version = "AqXSvu6M" +version = "KWZCioh0" diff --git a/TrotCraft/client/mods/ebe.pw.toml b/TrotCraft/client/mods/ebe.pw.toml index 0cf8ce2..42cadc9 100644 --- a/TrotCraft/client/mods/ebe.pw.toml +++ b/TrotCraft/client/mods/ebe.pw.toml @@ -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" diff --git a/TrotCraft/client/mods/enchantment-descriptions.pw.toml b/TrotCraft/client/mods/enchantment-descriptions.pw.toml deleted file mode 100644 index 0ee2af6..0000000 --- a/TrotCraft/client/mods/enchantment-descriptions.pw.toml +++ /dev/null @@ -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" diff --git a/TrotCraft/client/mods/entity-model-features.pw.toml b/TrotCraft/client/mods/entity-model-features.pw.toml index 8cb4c0e..d106aba 100644 --- a/TrotCraft/client/mods/entity-model-features.pw.toml +++ b/TrotCraft/client/mods/entity-model-features.pw.toml @@ -1,13 +1,13 @@ name = "[EMF] Entity Model Features" -filename = "entity_model_features_fabric_1.20.4-2.0.2.jar" +filename = "entity_model_features_fabric_1.21-2.2.6.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/FTmtYNdf/entity_model_features_fabric_1.20.4-2.0.2.jar" +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/Qql6TI9W/entity_model_features_fabric_1.21-2.2.6.jar" hash-format = "sha1" -hash = "a89cc56a905536aec3fb1ee73681b04c6976da63" +hash = "7a0d5b5388a4f55bcb4e50502893d2e6d69bae1c" [update] [update.modrinth] mod-id = "4I1XuqiY" -version = "FTmtYNdf" +version = "Qql6TI9W" diff --git a/TrotCraft/client/mods/entityculling.pw.toml b/TrotCraft/client/mods/entityculling.pw.toml index c14474e..84ca531 100644 --- a/TrotCraft/client/mods/entityculling.pw.toml +++ b/TrotCraft/client/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling" -filename = "entityculling-fabric-1.6.6-mc1.20.4.jar" +filename = "entityculling-fabric-1.7.0-mc1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/cj8nR3eG/entityculling-fabric-1.6.6-mc1.20.4.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/kPbJu8eF/entityculling-fabric-1.7.0-mc1.21.jar" hash-format = "sha1" -hash = "e9217b5baa00a4a181adfae378f681e53fe36153" +hash = "ef4acec15876eafba8ce1618d2c2a6b3de27e58f" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "cj8nR3eG" +version = "kPbJu8eF" diff --git a/TrotCraft/client/mods/entitytexturefeatures.pw.toml b/TrotCraft/client/mods/entitytexturefeatures.pw.toml index a38f090..d4e8afb 100644 --- a/TrotCraft/client/mods/entitytexturefeatures.pw.toml +++ b/TrotCraft/client/mods/entitytexturefeatures.pw.toml @@ -1,13 +1,13 @@ name = "[ETF] Entity Texture Features" -filename = "entity_texture_features_fabric_1.20.4-6.1.jar" +filename = "entity_texture_features_fabric_1.21-6.2.5.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/A9d30Vws/entity_texture_features_fabric_1.20.4-6.1.jar" +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/qQQ5ffvS/entity_texture_features_fabric_1.21-6.2.5.jar" hash-format = "sha1" -hash = "02bfe71bdc37f50c800a5ae97d434b0650de1fa3" +hash = "a23175e7262ff0a089b13cd2cbad99e315e4cfa6" [update] [update.modrinth] mod-id = "BVzZfTc1" -version = "A9d30Vws" +version = "qQQ5ffvS" diff --git a/TrotCraft/client/mods/fabric-api.pw.toml b/TrotCraft/client/mods/fabric-api.pw.toml index 432a3a0..0fdfe36 100644 --- a/TrotCraft/client/mods/fabric-api.pw.toml +++ b/TrotCraft/client/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.97.1+1.20.4.jar" +filename = "fabric-api-0.105.0+1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/tAwdMmKY/fabric-api-0.97.1%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/WTaAx4ah/fabric-api-0.105.0%2B1.21.1.jar" hash-format = "sha1" -hash = "37e7e83a2cea7b8717f798e30c5a288d840b4244" +hash = "09b6399db5f09a79b0ac5b7ecbbba2e3189b190a" [update] [update.modrinth] mod-id = "P7dR8mSH" -version = "tAwdMmKY" +version = "WTaAx4ah" diff --git a/TrotCraft/client/mods/fabric-language-kotlin.pw.toml b/TrotCraft/client/mods/fabric-language-kotlin.pw.toml index 6f719ee..ac9370b 100644 --- a/TrotCraft/client/mods/fabric-language-kotlin.pw.toml +++ b/TrotCraft/client/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.11.0+kotlin.2.0.0.jar" +filename = "fabric-language-kotlin-1.12.3+kotlin.2.0.21.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/afsFajDC/fabric-language-kotlin-1.11.0%2Bkotlin.2.0.0.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 = "4f5b3f0d773c4cc9e79d2f5ede3a637e78737f6d" +hash = "54cd3900a904b81bd24c4a35b6577a2ac197b51a" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "afsFajDC" +version = "B0fZidZi" diff --git a/TrotCraft/client/mods/fabricskyboxes-interop.pw.toml b/TrotCraft/client/mods/fabricskyboxes-interop.pw.toml index da7d97f..4c12c4d 100644 --- a/TrotCraft/client/mods/fabricskyboxes-interop.pw.toml +++ b/TrotCraft/client/mods/fabricskyboxes-interop.pw.toml @@ -1,13 +1,13 @@ name = "FabricSkyBoxes Interop" -filename = "fsb-interop-1.3.6+mc1.20.2-build.52.jar" +filename = "fsb-interop-1.4.0+mc1.21-build.54.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/HpdHOPOp/versions/Y9X3wWP7/fsb-interop-1.3.6%2Bmc1.20.2-build.52.jar" +url = "https://cdn.modrinth.com/data/HpdHOPOp/versions/A3n8pliV/fsb-interop-1.4.0%2Bmc1.21-build.54.jar" hash-format = "sha1" -hash = "f7c17f6c6bc49f5078e9631019f544b4dd696420" +hash = "ebd6d9f048b591cee8bbf90b23246f3369161868" [update] [update.modrinth] mod-id = "HpdHOPOp" -version = "Y9X3wWP7" +version = "A3n8pliV" diff --git a/TrotCraft/client/mods/fabricskyboxes.pw.toml b/TrotCraft/client/mods/fabricskyboxes.pw.toml index c71b541..3695866 100644 --- a/TrotCraft/client/mods/fabricskyboxes.pw.toml +++ b/TrotCraft/client/mods/fabricskyboxes.pw.toml @@ -1,13 +1,13 @@ name = "FabricSkyboxes" -filename = "fabricskyboxes-0.7.3+mc1.20.2.jar" +filename = "fabricskyboxes-0.7.4+mc1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YBz7DOs8/versions/XGzaAlX8/fabricskyboxes-0.7.3%2Bmc1.20.2.jar" +url = "https://cdn.modrinth.com/data/YBz7DOs8/versions/yhQrKNAJ/fabricskyboxes-0.7.4%2Bmc1.21.jar" hash-format = "sha1" -hash = "6ce1e8f99a901fd2e4e5f84d529e60f425b172ca" +hash = "d7c80f23792afc6018da2477d46804114529afca" [update] [update.modrinth] mod-id = "YBz7DOs8" -version = "XGzaAlX8" +version = "yhQrKNAJ" diff --git a/TrotCraft/client/mods/fabrishot.pw.toml b/TrotCraft/client/mods/fabrishot.pw.toml index ed9346c..a1fe022 100644 --- a/TrotCraft/client/mods/fabrishot.pw.toml +++ b/TrotCraft/client/mods/fabrishot.pw.toml @@ -1,13 +1,13 @@ name = "Fabrishot" -filename = "fabrishot-1.12.1.jar" +filename = "fabrishot-1.14.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/crC7YOpw/fabrishot-1.12.1.jar" +url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/HfdXLVRy/fabrishot-1.14.1.jar" hash-format = "sha1" -hash = "c348c0966a2169a67f6a40f80a85c699104a8642" +hash = "c8afc690bb3508df7db793f37e1fe5407dba2f22" [update] [update.modrinth] mod-id = "3qsfQtE9" -version = "crC7YOpw" +version = "HfdXLVRy" diff --git a/TrotCraft/client/mods/fallingleaves.pw.toml b/TrotCraft/client/mods/fallingleaves.pw.toml index e958469..b1c25b5 100644 --- a/TrotCraft/client/mods/fallingleaves.pw.toml +++ b/TrotCraft/client/mods/fallingleaves.pw.toml @@ -1,13 +1,13 @@ name = "Falling Leaves" -filename = "fallingleaves-1.15.6+1.20.1.jar" +filename = "fallingleaves-1.16.2+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/flPXaySR/fallingleaves-1.15.6%2B1.20.1.jar" +url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/ue2maFEp/fallingleaves-1.16.2%2B1.21.jar" hash-format = "sha1" -hash = "9950aaea2a33b1cfc972e881c533384e3bb0a0fb" +hash = "7acacdf2450425d19cb3900354ab49b69c754ea8" [update] [update.modrinth] mod-id = "WhbRG4iK" -version = "flPXaySR" +version = "ue2maFEp" diff --git a/TrotCraft/client/mods/fastquit.pw.toml b/TrotCraft/client/mods/fastquit.pw.toml index e7811bf..c2ca864 100644 --- a/TrotCraft/client/mods/fastquit.pw.toml +++ b/TrotCraft/client/mods/fastquit.pw.toml @@ -1,13 +1,13 @@ name = "FastQuit" -filename = "fastquit-3.0.0+1.20.4.jar" +filename = "fastquit-3.0.0+1.20.6.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/vOAKK0JB/fastquit-3.0.0%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/dIGKewCo/fastquit-3.0.0%2B1.20.6.jar" hash-format = "sha1" -hash = "c1340863cc8d61219785c16163156dc748a70763" +hash = "9c4bf4fc3292d627fe0eff85a96672a15f27338c" [update] [update.modrinth] mod-id = "x1hIzbuY" -version = "vOAKK0JB" +version = "dIGKewCo" diff --git a/TrotCraft/client/mods/ferrite-core.pw.toml b/TrotCraft/client/mods/ferrite-core.pw.toml index 8aa2013..6229816 100644 --- a/TrotCraft/client/mods/ferrite-core.pw.toml +++ b/TrotCraft/client/mods/ferrite-core.pw.toml @@ -1,13 +1,13 @@ name = "FerriteCore" -filename = "ferritecore-6.0.3-fabric.jar" +filename = "ferritecore-7.0.0-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/uXXizFIs/versions/pguEMpy9/ferritecore-6.0.3-fabric.jar" +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/wmIZ4wP4/ferritecore-7.0.0-fabric.jar" hash-format = "sha1" -hash = "f2bbb773f4213d36201b76820f206e2a6f213c0c" +hash = "95b18b0f1673bbbe328812c3052cc1a921591f0f" [update] [update.modrinth] mod-id = "uXXizFIs" -version = "pguEMpy9" +version = "wmIZ4wP4" diff --git a/TrotCraft/client/mods/hd-skins.pw.toml b/TrotCraft/client/mods/hd-skins.pw.toml index 0d0b6df..99ba90c 100644 --- a/TrotCraft/client/mods/hd-skins.pw.toml +++ b/TrotCraft/client/mods/hd-skins.pw.toml @@ -1,13 +1,13 @@ name = "HD Skins" -filename = "hdskins-6.12.2+1.20.4.jar" +filename = "hdskins-6.13.1+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/FzE9gshV/versions/S8JrKOlZ/hdskins-6.12.2%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/FzE9gshV/versions/UqulJosX/hdskins-6.13.1%2B1.21.jar" hash-format = "sha1" -hash = "a8d1504bc1a7d05b98d2a757ecccffe0c6cdf337" +hash = "2a28f335d3d2c362c66df6f4a047b134ea7efeb6" [update] [update.modrinth] mod-id = "FzE9gshV" -version = "S8JrKOlZ" +version = "UqulJosX" diff --git a/TrotCraft/client/mods/immediatelyfast.pw.toml b/TrotCraft/client/mods/immediatelyfast.pw.toml index d0784bf..ce57226 100644 --- a/TrotCraft/client/mods/immediatelyfast.pw.toml +++ b/TrotCraft/client/mods/immediatelyfast.pw.toml @@ -1,13 +1,13 @@ name = "ImmediatelyFast" -filename = "ImmediatelyFast-Fabric-1.2.18+1.20.4.jar" +filename = "ImmediatelyFast-Fabric-1.2.21+1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/HX5WEfoR/ImmediatelyFast-Fabric-1.2.18%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/ahszC7KU/ImmediatelyFast-Fabric-1.2.21%2B1.21.1.jar" hash-format = "sha1" -hash = "cb1a465167fd2b313e4b8fd2dfff478e5951827f" +hash = "46c17639a7c0bfec1f9fb4aae53f9163994a3a4e" [update] [update.modrinth] mod-id = "5ZwdcRci" -version = "HX5WEfoR" +version = "ahszC7KU" diff --git a/TrotCraft/client/mods/indium.pw.toml b/TrotCraft/client/mods/indium.pw.toml deleted file mode 100644 index a9c774a..0000000 --- a/TrotCraft/client/mods/indium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Indium" -filename = "indium-1.0.31+mc1.20.4.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/VlLxDisa/indium-1.0.31%2Bmc1.20.4.jar" -hash-format = "sha1" -hash = "fe6d0513ac332d890f1bd9bb9354a8e240b8f0e5" - -[update] -[update.modrinth] -mod-id = "Orvt0mRa" -version = "VlLxDisa" diff --git a/TrotCraft/client/mods/iris.pw.toml b/TrotCraft/client/mods/iris.pw.toml index f719edd..4533253 100644 --- a/TrotCraft/client/mods/iris.pw.toml +++ b/TrotCraft/client/mods/iris.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-1.7.1+mc1.20.4.jar" +filename = "iris-fabric-1.8.0-beta.4+mc1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/gPXdh2Es/iris-1.7.1%2Bmc1.20.4.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 = "101075ac9b607cda7d3c4bf46921b72e90a38521" +hash = "6481f2b12ec0d4040424b5f78d4b56faaf862ad5" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "gPXdh2Es" +version = "u9KvDA4s" diff --git a/TrotCraft/client/mods/kirin.pw.toml b/TrotCraft/client/mods/kirin.pw.toml index a2919bf..64f3c15 100644 --- a/TrotCraft/client/mods/kirin.pw.toml +++ b/TrotCraft/client/mods/kirin.pw.toml @@ -1,13 +1,13 @@ name = "Kirin" -filename = "kirin-1.17.1+1.20.4.jar" +filename = "kirin-1.19.2+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/9aNz8Zqn/versions/YbSs9tOG/kirin-1.17.1%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/9aNz8Zqn/versions/HhOltC3X/kirin-1.19.2%2B1.21.jar" hash-format = "sha1" -hash = "71ec68ccb3ed04c3f173357ceb7c931d484448e5" +hash = "9594660491c3fe5b57628164960cc7f13fff1958" [update] [update.modrinth] mod-id = "9aNz8Zqn" -version = "YbSs9tOG" +version = "HhOltC3X" diff --git a/TrotCraft/client/mods/lambdynamiclights.pw.toml b/TrotCraft/client/mods/lambdynamiclights.pw.toml deleted file mode 100644 index bfd5a34..0000000 --- a/TrotCraft/client/mods/lambdynamiclights.pw.toml +++ /dev/null @@ -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" diff --git a/TrotCraft/client/mods/language-reload.pw.toml b/TrotCraft/client/mods/language-reload.pw.toml index 18d3cc4..86f9bec 100644 --- a/TrotCraft/client/mods/language-reload.pw.toml +++ b/TrotCraft/client/mods/language-reload.pw.toml @@ -1,13 +1,13 @@ name = "Language Reload" -filename = "language-reload-1.6.1+1.20.4.jar" +filename = "language-reload-1.6.1+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/x824YAov/language-reload-1.6.1%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/fpDBBXvT/language-reload-1.6.1%2B1.21.jar" hash-format = "sha1" -hash = "8e443ef4503bb172bd3f1a6fc9fba7219c22c826" +hash = "c7988fea2a258a5afdfa193615d3b5261c1e58bb" [update] [update.modrinth] mod-id = "uLbm7CG6" -version = "x824YAov" +version = "fpDBBXvT" diff --git a/TrotCraft/client/mods/lithium.pw.toml b/TrotCraft/client/mods/lithium.pw.toml index 117fad8..5cdbd98 100644 --- a/TrotCraft/client/mods/lithium.pw.toml +++ b/TrotCraft/client/mods/lithium.pw.toml @@ -1,13 +1,13 @@ name = "Lithium" -filename = "lithium-fabric-mc1.20.4-0.12.1.jar" +filename = "lithium-fabric-mc1.21.1-0.13.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/nMhjKWVE/lithium-fabric-mc1.20.4-0.12.1.jar" +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/9x0igjLz/lithium-fabric-mc1.21.1-0.13.1.jar" hash-format = "sha1" -hash = "4a0744beb2246d93cb475d21a5a53faa556956e0" +hash = "3dde05dcd5afab3ff6ca77c08f4c82d3a064f3c6" [update] [update.modrinth] mod-id = "gvQqBUqZ" -version = "nMhjKWVE" +version = "9x0igjLz" diff --git a/TrotCraft/client/mods/make_bubbles_pop.pw.toml b/TrotCraft/client/mods/make_bubbles_pop.pw.toml index 02123f8..9c0aeb7 100644 --- a/TrotCraft/client/mods/make_bubbles_pop.pw.toml +++ b/TrotCraft/client/mods/make_bubbles_pop.pw.toml @@ -1,13 +1,13 @@ name = "Make Bubbles Pop" -filename = "make_bubbles_pop-0.2.0-fabric-mc1.19.4+.jar" +filename = "make_bubbles_pop-0.3.0-fabric-mc1.19.4-1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/gPCdW0Wr/versions/ZQx9k5Sj/make_bubbles_pop-0.2.0-fabric-mc1.19.4%2B.jar" +url = "https://cdn.modrinth.com/data/gPCdW0Wr/versions/WyRIJsP5/make_bubbles_pop-0.3.0-fabric-mc1.19.4-1.21.jar" hash-format = "sha1" -hash = "0044c979ef7104f5a7ac4005b7f63a6bd57f516f" +hash = "d59abea779c343b22925ea026d809073aa49ebbc" [update] [update.modrinth] mod-id = "gPCdW0Wr" -version = "ZQx9k5Sj" +version = "WyRIJsP5" diff --git a/TrotCraft/client/mods/mambience.pw.toml b/TrotCraft/client/mods/mambience.pw.toml index c198204..703e4cd 100644 --- a/TrotCraft/client/mods/mambience.pw.toml +++ b/TrotCraft/client/mods/mambience.pw.toml @@ -1,13 +1,13 @@ name = "MAmbience" -filename = "Mambience-5.3.2+1.20.4.jar" +filename = "Mambience-5.5.1+1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/qPzLkTsE/versions/4hs3gbHL/Mambience-5.3.2%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/qPzLkTsE/versions/yAEaUcEd/Mambience-5.5.1%2B1.21.1.jar" hash-format = "sha1" -hash = "0380e272cd3dadc043e92035b13885a8af2e3286" +hash = "2f6a824a9258ae7b4109da4a7c92ec597c3b0337" [update] [update.modrinth] mod-id = "qPzLkTsE" -version = "4hs3gbHL" +version = "yAEaUcEd" diff --git a/TrotCraft/client/mods/mine-little-pony.pw.toml b/TrotCraft/client/mods/mine-little-pony.pw.toml index 87a13fb..e1e24a1 100644 --- a/TrotCraft/client/mods/mine-little-pony.pw.toml +++ b/TrotCraft/client/mods/mine-little-pony.pw.toml @@ -1,13 +1,13 @@ name = "Mine Little Pony" -filename = "minelittlepony-4.11.7+1.20.4.jar" +filename = "minelittlepony-4.12.1+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/JBjInUXM/versions/KWjbLXfD/minelittlepony-4.11.7%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/JBjInUXM/versions/GJNgjgr7/minelittlepony-4.12.1%2B1.21.jar" hash-format = "sha1" -hash = "cc3f7d9c04880bdd1f9bb2af66fc76259139296c" +hash = "350b577ae37e5421b7bdbeacc3739e15513763df" [update] [update.modrinth] mod-id = "JBjInUXM" -version = "KWjbLXfD" +version = "GJNgjgr7" diff --git a/TrotCraft/client/mods/moddetectionpreventer.pw.toml b/TrotCraft/client/mods/moddetectionpreventer.pw.toml deleted file mode 100644 index 2542355..0000000 --- a/TrotCraft/client/mods/moddetectionpreventer.pw.toml +++ /dev/null @@ -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" diff --git a/TrotCraft/client/mods/modelfix.pw.toml b/TrotCraft/client/mods/modelfix.pw.toml index 0711524..3724980 100644 --- a/TrotCraft/client/mods/modelfix.pw.toml +++ b/TrotCraft/client/mods/modelfix.pw.toml @@ -1,13 +1,13 @@ name = "Model Gap Fix" -filename = "modelfix-1.14-fabric.jar" +filename = "modelfix-1.21-1.6-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/QdG47OkI/versions/r6uVoUxU/modelfix-1.14-fabric.jar" +url = "https://cdn.modrinth.com/data/QdG47OkI/versions/FUZo6yCk/modelfix-1.21-1.6-fabric.jar" hash-format = "sha1" -hash = "7c6a38565820d9c1941eb9d1aadaae75cb11ed8b" +hash = "b8069f2a672abdea1112daa6d716a0e482cf61ea" [update] [update.modrinth] mod-id = "QdG47OkI" -version = "r6uVoUxU" +version = "FUZo6yCk" diff --git a/TrotCraft/client/mods/modernfix.pw.toml b/TrotCraft/client/mods/modernfix.pw.toml index 5cced59..39387c2 100644 --- a/TrotCraft/client/mods/modernfix.pw.toml +++ b/TrotCraft/client/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.17.0+mc1.20.4.jar" +filename = "modernfix-fabric-5.19.3+mc1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/CV2Vtn5m/modernfix-fabric-5.17.0%2Bmc1.20.4.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/T1ftCUJv/modernfix-fabric-5.19.3%2Bmc1.21.1.jar" hash-format = "sha1" -hash = "cf5f1f0db74b0385c2738c6fbf8347e7e68100d6" +hash = "e2d8ee6f75d2b027ae73eafbf9f38c1eb4a35a93" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "CV2Vtn5m" +version = "T1ftCUJv" diff --git a/TrotCraft/client/mods/modmenu.pw.toml b/TrotCraft/client/mods/modmenu.pw.toml index 36b5bd7..abb5d5d 100644 --- a/TrotCraft/client/mods/modmenu.pw.toml +++ b/TrotCraft/client/mods/modmenu.pw.toml @@ -1,13 +1,13 @@ name = "Mod Menu" -filename = "modmenu-9.2.0.jar" +filename = "modmenu-11.0.3.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/FawTQg29/modmenu-9.2.0.jar" +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/YIfqIJ8q/modmenu-11.0.3.jar" hash-format = "sha1" -hash = "b8b1e21d42e74c1b4ea16e9846c2198dc84352bc" +hash = "6213120772192040a0aeb5c7cfe330c068605b1f" [update] [update.modrinth] mod-id = "mOgUt4GM" -version = "FawTQg29" +version = "YIfqIJ8q" diff --git a/TrotCraft/client/mods/morechathistory.pw.toml b/TrotCraft/client/mods/morechathistory.pw.toml index 11c40fc..cbdc240 100644 --- a/TrotCraft/client/mods/morechathistory.pw.toml +++ b/TrotCraft/client/mods/morechathistory.pw.toml @@ -1,13 +1,13 @@ name = "More Chat History" -filename = "morechathistory-1.3.0.jar" +filename = "morechathistory-1.3.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/8qkXwOnk/versions/PLfxrDkh/morechathistory-1.3.0.jar" +url = "https://cdn.modrinth.com/data/8qkXwOnk/versions/3siYJiWG/morechathistory-1.3.1.jar" hash-format = "sha1" -hash = "346cce5cb5d89e676d8ed0dca05522369063b3c3" +hash = "b4337ef9dc0a6cdf31d8f3df68a6542f64f3625e" [update] [update.modrinth] mod-id = "8qkXwOnk" -version = "PLfxrDkh" +version = "3siYJiWG" diff --git a/TrotCraft/client/mods/moreculling.pw.toml b/TrotCraft/client/mods/moreculling.pw.toml index fd8d101..19e170a 100644 --- a/TrotCraft/client/mods/moreculling.pw.toml +++ b/TrotCraft/client/mods/moreculling.pw.toml @@ -1,13 +1,13 @@ name = "More Culling" -filename = "moreculling-1.20.4-0.24.0.jar" +filename = "moreculling-fabric-1.21.1-1.0.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/51shyZVL/versions/3m5znPWm/moreculling-1.20.4-0.24.0.jar" +url = "https://cdn.modrinth.com/data/51shyZVL/versions/UncAG2fS/moreculling-fabric-1.21.1-1.0.0.jar" hash-format = "sha1" -hash = "a40f2aa346140a4fee2079d845c62ee87454bdb6" +hash = "3521a79a716cf67c2a4dfc6a6677cf5d1b63f105" [update] [update.modrinth] mod-id = "51shyZVL" -version = "3m5znPWm" +version = "UncAG2fS" diff --git a/TrotCraft/client/mods/no-chat-reports.pw.toml b/TrotCraft/client/mods/no-chat-reports.pw.toml index a47b819..710b5e6 100644 --- a/TrotCraft/client/mods/no-chat-reports.pw.toml +++ b/TrotCraft/client/mods/no-chat-reports.pw.toml @@ -1,13 +1,13 @@ name = "No Chat Reports" -filename = "NoChatReports-FABRIC-1.20.4-v2.6.1.jar" +filename = "NoChatReports-FABRIC-1.21-v2.8.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/Pjto4zdj/NoChatReports-FABRIC-1.20.4-v2.6.1.jar" +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/riMhCAII/NoChatReports-FABRIC-1.21-v2.8.0.jar" hash-format = "sha1" -hash = "f9eb4355b82719c2a40607878dfd61ded138f69e" +hash = "f1822b058132f7f221a3ac4470d54d820369c04e" [update] [update.modrinth] mod-id = "qQyHxfxd" -version = "Pjto4zdj" +version = "riMhCAII" diff --git a/TrotCraft/client/mods/notica.pw.toml b/TrotCraft/client/mods/notica.pw.toml index 3ad7ac6..db7d452 100644 --- a/TrotCraft/client/mods/notica.pw.toml +++ b/TrotCraft/client/mods/notica.pw.toml @@ -1,13 +1,13 @@ name = "Notica" -filename = "notica-1.1.3+1.20.4.jar" +filename = "notica-1.2.0+1.21.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/1y46lDNS/versions/N5NTwwUY/notica-1.1.3%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/1y46lDNS/versions/6Yk9GKKi/notica-1.2.0%2B1.21.jar" hash-format = "sha1" -hash = "e2afbc2f406029a8c5b197673893f018b590a10c" +hash = "305fdeb24b785227a4f95b0db0df0149d37f691c" [update] [update.modrinth] mod-id = "1y46lDNS" -version = "N5NTwwUY" +version = "6Yk9GKKi" diff --git a/TrotCraft/client/mods/optigui.pw.toml b/TrotCraft/client/mods/optigui.pw.toml index 4e5c480..d3dce72 100644 --- a/TrotCraft/client/mods/optigui.pw.toml +++ b/TrotCraft/client/mods/optigui.pw.toml @@ -1,13 +1,13 @@ name = "OptiGUI" -filename = "optigui-2.3.0-beta.2.jar" +filename = "optigui-2.3.0-beta.6+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/pUVuXS69/optigui-2.3.0-beta.2.jar" +url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/rPLGSp71/optigui-2.3.0-beta.6%2B1.21.jar" hash-format = "sha1" -hash = "7da1eeccdb999f2aaa2353e690a83ef5fbce6eaa" +hash = "c3d5ca9c111fea353d37c71be98f8da528bc9b44" [update] [update.modrinth] mod-id = "JuksLGBQ" -version = "pUVuXS69" +version = "rPLGSp71" diff --git a/TrotCraft/client/mods/owo-lib.pw.toml b/TrotCraft/client/mods/owo-lib.pw.toml new file mode 100644 index 0000000..e969cdb --- /dev/null +++ b/TrotCraft/client/mods/owo-lib.pw.toml @@ -0,0 +1,13 @@ +name = "oωo (owo-lib)" +filename = "owo-lib-0.12.15+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/vCCHsvEa/owo-lib-0.12.15%2B1.21.jar" +hash-format = "sha1" +hash = "6360554402859113fdd72abdb8ff9fd5d6c731ca" + +[update] +[update.modrinth] +mod-id = "ccKDOlHs" +version = "vCCHsvEa" diff --git a/TrotCraft/client/mods/paginatedadvancements.pw.toml b/TrotCraft/client/mods/paginatedadvancements.pw.toml index 44668aa..babc38f 100644 --- a/TrotCraft/client/mods/paginatedadvancements.pw.toml +++ b/TrotCraft/client/mods/paginatedadvancements.pw.toml @@ -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/SSrN6xCf/paginatedadvancements-2.4.2.jar" +url = "https://cdn.modrinth.com/data/pJogNFap/versions/fQnpir9a/paginatedadvancements-2.5.1.jar" hash-format = "sha1" -hash = "93d5b01496f920f58631e10670260bec5388ce30" +hash = "23a4570fb52d62135d705156079e52ddfe980b94" [update] [update.modrinth] mod-id = "pJogNFap" -version = "SSrN6xCf" +version = "fQnpir9a" diff --git a/TrotCraft/client/mods/particular.pw.toml b/TrotCraft/client/mods/particular.pw.toml new file mode 100644 index 0000000..b53a30e --- /dev/null +++ b/TrotCraft/client/mods/particular.pw.toml @@ -0,0 +1,13 @@ +name = "Particular ✨" +filename = "particular-1.1.1+1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/B1CcCd9h/versions/WFcZYoYh/particular-1.1.1%2B1.21.jar" +hash-format = "sha1" +hash = "850f5f1e4b8b3d41c5c2f19aafa4ca08f0fd1285" + +[update] +[update.modrinth] +mod-id = "B1CcCd9h" +version = "WFcZYoYh" diff --git a/TrotCraft/client/mods/polytone.pw.toml b/TrotCraft/client/mods/polytone.pw.toml index 9ae86eb..a24ce1e 100644 --- a/TrotCraft/client/mods/polytone.pw.toml +++ b/TrotCraft/client/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.20.4-1.18.10-fabric.jar" +filename = "polytone-1.21-2.4.22-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/J39ptUd8/polytone-1.20.4-1.18.10-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/N19bVZkM/polytone-1.21-2.4.22-fabric.jar" hash-format = "sha1" -hash = "221b6a55e2bea8bbd48c55653b7ac698d8da9e4c" +hash = "e0ff1a21a6b5d82b566654166a0e6ae54eb60460" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "J39ptUd8" +version = "N19bVZkM" diff --git a/TrotCraft/client/mods/presence-footsteps.pw.toml b/TrotCraft/client/mods/presence-footsteps.pw.toml index 4d61cfe..93905c6 100644 --- a/TrotCraft/client/mods/presence-footsteps.pw.toml +++ b/TrotCraft/client/mods/presence-footsteps.pw.toml @@ -1,13 +1,13 @@ name = "Presence Footsteps" -filename = "PresenceFootsteps-1.9.4+1.20.4.jar" +filename = "PresenceFootsteps-1.10.0+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/HcfMgmXT/PresenceFootsteps-1.9.4%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/4CjXUG8M/PresenceFootsteps-1.10.0%2B1.21.jar" hash-format = "sha1" -hash = "c2bd74e5f23d182634ec50d472fd63ccfb3afbcd" +hash = "bb166be2790dbcd57427534c8fed18c305d2fd6b" [update] [update.modrinth] mod-id = "rcTfTZr3" -version = "HcfMgmXT" +version = "4CjXUG8M" diff --git a/TrotCraft/client/mods/puzzle.pw.toml b/TrotCraft/client/mods/puzzle.pw.toml index 23913aa..2a90f4a 100644 --- a/TrotCraft/client/mods/puzzle.pw.toml +++ b/TrotCraft/client/mods/puzzle.pw.toml @@ -1,13 +1,13 @@ name = "Puzzle" -filename = "puzzle-1.6.1+1.20.4.jar" +filename = "puzzle-fabric-2.0.1+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3IuO68q1/versions/1srBlHhv/puzzle-1.6.1%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/3IuO68q1/versions/TMFxzCSV/puzzle-fabric-2.0.1%2B1.21.jar" hash-format = "sha1" -hash = "599f203de21541d4ff9dee52a007c0999fe95059" +hash = "bc779cab81a74f2b48e371055d0c0e4cea8201f9" [update] [update.modrinth] mod-id = "3IuO68q1" -version = "1srBlHhv" +version = "TMFxzCSV" diff --git a/TrotCraft/client/mods/reacharound.pw.toml b/TrotCraft/client/mods/reacharound.pw.toml index 0718f1a..cae0f77 100644 --- a/TrotCraft/client/mods/reacharound.pw.toml +++ b/TrotCraft/client/mods/reacharound.pw.toml @@ -1,13 +1,13 @@ name = "Reacharound" -filename = "reacharound+1.20-1.3.0.jar" +filename = "reacharound+1.21-1.3.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/r3VgI4QN/versions/29DyXaiq/reacharound%2B1.20-1.3.0.jar" +url = "https://cdn.modrinth.com/data/r3VgI4QN/versions/R35XZKUZ/reacharound%2B1.21-1.3.0.jar" hash-format = "sha1" -hash = "ce2f528034714effe0437c6c274e5a42e426b2cc" +hash = "2cadf3d65cda2a2ced53ae025b48f9eeac8f7400" [update] [update.modrinth] mod-id = "r3VgI4QN" -version = "29DyXaiq" +version = "R35XZKUZ" diff --git a/TrotCraft/client/mods/reeses-sodium-options.pw.toml b/TrotCraft/client/mods/reeses-sodium-options.pw.toml index d35b879..8aac6a3 100644 --- a/TrotCraft/client/mods/reeses-sodium-options.pw.toml +++ b/TrotCraft/client/mods/reeses-sodium-options.pw.toml @@ -1,13 +1,13 @@ name = "Reese's Sodium Options" -filename = "reeses_sodium_options-1.7.2+mc1.20.4-build.102.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/fkLiGoHs/reeses_sodium_options-1.7.2%2Bmc1.20.4-build.102.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 = "5e2f4ad814f34e2f55fda4efa30c878c5e573978" +hash = "7a2b9b23d3d05939f70244401e9c0a796942d13c" [update] [update.modrinth] mod-id = "Bh37bMuy" -version = "fkLiGoHs" +version = "DSxKPh7H" diff --git a/TrotCraft/client/mods/replay-voice-chat.pw.toml b/TrotCraft/client/mods/replay-voice-chat.pw.toml index b04a949..200a4d0 100644 --- a/TrotCraft/client/mods/replay-voice-chat.pw.toml +++ b/TrotCraft/client/mods/replay-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Replay Voice Chat" -filename = "replayvoicechat-fabric-1.20.4-1.3.7.jar" +filename = "replayvoicechat-fabric-1.21.1-1.3.9.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yI6ANuOK/versions/MldM83sM/replayvoicechat-fabric-1.20.4-1.3.7.jar" +url = "https://cdn.modrinth.com/data/yI6ANuOK/versions/smA4z3TZ/replayvoicechat-fabric-1.21.1-1.3.9.jar" hash-format = "sha1" -hash = "9761e9b4993a8aba254b5d1f03ddfd7fe5438bce" +hash = "ffce200c6f75cc2ef599baa62e4193b1dc2c1909" [update] [update.modrinth] mod-id = "yI6ANuOK" -version = "MldM83sM" +version = "smA4z3TZ" diff --git a/TrotCraft/client/mods/replaymod.pw.toml b/TrotCraft/client/mods/replaymod.pw.toml index d3acf1e..2ad8b3d 100644 --- a/TrotCraft/client/mods/replaymod.pw.toml +++ b/TrotCraft/client/mods/replaymod.pw.toml @@ -1,13 +1,13 @@ name = "ReplayMod" -filename = "replaymod-1.20.4-2.6.15.jar" +filename = "replaymod-1.21-2.6.19.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/TGJXKoTQ/replaymod-1.20.4-2.6.15.jar" +url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/3JKfe0Pj/replaymod-1.21-2.6.19.jar" hash-format = "sha1" -hash = "0ef572fd92d04e52d8b8e9ad3353b2a38b4bcb04" +hash = "491c363c8e822a0507505154e76ab57099c551df" [update] [update.modrinth] mod-id = "Nv2fQJo5" -version = "TGJXKoTQ" +version = "3JKfe0Pj" diff --git a/TrotCraft/client/mods/shulkerboxtooltip.pw.toml b/TrotCraft/client/mods/shulkerboxtooltip.pw.toml index 32205fa..84739a2 100644 --- a/TrotCraft/client/mods/shulkerboxtooltip.pw.toml +++ b/TrotCraft/client/mods/shulkerboxtooltip.pw.toml @@ -1,13 +1,13 @@ name = "Shulker Box Tooltip" -filename = "shulkerboxtooltip-fabric-4.1.0+1.20.4.jar" +filename = "shulkerboxtooltip-fabric-5.1.1+1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/2M01OLQq/versions/r6EhfuUa/shulkerboxtooltip-fabric-4.1.0%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/2M01OLQq/versions/ZEhGh0Mi/shulkerboxtooltip-fabric-5.1.1%2B1.21.1.jar" hash-format = "sha1" -hash = "ddaa2630c2f5f7cea5fcea17441718f0a07aa622" +hash = "7ecf954448da33bcdf6571d57acd0fca3ff616c7" [update] [update.modrinth] mod-id = "2M01OLQq" -version = "r6EhfuUa" +version = "ZEhGh0Mi" diff --git a/TrotCraft/client/mods/simple-voice-chat.pw.toml b/TrotCraft/client/mods/simple-voice-chat.pw.toml index bede82d..264acae 100644 --- a/TrotCraft/client/mods/simple-voice-chat.pw.toml +++ b/TrotCraft/client/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.20.4-2.5.17.jar" +filename = "voicechat-fabric-1.21.1-2.5.24.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/JF7i7cZI/voicechat-fabric-1.20.4-2.5.17.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/9IRn71aQ/voicechat-fabric-1.21.1-2.5.24.jar" hash-format = "sha1" -hash = "b7aefe851e41b8a42fae4df9a68e5c19b3a03517" +hash = "c2fde72444ab49a3592997bea3236d9e30cf09fc" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "JF7i7cZI" +version = "9IRn71aQ" diff --git a/TrotCraft/client/mods/sit!.pw.toml b/TrotCraft/client/mods/sit!.pw.toml index cfdfed3..fd5f4b7 100644 --- a/TrotCraft/client/mods/sit!.pw.toml +++ b/TrotCraft/client/mods/sit!.pw.toml @@ -1,13 +1,13 @@ name = "Sit!" -filename = "sit!-1.1.6+1.20.4.jar" +filename = "sit!-1.2.0.7+1.21-1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/EsYqsGV4/versions/13fieKGt/sit%21-1.1.6%2B1.20.4.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 = "dc5bc9fb78187041aef794a61c079532f2e4297c" +hash = "32ecdd20e102113a093eaf73a23c5edc4201963e" [update] [update.modrinth] mod-id = "EsYqsGV4" -version = "13fieKGt" +version = "BXv7sN4Y" diff --git a/TrotCraft/client/mods/sodium-core-shader-support.pw.toml b/TrotCraft/client/mods/sodium-core-shader-support.pw.toml new file mode 100644 index 0000000..a6bbe71 --- /dev/null +++ b/TrotCraft/client/mods/sodium-core-shader-support.pw.toml @@ -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" diff --git a/TrotCraft/client/mods/sodium-dynamic-lights.pw.toml b/TrotCraft/client/mods/sodium-dynamic-lights.pw.toml new file mode 100644 index 0000000..fb59d2a --- /dev/null +++ b/TrotCraft/client/mods/sodium-dynamic-lights.pw.toml @@ -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" diff --git a/TrotCraft/client/mods/sodium-extra.pw.toml b/TrotCraft/client/mods/sodium-extra.pw.toml index bcf060c..02c7ccf 100644 --- a/TrotCraft/client/mods/sodium-extra.pw.toml +++ b/TrotCraft/client/mods/sodium-extra.pw.toml @@ -1,13 +1,13 @@ name = "Sodium Extra" -filename = "sodium-extra-0.5.4+mc1.20.4-build.116.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/M0ndiav7/sodium-extra-0.5.4%2Bmc1.20.4-build.116.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 = "5cdad24baaac7c254e07205aef6052946f4a5246" +hash = "d5ad3bbc8a75fc2e8f3d957a85aa05f3e8b95fd0" [update] [update.modrinth] mod-id = "PtjYWJkn" -version = "M0ndiav7" +version = "CEAENzuT" diff --git a/TrotCraft/client/mods/sodium-extras.pw.toml b/TrotCraft/client/mods/sodium-extras.pw.toml new file mode 100644 index 0000000..4ac903f --- /dev/null +++ b/TrotCraft/client/mods/sodium-extras.pw.toml @@ -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" diff --git a/TrotCraft/client/mods/sodium-options-api.pw.toml b/TrotCraft/client/mods/sodium-options-api.pw.toml new file mode 100644 index 0000000..8f129e0 --- /dev/null +++ b/TrotCraft/client/mods/sodium-options-api.pw.toml @@ -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" diff --git a/TrotCraft/client/mods/sodium-shadowy-path-blocks.pw.toml b/TrotCraft/client/mods/sodium-shadowy-path-blocks.pw.toml new file mode 100644 index 0000000..ef6471e --- /dev/null +++ b/TrotCraft/client/mods/sodium-shadowy-path-blocks.pw.toml @@ -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" diff --git a/TrotCraft/client/mods/sodium.pw.toml b/TrotCraft/client/mods/sodium.pw.toml index 2c457d3..e8fe23a 100644 --- a/TrotCraft/client/mods/sodium.pw.toml +++ b/TrotCraft/client/mods/sodium.pw.toml @@ -1,13 +1,13 @@ name = "Sodium" -filename = "sodium-fabric-0.5.8+mc1.20.4.jar" +filename = "sodium-fabric-0.6.0-beta.2+mc1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/4GyXKCLd/sodium-fabric-0.5.8%2Bmc1.20.4.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 = "4c38d7b01660a27a98406767c613b3f28b6c9dfe" +hash = "7a94dda82ffd1fe24cd1cacad70eb89dbe564ea6" [update] [update.modrinth] mod-id = "AANobbMI" -version = "4GyXKCLd" +version = "CcIWi5Av" diff --git a/TrotCraft/client/mods/sodiumleafculling.pw.toml b/TrotCraft/client/mods/sodiumleafculling.pw.toml new file mode 100644 index 0000000..a4b5633 --- /dev/null +++ b/TrotCraft/client/mods/sodiumleafculling.pw.toml @@ -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" diff --git a/TrotCraft/client/mods/sound-physics-remastered.pw.toml b/TrotCraft/client/mods/sound-physics-remastered.pw.toml index 8244ec1..87eb847 100644 --- a/TrotCraft/client/mods/sound-physics-remastered.pw.toml +++ b/TrotCraft/client/mods/sound-physics-remastered.pw.toml @@ -1,13 +1,13 @@ name = "Sound Physics Remastered" -filename = "sound-physics-remastered-fabric-1.20.4-1.4.2.jar" +filename = "sound-physics-remastered-fabric-1.21.1-1.4.6.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/v82u5BX1/sound-physics-remastered-fabric-1.20.4-1.4.2.jar" +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/wP25tEBe/sound-physics-remastered-fabric-1.21.1-1.4.6.jar" hash-format = "sha1" -hash = "9d6416789e74e5b18362d4af975ff83754404f13" +hash = "e3346400643f2ea17cef2fbb8532dcb8d781a626" [update] [update.modrinth] mod-id = "qyVF9oeo" -version = "v82u5BX1" +version = "wP25tEBe" diff --git a/TrotCraft/client/mods/tool-stats.pw.toml b/TrotCraft/client/mods/tool-stats.pw.toml deleted file mode 100644 index 6c6343f..0000000 --- a/TrotCraft/client/mods/tool-stats.pw.toml +++ /dev/null @@ -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" diff --git a/TrotCraft/client/mods/visuality.pw.toml b/TrotCraft/client/mods/visuality.pw.toml index 33bc62d..c7f80df 100644 --- a/TrotCraft/client/mods/visuality.pw.toml +++ b/TrotCraft/client/mods/visuality.pw.toml @@ -1,13 +1,13 @@ name = "Visuality" -filename = "visuality-0.7.4+1.20.4.jar" +filename = "visuality-0.7.7+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/rI0hvYcd/versions/pG2APhxP/visuality-0.7.4%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/rI0hvYcd/versions/dhKbgdIb/visuality-0.7.7%2B1.21.jar" hash-format = "sha1" -hash = "cea92ec59dfbff028eef7e49dcc7e5c1114adc88" +hash = "8d239710c1c1983d780ad04686c3c3d0d1b1585e" [update] [update.modrinth] mod-id = "rI0hvYcd" -version = "pG2APhxP" +version = "dhKbgdIb" diff --git a/TrotCraft/client/mods/vivecraft.pw.toml b/TrotCraft/client/mods/vivecraft.pw.toml new file mode 100644 index 0000000..c1624c6 --- /dev/null +++ b/TrotCraft/client/mods/vivecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Vivecraft" +filename = "vivecraft-1.21-1.1.12-b5-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/wGoQDPN5/versions/9eyivqUX/vivecraft-1.21-1.1.12-b5-fabric.jar" +hash-format = "sha1" +hash = "9158d3b8ff1c7d043313cb8d4a87d494850a5734" + +[update] +[update.modrinth] +mod-id = "wGoQDPN5" +version = "9eyivqUX" diff --git a/TrotCraft/client/mods/xaeros-minimap.pw.toml b/TrotCraft/client/mods/xaeros-minimap.pw.toml index 3bca8a5..fb1951f 100644 --- a/TrotCraft/client/mods/xaeros-minimap.pw.toml +++ b/TrotCraft/client/mods/xaeros-minimap.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's Minimap" -filename = "Xaeros_Minimap_24.2.0_Fabric_1.20.4.jar" +filename = "Xaeros_Minimap_24.5.0_Fabric_1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/1bokaNcj/versions/ebLQ6HBv/Xaeros_Minimap_24.2.0_Fabric_1.20.4.jar" +url = "https://cdn.modrinth.com/data/1bokaNcj/versions/ronrQ1g2/Xaeros_Minimap_24.5.0_Fabric_1.21.jar" hash-format = "sha1" -hash = "ade5c8d458e94d6a194b29c5095846b5d28e3731" +hash = "7d5bee294564439f73de921c39e1f0feb43cb514" [update] [update.modrinth] mod-id = "1bokaNcj" -version = "ebLQ6HBv" +version = "ronrQ1g2" diff --git a/TrotCraft/client/mods/xaeros-world-map.pw.toml b/TrotCraft/client/mods/xaeros-world-map.pw.toml index 0f6c45f..2c2d4d9 100644 --- a/TrotCraft/client/mods/xaeros-world-map.pw.toml +++ b/TrotCraft/client/mods/xaeros-world-map.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's World Map" -filename = "XaerosWorldMap_1.38.8_Fabric_1.20.4.jar" +filename = "XaerosWorldMap_1.39.0_Fabric_1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NcUtCpym/versions/jEhoJmNF/XaerosWorldMap_1.38.8_Fabric_1.20.4.jar" +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/373K4YJh/XaerosWorldMap_1.39.0_Fabric_1.21.jar" hash-format = "sha1" -hash = "4a60d202f07292ecfcd3b6c212d9e126be7b902c" +hash = "d106e7d0d667691b75f309edcfa1d773c166c6e4" [update] [update.modrinth] mod-id = "NcUtCpym" -version = "jEhoJmNF" +version = "373K4YJh" diff --git a/TrotCraft/client/mods/yacl.pw.toml b/TrotCraft/client/mods/yacl.pw.toml index c29db4c..7a213e5 100644 --- a/TrotCraft/client/mods/yacl.pw.toml +++ b/TrotCraft/client/mods/yacl.pw.toml @@ -1,13 +1,13 @@ name = "YetAnotherConfigLib" -filename = "YetAnotherConfigLib-3.5.0+1.20.4-fabric.jar" +filename = "YetAnotherConfigLib-3.5.0+1.21-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/Jl7pSXPu/YetAnotherConfigLib-3.5.0%2B1.20.4-fabric.jar" +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/Y8Wa10Re/YetAnotherConfigLib-3.5.0%2B1.21-fabric.jar" hash-format = "sha1" -hash = "a01618046b677320eb563340b2732a4879e70d24" +hash = "c58dab87a7b62d0b3812c97fa69381ae041a1439" [update] [update.modrinth] mod-id = "1eAoo2KR" -version = "Jl7pSXPu" +version = "Y8Wa10Re" diff --git a/TrotCraft/client/mods/zoomify.pw.toml b/TrotCraft/client/mods/zoomify.pw.toml index 2d2c54a..5890f34 100644 --- a/TrotCraft/client/mods/zoomify.pw.toml +++ b/TrotCraft/client/mods/zoomify.pw.toml @@ -1,13 +1,13 @@ name = "Zoomify" -filename = "Zoomify-2.14.0+1.20.4.jar" +filename = "Zoomify-2.14.0+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/hzEfkIGF/Zoomify-2.14.0%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/vg7GaKbh/Zoomify-2.14.0%2B1.21.jar" hash-format = "sha1" -hash = "962a86ae17d17db28046f3daf1a91fa7e5747626" +hash = "7adcde4ce0861c6b573bc86615a19ccf17bec255" [update] [update.modrinth] mod-id = "w7ThoJFB" -version = "hzEfkIGF" +version = "vg7GaKbh" diff --git a/TrotCraft/client/pack.toml b/TrotCraft/client/pack.toml index 69b66b1..459e533 100644 --- a/TrotCraft/client/pack.toml +++ b/TrotCraft/client/pack.toml @@ -1,6 +1,6 @@ name = "TrotCraft" author = "Terra" -version = "1.2.0" +version = "2.0.0" pack-format = "packwiz:1.1.0" [index] @@ -8,8 +8,9 @@ file = "index.toml" hash-format = "sha256" [versions] -fabric = "0.15.11" -minecraft = "1.20.4" +fabric = "0.16.7" +minecraft = "1.21.1" [options] +acceptable-game-versions = ["1.21"] no-internal-hashes = true diff --git a/TrotCraft/client/resourcepacks/chat-reporting-helper.pw.toml b/TrotCraft/client/resourcepacks/chat-reporting-helper.pw.toml index f85b197..ec882d2 100644 --- a/TrotCraft/client/resourcepacks/chat-reporting-helper.pw.toml +++ b/TrotCraft/client/resourcepacks/chat-reporting-helper.pw.toml @@ -3,11 +3,11 @@ filename = "Chat Reporting Helper.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/ZoKnhKiU/Chat%20Reporting%20Helper.zip" +url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/1IyP82KW/Chat%20Reporting%20Helper.zip" hash-format = "sha1" -hash = "508069909d158716212cc11211ab88077412dcce" +hash = "719187472226f18926e215a078c1e97109ec2493" [update] [update.modrinth] mod-id = "tN4E9NfV" -version = "ZoKnhKiU" +version = "1IyP82KW" diff --git a/TrotCraft/client/resourcepacks/translations-for-sodium.pw.toml b/TrotCraft/client/resourcepacks/translations-for-sodium.pw.toml index 29a65eb..5e81776 100644 --- a/TrotCraft/client/resourcepacks/translations-for-sodium.pw.toml +++ b/TrotCraft/client/resourcepacks/translations-for-sodium.pw.toml @@ -3,11 +3,11 @@ filename = "SodiumTranslations.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/yfDziwn1/versions/LaeGTuuo/SodiumTranslations.zip" +url = "https://cdn.modrinth.com/data/yfDziwn1/versions/jSZSOlid/SodiumTranslations.zip" hash-format = "sha1" -hash = "07719946d3ce60f622c7dc5b615985a1769ec4d1" +hash = "eaae56bb75db00956974624af8f7d615de0d1612" [update] [update.modrinth] mod-id = "yfDziwn1" -version = "LaeGTuuo" +version = "jSZSOlid" diff --git a/TrotCraft/client/shaderpacks/bsl-shaders.pw.toml b/TrotCraft/client/shaderpacks/bsl-shaders.pw.toml index be0d3a5..741ad0b 100644 --- a/TrotCraft/client/shaderpacks/bsl-shaders.pw.toml +++ b/TrotCraft/client/shaderpacks/bsl-shaders.pw.toml @@ -1,13 +1,13 @@ name = "BSL Shaders" -filename = "BSL_v8.2.09.zip" +filename = "BSLOriginal_v8.3.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/c6RfHyKW/BSL_v8.2.09.zip" +url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/WngcIzt8/BSLOriginal_v8.3.zip" hash-format = "sha1" -hash = "cd92bf706a1347a2d2943b14391ffbe1233415bc" +hash = "f30ed3fde3b8d7f303fe8caab0a21730de9e2d8c" [update] [update.modrinth] mod-id = "Q1vvjJYV" -version = "c6RfHyKW" +version = "WngcIzt8" diff --git a/TrotCraft/client/shaderpacks/complementary-reimagined.pw.toml b/TrotCraft/client/shaderpacks/complementary-reimagined.pw.toml index 9245352..3e70df5 100644 --- a/TrotCraft/client/shaderpacks/complementary-reimagined.pw.toml +++ b/TrotCraft/client/shaderpacks/complementary-reimagined.pw.toml @@ -1,13 +1,13 @@ name = "Complementary Shaders - Reimagined" -filename = "ComplementaryReimagined_r5.2.1.zip" +filename = "ComplementaryReimagined_r5.3.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/6lz4f6iK/ComplementaryReimagined_r5.2.1.zip" +url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/71Hn3myZ/ComplementaryReimagined_r5.3.zip" hash-format = "sha1" -hash = "4ab8734a50018b58ecb1ac75042639f25094cf26" +hash = "4dfb4278bdca478cb0a8c185ff8a3d2d1c646c86" [update] [update.modrinth] mod-id = "HVnmMxH1" -version = "6lz4f6iK" +version = "71Hn3myZ" diff --git a/TrotCraft/client/shaderpacks/complementary-unbound.pw.toml b/TrotCraft/client/shaderpacks/complementary-unbound.pw.toml index d32b0d7..9afb1f6 100644 --- a/TrotCraft/client/shaderpacks/complementary-unbound.pw.toml +++ b/TrotCraft/client/shaderpacks/complementary-unbound.pw.toml @@ -1,13 +1,13 @@ name = "Complementary Shaders - Unbound" -filename = "ComplementaryUnbound_r5.2.1.zip" +filename = "ComplementaryUnbound_r5.3.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/qWTl3wic/ComplementaryUnbound_r5.2.1.zip" +url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/CVu3AGAd/ComplementaryUnbound_r5.3.zip" hash-format = "sha1" -hash = "ba698efd157df6dcd90164f4be8717d214989408" +hash = "9474a8bc55e4f37786568ae532e4336aab72ba42" [update] [update.modrinth] mod-id = "R6NEzAwj" -version = "qWTl3wic" +version = "CVu3AGAd" diff --git a/TrotCraft/client/shaderpacks/ls-renderpearl.pw.toml b/TrotCraft/client/shaderpacks/ls-renderpearl.pw.toml index edbc90f..f3348bc 100644 --- a/TrotCraft/client/shaderpacks/ls-renderpearl.pw.toml +++ b/TrotCraft/client/shaderpacks/ls-renderpearl.pw.toml @@ -1,13 +1,13 @@ name = "LS RenderPearl" -filename = "LS RenderPearl v1.10.zip" +filename = "RenderPearl v2.1.2.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/BrRak9pu/versions/BtjN9A3V/LS%20RenderPearl%20v1.10.zip" +url = "https://cdn.modrinth.com/data/BrRak9pu/versions/SvVwXQ8A/RenderPearl%20v2.1.2.zip" hash-format = "sha1" -hash = "86aeaeebfd7073242a7667c595b8b7b139ad4a42" +hash = "dda610bf915aba259fb2a511660e72b13f173c96" [update] [update.modrinth] mod-id = "BrRak9pu" -version = "BtjN9A3V" +version = "SvVwXQ8A" diff --git a/TrotCraft/client/shaderpacks/rethinking-voxels.pw.toml b/TrotCraft/client/shaderpacks/rethinking-voxels.pw.toml index 1407922..5b8fa4f 100644 --- a/TrotCraft/client/shaderpacks/rethinking-voxels.pw.toml +++ b/TrotCraft/client/shaderpacks/rethinking-voxels.pw.toml @@ -1,13 +1,13 @@ name = "Rethinking Voxels" -filename = "rethinking-voxels_r0.1-beta4-fix2.zip" +filename = "rethinking-voxels_r0.1-beta5.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/is3rS8JL/rethinking-voxels_r0.1-beta4-fix2.zip" +url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/nZpwS5Nf/rethinking-voxels_r0.1-beta5.zip" hash-format = "sha1" -hash = "209ffc56ab73d1fce3b99ff57768ddb2bae01c07" +hash = "130a3c6e1402cb37cf17fb883cd3418ab3dce5e0" [update] [update.modrinth] mod-id = "kmwfVOoi" -version = "is3rS8JL" +version = "nZpwS5Nf" diff --git a/TrotCraft/client/shaderpacks/shrimple.pw.toml b/TrotCraft/client/shaderpacks/shrimple.pw.toml deleted file mode 100644 index f68be0d..0000000 --- a/TrotCraft/client/shaderpacks/shrimple.pw.toml +++ /dev/null @@ -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" diff --git a/TrotCraft/client/shaderpacks/solas-shader.pw.toml b/TrotCraft/client/shaderpacks/solas-shader.pw.toml index 628e339..c635a06 100644 --- a/TrotCraft/client/shaderpacks/solas-shader.pw.toml +++ b/TrotCraft/client/shaderpacks/solas-shader.pw.toml @@ -1,13 +1,13 @@ name = "Solas Shader" -filename = "Solas Shader V2.0.zip" +filename = "Solas Shader V2.3.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/EpQFjzrQ/versions/3mGi0Tm7/Solas%20Shader%20V2.0.zip" +url = "https://cdn.modrinth.com/data/EpQFjzrQ/versions/i8WkGfmH/Solas%20Shader%20V2.3.zip" hash-format = "sha1" -hash = "7a08f0ada803098a24f4ddac47c1adfbc2072d5c" +hash = "0382005c6dd75dadc2a6b6f1d6fe07d2af5b0239" [update] [update.modrinth] mod-id = "EpQFjzrQ" -version = "3mGi0Tm7" +version = "i8WkGfmH" diff --git a/TrotCraft/client/shaderpacks/super-duper-vanilla.pw.toml b/TrotCraft/client/shaderpacks/super-duper-vanilla.pw.toml index 9f434ad..7840aff 100644 --- a/TrotCraft/client/shaderpacks/super-duper-vanilla.pw.toml +++ b/TrotCraft/client/shaderpacks/super-duper-vanilla.pw.toml @@ -3,11 +3,11 @@ filename = "superDuperVanilla.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/LMIZZNxZ/versions/By3oTltx/superDuperVanilla.zip" +url = "https://cdn.modrinth.com/data/LMIZZNxZ/versions/CZI2Ls4S/superDuperVanilla.zip" hash-format = "sha1" -hash = "7fef3607c5c12f642b2d683af6e35032d393608a" +hash = "90e037292e10c40c6e6491a5b638ee5827c9e176" [update] [update.modrinth] mod-id = "LMIZZNxZ" -version = "By3oTltx" +version = "CZI2Ls4S" diff --git a/TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-PRIDE.png b/TrotCraft/server/config/MiniMOTD/icons/TwitchTrot_group_logo-PRIDE.png similarity index 100% rename from TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-PRIDE.png rename to TrotCraft/server/config/MiniMOTD/icons/TwitchTrot_group_logo-PRIDE.png diff --git a/TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-0.png b/TrotCraft/server/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-0.png similarity index 100% rename from TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-0.png rename to TrotCraft/server/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-0.png diff --git a/TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-1.png b/TrotCraft/server/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-1.png similarity index 100% rename from TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-1.png rename to TrotCraft/server/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-1.png diff --git a/TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-2.png b/TrotCraft/server/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-2.png similarity index 100% rename from TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-2.png rename to TrotCraft/server/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-2.png diff --git a/TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-4.png b/TrotCraft/server/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-4.png similarity index 100% rename from TrotCraft/server/config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-4.png rename to TrotCraft/server/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-4.png diff --git a/TrotCraft/server/config/yosbr/config/MiniMOTD/main.conf b/TrotCraft/server/config/MiniMOTD/main.conf similarity index 100% rename from TrotCraft/server/config/yosbr/config/MiniMOTD/main.conf rename to TrotCraft/server/config/MiniMOTD/main.conf diff --git a/TrotCraft/server/config/yosbr/config/betterdungeons-fabric-1_20_4.toml b/TrotCraft/server/config/betterdungeons-fabric-1_20_4.toml similarity index 100% rename from TrotCraft/server/config/yosbr/config/betterdungeons-fabric-1_20_4.toml rename to TrotCraft/server/config/betterdungeons-fabric-1_20_4.toml diff --git a/TrotCraft/server/config/yosbr/config/bigpony.json b/TrotCraft/server/config/bigpony.json similarity index 100% rename from TrotCraft/server/config/yosbr/config/bigpony.json rename to TrotCraft/server/config/bigpony.json diff --git a/TrotCraft/server/config/yosbr/config/modmenu.json b/TrotCraft/server/config/modmenu.json similarity index 100% rename from TrotCraft/server/config/yosbr/config/modmenu.json rename to TrotCraft/server/config/modmenu.json diff --git a/TrotCraft/server/config/yosbr/config/servercore/config.yml b/TrotCraft/server/config/servercore/config.yml similarity index 100% rename from TrotCraft/server/config/yosbr/config/servercore/config.yml rename to TrotCraft/server/config/servercore/config.yml diff --git a/TrotCraft/server/config/yosbr/config/servercore/optimizations.yml b/TrotCraft/server/config/servercore/optimizations.yml similarity index 100% rename from TrotCraft/server/config/yosbr/config/servercore/optimizations.yml rename to TrotCraft/server/config/servercore/optimizations.yml diff --git a/TrotCraft/server/config/yosbr/config/styled-chat.json b/TrotCraft/server/config/styled-chat.json similarity index 100% rename from TrotCraft/server/config/yosbr/config/styled-chat.json rename to TrotCraft/server/config/styled-chat.json diff --git a/TrotCraft/server/config/yosbr/config/styled-nicknames.json b/TrotCraft/server/config/styled-nicknames.json similarity index 100% rename from TrotCraft/server/config/yosbr/config/styled-nicknames.json rename to TrotCraft/server/config/styled-nicknames.json diff --git a/TrotCraft/server/config/yosbr/config/styledplayerlist/config.json b/TrotCraft/server/config/styledplayerlist/config.json similarity index 100% rename from TrotCraft/server/config/yosbr/config/styledplayerlist/config.json rename to TrotCraft/server/config/styledplayerlist/config.json diff --git a/TrotCraft/server/config/yosbr/config/styledplayerlist/styles/animated.json b/TrotCraft/server/config/styledplayerlist/styles/animated.json similarity index 100% rename from TrotCraft/server/config/yosbr/config/styledplayerlist/styles/animated.json rename to TrotCraft/server/config/styledplayerlist/styles/animated.json diff --git a/TrotCraft/server/config/yosbr/config/styledplayerlist/styles/default.json b/TrotCraft/server/config/styledplayerlist/styles/default.json similarity index 100% rename from TrotCraft/server/config/yosbr/config/styledplayerlist/styles/default.json rename to TrotCraft/server/config/styledplayerlist/styles/default.json diff --git a/TrotCraft/server/config/yosbr/config/universal-graves/config.json b/TrotCraft/server/config/universal-graves/config.json similarity index 100% rename from TrotCraft/server/config/yosbr/config/universal-graves/config.json rename to TrotCraft/server/config/universal-graves/config.json diff --git a/TrotCraft/server/config/yosbr/config/vcinteraction/vcinteraction.properties b/TrotCraft/server/config/vcinteraction/vcinteraction.properties similarity index 100% rename from TrotCraft/server/config/yosbr/config/vcinteraction/vcinteraction.properties rename to TrotCraft/server/config/vcinteraction/vcinteraction.properties