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 bac92e6..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 @@ -304,14 +286,26 @@ metafile = true file = "mods/no-chat-reports.pw.toml" metafile = true +[[files]] +file = "mods/notica.pw.toml" +metafile = true + [[files]] 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 @@ -352,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]] @@ -432,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 d377fce..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.10.32-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/Hl6rexqr/chat_heads-0.10.32-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 = "9ce615a8ee483dc0cf8be32061ff100c6f94df7e" +hash = "43ea5f26d1c3af1cb3b31ae42b326a9c7d8d5d4c" [update] [update.modrinth] mod-id = "Wb5oqrBJ" -version = "Hl6rexqr" +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 a493809..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.4+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/JXhQlDZl/continuity-3.0.0-beta.4%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 = "f9eaa5fc75d2747dbe14818dfde04eaf7152ae3c" +hash = "16d31a39e85dc10cdff4e06198a1bb26b4b82427" [update] [update.modrinth] mod-id = "1IjD5062" -version = "JXhQlDZl" +version = "NksUpFjf" diff --git a/TrotCraft/client/mods/controlify.pw.toml b/TrotCraft/client/mods/controlify.pw.toml deleted file mode 100644 index ab295bb..0000000 --- a/TrotCraft/client/mods/controlify.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Controlify" -filename = "Controlify-2.0.0-beta.8+1.20.4.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/Q5nQC6JX/Controlify-2.0.0-beta.8%2B1.20.4.jar" -hash-format = "sha1" -hash = "852934980d899cfdd2e8ef6a5d8fb3991fb073f7" - -[update] -[update.modrinth] -mod-id = "DOUdJVEm" -version = "Q5nQC6JX" diff --git a/TrotCraft/client/mods/cubes-without-borders.pw.toml b/TrotCraft/client/mods/cubes-without-borders.pw.toml index 41a5bf4..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-1.1.0+1.20.jar" +filename = "cubes-without-borders-2.1.1+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/IQtaUFAv/cubes-without-borders-1.1.0%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 = "e54a2c4b4817efb93a2ce7cb78bf8a2d1136b6cd" +hash = "bb6fbf6a7ae382daeea2979d4471c0acdeab1860" [update] [update.modrinth] mod-id = "ETlrkaYF" -version = "IQtaUFAv" +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 dc50547..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.4.3+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/48hFxWw7/dynamic-fps-3.4.3%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 = "30b60a63c1dc1688f16ac3a8ef97d76b71397d97" +hash = "257b3f7de416ca8594bdea42a26c28cbc118b841" [update] [update.modrinth] mod-id = "LQ3K71Q1" -version = "48hFxWw7" +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 5d0d5c9..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.3.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/yYRr8YuJ/EnchantmentDescriptions-Fabric-1.20.4-20.0.3.jar" -hash-format = "sha1" -hash = "05e48a205e766c729030e12ef44fa7eb252e8b20" - -[update] -[update.modrinth] -mod-id = "UVtY3ZAC" -version = "yYRr8YuJ" 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 e99bfb4..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.4-mc1.20.4.jar" +filename = "entityculling-fabric-1.7.0-mc1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/7JR5qJ8f/entityculling-fabric-1.6.4-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 = "ee3804cc07063cc5f67a3c9ed79bd8f2fbefab44" +hash = "ef4acec15876eafba8ce1618d2c2a6b3de27e58f" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "7JR5qJ8f" +version = "kPbJu8eF" diff --git a/TrotCraft/client/mods/entitytexturefeatures.pw.toml b/TrotCraft/client/mods/entitytexturefeatures.pw.toml index 1ce1643..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.0.1.jar" +filename = "entity_texture_features_fabric_1.21-6.2.5.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/5a6694zO/entity_texture_features_fabric_1.20.4-6.0.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 = "3d4a9462cc2d76bcde4042a83f708efe20b5d567" +hash = "a23175e7262ff0a089b13cd2cbad99e315e4cfa6" [update] [update.modrinth] mod-id = "BVzZfTc1" -version = "5a6694zO" +version = "qQQ5ffvS" diff --git a/TrotCraft/client/mods/fabric-api.pw.toml b/TrotCraft/client/mods/fabric-api.pw.toml index dccd01f..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.0+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/xklQBMta/fabric-api-0.97.0%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 = "006fcd4bd735279a7a9ad496578a0f4fda194918" +hash = "09b6399db5f09a79b0ac5b7ecbbba2e3189b190a" [update] [update.modrinth] mod-id = "P7dR8mSH" -version = "xklQBMta" +version = "WTaAx4ah" diff --git a/TrotCraft/client/mods/fabric-language-kotlin.pw.toml b/TrotCraft/client/mods/fabric-language-kotlin.pw.toml index c49d57b..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.10.20+kotlin.1.9.24.jar" +filename = "fabric-language-kotlin-1.12.3+kotlin.2.0.21.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/a7MqDLdC/fabric-language-kotlin-1.10.20%2Bkotlin.1.9.24.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 = "8a7e6a0cf1f31c0d2a819819ba78a0609e1577f9" +hash = "54cd3900a904b81bd24c4a35b6577a2ac197b51a" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "a7MqDLdC" +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 37f016d..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.14+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/8eoEPo8E/ImmediatelyFast-Fabric-1.2.14%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 = "c9a1458c46ef4b61498d68722133c7fb7a818cde" +hash = "46c17639a7c0bfec1f9fb4aae53f9163994a3a4e" [update] [update.modrinth] mod-id = "5ZwdcRci" -version = "8eoEPo8E" +version = "ahszC7KU" diff --git a/TrotCraft/client/mods/indium.pw.toml b/TrotCraft/client/mods/indium.pw.toml deleted file mode 100644 index dfdd708..0000000 --- a/TrotCraft/client/mods/indium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Indium" -filename = "indium-1.0.30+mc1.20.4.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/Aouse6P7/indium-1.0.30%2Bmc1.20.4.jar" -hash-format = "sha1" -hash = "b24233f29c0ce4802c61ea8998e01e6e4580ae60" - -[update] -[update.modrinth] -mod-id = "Orvt0mRa" -version = "Aouse6P7" diff --git a/TrotCraft/client/mods/iris.pw.toml b/TrotCraft/client/mods/iris.pw.toml index f4566c9..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.0+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/45ETshvT/iris-1.7.0%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 = "e6807ee92fee59352b8f0fe4419e0dbb772e2d90" +hash = "6481f2b12ec0d4040424b5f78d4b56faaf862ad5" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "45ETshvT" +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 8fe4325..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.5.10+1.20.3.jar" +filename = "language-reload-1.6.1+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/SSvudGpI/language-reload-1.5.10%2B1.20.3.jar" +url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/fpDBBXvT/language-reload-1.6.1%2B1.21.jar" hash-format = "sha1" -hash = "65ca8e5379306733f90e76d497d0f34597ca61e7" +hash = "c7988fea2a258a5afdfa193615d3b5261c1e58bb" [update] [update.modrinth] mod-id = "uLbm7CG6" -version = "SSvudGpI" +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 26e127f..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-beta.2.jar" +filename = "modmenu-11.0.3.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/ybV7vGT5/modmenu-9.2.0-beta.2.jar" +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/YIfqIJ8q/modmenu-11.0.3.jar" hash-format = "sha1" -hash = "ae50f27e17e1c6b9da1293c391729f4bd5e63f65" +hash = "6213120772192040a0aeb5c7cfe330c068605b1f" [update] [update.modrinth] mod-id = "mOgUt4GM" -version = "ybV7vGT5" +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 new file mode 100644 index 0000000..db7d452 --- /dev/null +++ b/TrotCraft/client/mods/notica.pw.toml @@ -0,0 +1,13 @@ +name = "Notica" +filename = "notica-1.2.0+1.21.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/1y46lDNS/versions/6Yk9GKKi/notica-1.2.0%2B1.21.jar" +hash-format = "sha1" +hash = "305fdeb24b785227a4f95b0db0df0149d37f691c" + +[update] +[update.modrinth] +mod-id = "1y46lDNS" +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 4f308b0..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.7-fabric.jar" +filename = "polytone-1.21-2.4.22-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/tfSAWwie/polytone-1.20.4-1.18.7-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/N19bVZkM/polytone-1.21-2.4.22-fabric.jar" hash-format = "sha1" -hash = "ff4ecdc1a382850a7b6ac9aed5b32a870dc9e091" +hash = "e0ff1a21a6b5d82b566654166a0e6ae54eb60460" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "tfSAWwie" +version = "N19bVZkM" diff --git a/TrotCraft/client/mods/presence-footsteps.pw.toml b/TrotCraft/client/mods/presence-footsteps.pw.toml index 79e8544..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.11.3.jar" +filename = "PresenceFootsteps-1.10.0+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/hHJWBGur/PresenceFootsteps-1.11.3.jar" +url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/4CjXUG8M/PresenceFootsteps-1.10.0%2B1.21.jar" hash-format = "sha1" -hash = "8b8170219a5c6e376e32f03179f94f583dd226f6" +hash = "bb166be2790dbcd57427534c8fed18c305d2fd6b" [update] [update.modrinth] mod-id = "rcTfTZr3" -version = "hHJWBGur" +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 131cb82..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.1.2.jar" +filename = "reacharound+1.21-1.3.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/r3VgI4QN/versions/uk6tRHW7/reacharound%2B1.20-1.1.2.jar" +url = "https://cdn.modrinth.com/data/r3VgI4QN/versions/R35XZKUZ/reacharound%2B1.21-1.3.0.jar" hash-format = "sha1" -hash = "31406fd3d8d2eb0424c3c84fa0cec186445e6438" +hash = "2cadf3d65cda2a2ced53ae025b48f9eeac8f7400" [update] [update.modrinth] mod-id = "r3VgI4QN" -version = "uk6tRHW7" +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 35a719d..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.0.8+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/R23hymvz/shulkerboxtooltip-fabric-4.0.8%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 = "170972b46c2758567f2d3beb93a72b095bf5cafb" +hash = "7ecf954448da33bcdf6571d57acd0fca3ff616c7" [update] [update.modrinth] mod-id = "2M01OLQq" -version = "R23hymvz" +version = "ZEhGh0Mi" diff --git a/TrotCraft/client/mods/simple-voice-chat.pw.toml b/TrotCraft/client/mods/simple-voice-chat.pw.toml index cef4415..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.14.jar" +filename = "voicechat-fabric-1.21.1-2.5.24.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/dfM3PsPw/voicechat-fabric-1.20.4-2.5.14.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/9IRn71aQ/voicechat-fabric-1.21.1-2.5.24.jar" hash-format = "sha1" -hash = "fffa213b5e5dc2fb8dc1dac3eef0e9e991c5510a" +hash = "c2fde72444ab49a3592997bea3236d9e30cf09fc" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "dfM3PsPw" +version = "9IRn71aQ" diff --git a/TrotCraft/client/mods/sit!.pw.toml b/TrotCraft/client/mods/sit!.pw.toml index 55ee3d1..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.5+1.20.2-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/PQVEDsrw/sit%21-1.1.5%2B1.20.2-1.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 = "0320eb95dd0d8be19877e63781323e9e849a7ccc" +hash = "32ecdd20e102113a093eaf73a23c5edc4201963e" [update] [update.modrinth] mod-id = "EsYqsGV4" -version = "PQVEDsrw" +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 97b5724..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.3.1.jar" +filename = "sound-physics-remastered-fabric-1.21.1-1.4.6.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/th5AIucC/sound-physics-remastered-fabric-1.20.4-1.3.1.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 = "c47fd8ae9737c0495c1456ccd122853425bc1698" +hash = "e3346400643f2ea17cef2fbb8532dcb8d781a626" [update] [update.modrinth] mod-id = "qyVF9oeo" -version = "th5AIucC" +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 175ee97..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.1.1_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/a1aPoO3W/Xaeros_Minimap_24.1.1_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 = "a1945f9b1cf40da18fc107b2940dbccbaeed0112" +hash = "7d5bee294564439f73de921c39e1f0feb43cb514" [update] [update.modrinth] mod-id = "1bokaNcj" -version = "a1aPoO3W" +version = "ronrQ1g2" diff --git a/TrotCraft/client/mods/xaeros-world-map.pw.toml b/TrotCraft/client/mods/xaeros-world-map.pw.toml index 543dead..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.4_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/ciwrnpWQ/XaerosWorldMap_1.38.4_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 = "030eaa1334edaf0b9498410e3f7340cd4529ca89" +hash = "d106e7d0d667691b75f309edcfa1d773c166c6e4" [update] [update.modrinth] mod-id = "NcUtCpym" -version = "ciwrnpWQ" +version = "373K4YJh" diff --git a/TrotCraft/client/mods/yacl.pw.toml b/TrotCraft/client/mods/yacl.pw.toml index 0ceffd8..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.4.2+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/EkAJiIZH/YetAnotherConfigLib-3.4.2%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 = "a67986e7683bb6e5e71c55911b1badbb6d0d7c4c" +hash = "c58dab87a7b62d0b3812c97fa69381ae041a1439" [update] [update.modrinth] mod-id = "1eAoo2KR" -version = "EkAJiIZH" +version = "Y8Wa10Re" diff --git a/TrotCraft/client/mods/zoomify.pw.toml b/TrotCraft/client/mods/zoomify.pw.toml index 52c973b..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.13.4+1.20.4.jar" +filename = "Zoomify-2.14.0+1.21.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/VfWNmPC4/Zoomify-2.13.4%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/vg7GaKbh/Zoomify-2.14.0%2B1.21.jar" hash-format = "sha1" -hash = "4d01964df2daf172778585b1eaef8d62ff3cf9d3" +hash = "7adcde4ce0861c6b573bc86615a19ccf17bec255" [update] [update.modrinth] mod-id = "w7ThoJFB" -version = "VfWNmPC4" +version = "vg7GaKbh" diff --git a/TrotCraft/client/pack.toml b/TrotCraft/client/pack.toml index c09f645..459e533 100644 --- a/TrotCraft/client/pack.toml +++ b/TrotCraft/client/pack.toml @@ -1,6 +1,6 @@ name = "TrotCraft" author = "Terra" -version = "1.1.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 83f73da..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/SkWcZo5g/Chat%20Reporting%20Helper.zip" +url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/1IyP82KW/Chat%20Reporting%20Helper.zip" hash-format = "sha1" -hash = "e2a6fa251992d2e6293131ee0ef5a3ef01bf021d" +hash = "719187472226f18926e215a078c1e97109ec2493" [update] [update.modrinth] mod-id = "tN4E9NfV" -version = "SkWcZo5g" +version = "1IyP82KW" diff --git a/TrotCraft/client/resourcepacks/fast-better-grass.pw.toml b/TrotCraft/client/resourcepacks/fast-better-grass.pw.toml index df9647e..493293e 100644 --- a/TrotCraft/client/resourcepacks/fast-better-grass.pw.toml +++ b/TrotCraft/client/resourcepacks/fast-better-grass.pw.toml @@ -3,11 +3,11 @@ filename = "Fast Better Grass.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/dspVZXKP/versions/iFt9Q3yb/Fast%20Better%20Grass.zip" +url = "https://cdn.modrinth.com/data/dspVZXKP/versions/1lpmCieT/Fast%20Better%20Grass.zip" hash-format = "sha1" -hash = "5ccd58d368c6ffe41a3290152afeb1b7efab9b53" +hash = "cf15d3a580db704fae9033003b6573ed68d3a834" [update] [update.modrinth] mod-id = "dspVZXKP" -version = "iFt9Q3yb" +version = "1lpmCieT" diff --git a/TrotCraft/client/resourcepacks/sparkles.pw.toml b/TrotCraft/client/resourcepacks/sparkles.pw.toml index f290bd6..83a3742 100644 --- a/TrotCraft/client/resourcepacks/sparkles.pw.toml +++ b/TrotCraft/client/resourcepacks/sparkles.pw.toml @@ -1,13 +1,13 @@ name = "Sparkles: Stardust Labs Resourcepack" -filename = "Sparkles_1.20.4_v1.0.5.zip" +filename = "Sparkles_1.21_v1.0.7.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/HfNmMQ9E/versions/DoalfjbG/Sparkles_1.20.4_v1.0.5.zip" +url = "https://cdn.modrinth.com/data/HfNmMQ9E/versions/Yp0fTIUo/Sparkles_1.21_v1.0.7.zip" hash-format = "sha1" -hash = "eea1f6ea59e88dcadda1b9c3742e4fd1691b3267" +hash = "85c08f61681c1c1190778f2968dbd23c5767f26b" [update] [update.modrinth] mod-id = "HfNmMQ9E" -version = "DoalfjbG" +version = "Yp0fTIUo" diff --git a/TrotCraft/client/resourcepacks/translations-for-sodium.pw.toml b/TrotCraft/client/resourcepacks/translations-for-sodium.pw.toml index 1817b62..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/PhdQqp9M/SodiumTranslations.zip" +url = "https://cdn.modrinth.com/data/yfDziwn1/versions/jSZSOlid/SodiumTranslations.zip" hash-format = "sha1" -hash = "701a36839b1897bfb1728d62d34adab49b73e4ef" +hash = "eaae56bb75db00956974624af8f7d615de0d1612" [update] [update.modrinth] mod-id = "yfDziwn1" -version = "PhdQqp9M" +version = "jSZSOlid" diff --git a/TrotCraft/client/shaderpacks/bsl-shaders.pw.toml b/TrotCraft/client/shaderpacks/bsl-shaders.pw.toml index 9ebe9dc..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.09p1.zip" +filename = "BSLOriginal_v8.3.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/LZYlIdvV/BSL_v8.2.09p1.zip" +url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/WngcIzt8/BSLOriginal_v8.3.zip" hash-format = "sha1" -hash = "0e906a6591e739a15d1708a0ffca22c26e08b30c" +hash = "f30ed3fde3b8d7f303fe8caab0a21730de9e2d8c" [update] [update.modrinth] mod-id = "Q1vvjJYV" -version = "LZYlIdvV" +version = "WngcIzt8" diff --git a/TrotCraft/client/shaderpacks/complementary-reimagined.pw.toml b/TrotCraft/client/shaderpacks/complementary-reimagined.pw.toml index 802a232..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.1.1.zip" +filename = "ComplementaryReimagined_r5.3.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/D5fox3fg/ComplementaryReimagined_r5.1.1.zip" +url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/71Hn3myZ/ComplementaryReimagined_r5.3.zip" hash-format = "sha1" -hash = "8738d99d8a78b7e7ea71b5c15a3432bc04eba715" +hash = "4dfb4278bdca478cb0a8c185ff8a3d2d1c646c86" [update] [update.modrinth] mod-id = "HVnmMxH1" -version = "D5fox3fg" +version = "71Hn3myZ" diff --git a/TrotCraft/client/shaderpacks/complementary-unbound.pw.toml b/TrotCraft/client/shaderpacks/complementary-unbound.pw.toml index 7f808cb..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.1.1.zip" +filename = "ComplementaryUnbound_r5.3.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/MCqlWur4/ComplementaryUnbound_r5.1.1.zip" +url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/CVu3AGAd/ComplementaryUnbound_r5.3.zip" hash-format = "sha1" -hash = "65c7ef20fef4b5b03aa44afccbfdfdd82574c193" +hash = "9474a8bc55e4f37786568ae532e4336aab72ba42" [update] [update.modrinth] mod-id = "R6NEzAwj" -version = "MCqlWur4" +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 d3c0920..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-beta3-fix1.zip" +filename = "rethinking-voxels_r0.1-beta5.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/i5OG3ddh/rethinking-voxels_r0.1-beta3-fix1.zip" +url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/nZpwS5Nf/rethinking-voxels_r0.1-beta5.zip" hash-format = "sha1" -hash = "d061ec2d424bd7129fbf1ed650b10aa4678a2526" +hash = "130a3c6e1402cb37cf17fb883cd3418ab3dce5e0" [update] [update.modrinth] mod-id = "kmwfVOoi" -version = "i5OG3ddh" +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 5143c15..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 [BETA 0.6b].zip" +filename = "Solas Shader V2.3.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/EpQFjzrQ/versions/AvWzJIv6/Solas%20Shader%20V2.0%20%5BBETA%200.6b%5D.zip" +url = "https://cdn.modrinth.com/data/EpQFjzrQ/versions/i8WkGfmH/Solas%20Shader%20V2.3.zip" hash-format = "sha1" -hash = "e628f6b7064682f8f3a4a06a2ff981a12b81e722" +hash = "0382005c6dd75dadc2a6b6f1d6fe07d2af5b0239" [update] [update.modrinth] mod-id = "EpQFjzrQ" -version = "AvWzJIv6" +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/filehost/Incendium_1.21.x_DIRECT_PORT_v5.4.1.jar b/TrotCraft/filehost/Incendium_1.21.x_DIRECT_PORT_v5.4.1.jar new file mode 100644 index 0000000..4238dad Binary files /dev/null and b/TrotCraft/filehost/Incendium_1.21.x_DIRECT_PORT_v5.4.1.jar differ diff --git a/TrotCraft/filehost/Incendium_1.21_DIRECT_PORT_v5.4.0.jar b/TrotCraft/filehost/Incendium_1.21_DIRECT_PORT_v5.4.0.jar new file mode 100644 index 0000000..5bf5009 Binary files /dev/null and b/TrotCraft/filehost/Incendium_1.21_DIRECT_PORT_v5.4.0.jar differ diff --git a/TrotCraft/filehost/Incendium_1.21_DIRECT_PORT_v5.4.2.jar b/TrotCraft/filehost/Incendium_1.21_DIRECT_PORT_v5.4.2.jar new file mode 100644 index 0000000..713396d Binary files /dev/null and b/TrotCraft/filehost/Incendium_1.21_DIRECT_PORT_v5.4.2.jar differ diff --git a/TrotCraft/filehost/info.txt b/TrotCraft/filehost/info.txt new file mode 100644 index 0000000..aa89b1e --- /dev/null +++ b/TrotCraft/filehost/info.txt @@ -0,0 +1 @@ +this folder is for storing files that I need that are not hosted on modrinth due to situations outside of my controll 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 diff --git a/TrotCraft/server/datapacks/armor statues v2.8.11 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/armor statues v2.8.11 (MC 1.20-1.20.4).zip deleted file mode 100644 index 3968ffb..0000000 Binary files a/TrotCraft/server/datapacks/armor statues v2.8.11 (MC 1.20-1.20.4).zip and /dev/null differ diff --git a/TrotCraft/server/datapacks/armor statues v2.8.13 (MC 1.21.0).zip b/TrotCraft/server/datapacks/armor statues v2.8.13 (MC 1.21.0).zip new file mode 100644 index 0000000..6502058 Binary files /dev/null and b/TrotCraft/server/datapacks/armor statues v2.8.13 (MC 1.21.0).zip differ diff --git a/TrotCraft/server/datapacks/custom nether portals v2.3.11 (MC 1.21.0).zip b/TrotCraft/server/datapacks/custom nether portals v2.3.11 (MC 1.21.0).zip new file mode 100644 index 0000000..7c6e761 Binary files /dev/null and b/TrotCraft/server/datapacks/custom nether portals v2.3.11 (MC 1.21.0).zip differ diff --git a/TrotCraft/server/datapacks/custom nether portals v2.3.9 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/custom nether portals v2.3.9 (MC 1.20-1.20.4).zip deleted file mode 100644 index 163e052..0000000 Binary files a/TrotCraft/server/datapacks/custom nether portals v2.3.9 (MC 1.20-1.20.4).zip and /dev/null differ diff --git a/TrotCraft/server/datapacks/double shulker shells v1.3.6 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/double shulker shells v1.3.8 (MC 1.21.0).zip similarity index 50% rename from TrotCraft/server/datapacks/double shulker shells v1.3.6 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/double shulker shells v1.3.8 (MC 1.21.0).zip index c564388..577f2b2 100644 Binary files a/TrotCraft/server/datapacks/double shulker shells v1.3.6 (MC 1.20-1.20.4).zip and b/TrotCraft/server/datapacks/double shulker shells v1.3.8 (MC 1.21.0).zip differ diff --git a/TrotCraft/server/datapacks/larger phantoms v1.2.7 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/larger phantoms v1.2.7 (MC 1.20-1.20.4).zip deleted file mode 100644 index fe5e5c3..0000000 Binary files a/TrotCraft/server/datapacks/larger phantoms v1.2.7 (MC 1.20-1.20.4).zip and /dev/null differ diff --git a/TrotCraft/server/datapacks/mini blocks v1.0.0 (MC 1.21.0).zip b/TrotCraft/server/datapacks/mini blocks v1.0.0 (MC 1.21.0).zip new file mode 100644 index 0000000..dc77a2f Binary files /dev/null and b/TrotCraft/server/datapacks/mini blocks v1.0.0 (MC 1.21.0).zip differ diff --git a/TrotCraft/server/datapacks/more mob heads v2.12.4 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/more mob heads v2.12.4 (MC 1.20-1.20.4).zip deleted file mode 100644 index 7eea69a..0000000 Binary files a/TrotCraft/server/datapacks/more mob heads v2.12.4 (MC 1.20-1.20.4).zip and /dev/null differ diff --git a/TrotCraft/server/datapacks/more mob heads v2.14.0 (MC 1.21.0).zip b/TrotCraft/server/datapacks/more mob heads v2.14.0 (MC 1.21.0).zip new file mode 100644 index 0000000..31dd5a1 Binary files /dev/null and b/TrotCraft/server/datapacks/more mob heads v2.14.0 (MC 1.21.0).zip differ diff --git a/TrotCraft/server/datapacks/player head drops v1.1.6 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/player head drops v1.1.8 (MC 1.21.0).zip similarity index 55% rename from TrotCraft/server/datapacks/player head drops v1.1.6 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/player head drops v1.1.8 (MC 1.21.0).zip index 8f7f71b..55af074 100644 Binary files a/TrotCraft/server/datapacks/player head drops v1.1.6 (MC 1.20-1.20.4).zip and b/TrotCraft/server/datapacks/player head drops v1.1.8 (MC 1.21.0).zip differ diff --git a/TrotCraft/server/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml index e9873c6..cab64ef 100644 --- a/TrotCraft/server/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml +++ b/TrotCraft/server/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml @@ -1,14 +1,14 @@ name = "Repurposed Structures - Better Desert Temples Compat" -filename = "Repurposed_Structures-Better_Desert_Temples_v8-With_Small_Pyramids.zip" +filename = "Repurposed_Structures-Better_Desert_Temples_v10-With_Small_Pyramids.zip" side = "both" pin = true [download] -url = "https://cdn.modrinth.com/data/mKaYfrOy/versions/Nut3aSY6/Repurposed_Structures-Better_Desert_Temples_v8-With_Small_Pyramids.zip" +url = "https://cdn.modrinth.com/data/mKaYfrOy/versions/v77Lm8wZ/Repurposed_Structures-Better_Desert_Temples_v10-With_Small_Pyramids.zip" hash-format = "sha1" -hash = "b302ec0f63ca1607f962cae0f9459d00ddeb94c0" +hash = "4b139a0cbca59c40a05587c85152c48344d780cd" [update] [update.modrinth] mod-id = "mKaYfrOy" -version = "Nut3aSY6" +version = "v77Lm8wZ" diff --git a/TrotCraft/server/datapacks/repurposed-structures-better-dungeons-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-dungeons-compat.pw.toml index 4005fe9..98757cc 100644 --- a/TrotCraft/server/datapacks/repurposed-structures-better-dungeons-compat.pw.toml +++ b/TrotCraft/server/datapacks/repurposed-structures-better-dungeons-compat.pw.toml @@ -1,14 +1,13 @@ name = "Repurposed Structures - Better Dungeons Compat" -filename = "Repurposed_Structures-Better_Dungeons_v5.zip" +filename = "Repurposed_Structures-Better_Dungeons_v6.zip" side = "both" -pin = true [download] -url = "https://cdn.modrinth.com/data/qUbxpIPN/versions/LruTbLS4/Repurposed_Structures-Better_Dungeons_v5.zip" +url = "https://cdn.modrinth.com/data/qUbxpIPN/versions/FYkLmuKF/Repurposed_Structures-Better_Dungeons_v6.zip" hash-format = "sha1" -hash = "30ac8e799318853e150a1b1c4270ebae65de0083" +hash = "08bc49f3cf43c28fae4e59df2db1653488919cde" [update] [update.modrinth] mod-id = "qUbxpIPN" -version = "LruTbLS4" +version = "FYkLmuKF" diff --git a/TrotCraft/server/datapacks/repurposed-structures-better-jungle-temples.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-jungle-temples.pw.toml index 81a3eb6..93423de 100644 --- a/TrotCraft/server/datapacks/repurposed-structures-better-jungle-temples.pw.toml +++ b/TrotCraft/server/datapacks/repurposed-structures-better-jungle-temples.pw.toml @@ -1,14 +1,13 @@ name = "Repurposed Structures - Better Jungle Temples Compat" -filename = "Repurposed_Structures-Better_Jungle_Temples_v6.zip" +filename = "Repurposed_Structures-Better_Jungle_Temples_v7.zip" side = "both" -pin = true [download] -url = "https://cdn.modrinth.com/data/gAvG8ZeC/versions/iegdS5oG/Repurposed_Structures-Better_Jungle_Temples_v6.zip" +url = "https://cdn.modrinth.com/data/gAvG8ZeC/versions/ZYuHt4dP/Repurposed_Structures-Better_Jungle_Temples_v7.zip" hash-format = "sha1" -hash = "0b8d7d3b18eaa056593f4ecd6776c3e8c25110d4" +hash = "08d9bf1a756f84e70b9b533f0c3d7a0c555412b5" [update] [update.modrinth] mod-id = "gAvG8ZeC" -version = "iegdS5oG" +version = "ZYuHt4dP" diff --git a/TrotCraft/server/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml index 1634006..18aed20 100644 --- a/TrotCraft/server/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml +++ b/TrotCraft/server/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml @@ -1,14 +1,13 @@ name = "Repurposed Structures - Better Nether Fortress Compat" -filename = "Repurposed_Structures-Better_Nether_Fortress_v6.zip" +filename = "Repurposed_Structures-Better_Nether_Fortress_v8.zip" side = "both" -pin = true [download] -url = "https://cdn.modrinth.com/data/7vT7Bwz9/versions/qpGLXNZK/Repurposed_Structures-Better_Nether_Fortress_v6.zip" +url = "https://cdn.modrinth.com/data/7vT7Bwz9/versions/IdqjRs86/Repurposed_Structures-Better_Nether_Fortress_v8.zip" hash-format = "sha1" -hash = "b99f45ecd694b0fb1b8320934111173889453d8b" +hash = "88bd6cfe667168408b8bd76f931beea0c089c6f7" [update] [update.modrinth] mod-id = "7vT7Bwz9" -version = "qpGLXNZK" +version = "IdqjRs86" diff --git a/TrotCraft/server/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml index 94ed09e..77fe636 100644 --- a/TrotCraft/server/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml +++ b/TrotCraft/server/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml @@ -1,14 +1,14 @@ name = "Repurposed Structures - Better Ocean Monuments Compat" -filename = "Repurposed_Structures-Better_Monuments_v6-With_Original_Monuments.zip" +filename = "Repurposed_Structures-Better_Monuments_v7-With_Original_Monuments.zip" side = "both" pin = true [download] -url = "https://cdn.modrinth.com/data/WQ8xE11Z/versions/QiILHGj3/Repurposed_Structures-Better_Monuments_v6-With_Original_Monuments.zip" +url = "https://cdn.modrinth.com/data/WQ8xE11Z/versions/ODCFQAsH/Repurposed_Structures-Better_Monuments_v7-With_Original_Monuments.zip" hash-format = "sha1" -hash = "a51ad7c5363fca643bc76f1b25b95594f875430d" +hash = "b265250b7d1ff9c56d0457452c49c753926602d1" [update] [update.modrinth] mod-id = "WQ8xE11Z" -version = "QiILHGj3" +version = "ODCFQAsH" diff --git a/TrotCraft/server/datapacks/repurposed-structures-better-strongholds-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-strongholds-compat.pw.toml index b2ad4e0..d996bf7 100644 --- a/TrotCraft/server/datapacks/repurposed-structures-better-strongholds-compat.pw.toml +++ b/TrotCraft/server/datapacks/repurposed-structures-better-strongholds-compat.pw.toml @@ -1,14 +1,13 @@ name = "Repurposed Structures - Better Strongholds Compat" -filename = "Repurposed_Structures-Better_Strongholds_v5.zip" +filename = "Repurposed_Structures-Better_Strongholds_v7.zip" side = "both" -pin = true [download] -url = "https://cdn.modrinth.com/data/uJ0YMl4f/versions/Mk16m8e6/Repurposed_Structures-Better_Strongholds_v5.zip" +url = "https://cdn.modrinth.com/data/uJ0YMl4f/versions/4ZXlzK4c/Repurposed_Structures-Better_Strongholds_v7.zip" hash-format = "sha1" -hash = "8fdd9470c6ba56768f708241480dd6de36d3c53a" +hash = "5b2f638fccca5aed0ff4b738549eca96409347fb" [update] [update.modrinth] mod-id = "uJ0YMl4f" -version = "Mk16m8e6" +version = "4ZXlzK4c" diff --git a/TrotCraft/server/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml b/TrotCraft/server/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml index f8757fa..6d5849f 100644 --- a/TrotCraft/server/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml +++ b/TrotCraft/server/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml @@ -1,14 +1,14 @@ name = "Repurposed Structures - Better Witch Huts Compat" -filename = "Repurposed_Structures-Better_Witch_Huts_v4.zip" +filename = "Repurposed_Structures-Better_Witch_Huts_v5.zip" side = "both" pin = true [download] -url = "https://cdn.modrinth.com/data/ePaZVJM4/versions/Q6deEx42/Repurposed_Structures-Better_Witch_Huts_v4.zip" +url = "https://cdn.modrinth.com/data/ePaZVJM4/versions/CTab3l6x/Repurposed_Structures-Better_Witch_Huts_v5.zip" hash-format = "sha1" -hash = "6d4407319ef0d01b19495506ccc46b266facc457" +hash = "c60acd9f4ddba3cfac66cd1e352f8ebc214f3628" [update] [update.modrinth] mod-id = "ePaZVJM4" -version = "Q6deEx42" +version = "CTab3l6x" diff --git a/TrotCraft/server/datapacks/track raw statistics v1.7.2 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/track raw statistics v1.7.2 (MC 1.20-1.20.4).zip deleted file mode 100644 index 7bff1db..0000000 Binary files a/TrotCraft/server/datapacks/track raw statistics v1.7.2 (MC 1.20-1.20.4).zip and /dev/null differ diff --git a/TrotCraft/server/datapacks/track raw statistics v1.7.4 (MC 1.21.0).zip b/TrotCraft/server/datapacks/track raw statistics v1.7.4 (MC 1.21.0).zip new file mode 100644 index 0000000..87fccf2 Binary files /dev/null and b/TrotCraft/server/datapacks/track raw statistics v1.7.4 (MC 1.21.0).zip differ diff --git a/TrotCraft/server/datapacks/track statistics v1.1.8 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/track statistics v1.1.10 (MC 1.21.0).zip similarity index 58% rename from TrotCraft/server/datapacks/track statistics v1.1.8 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/track statistics v1.1.10 (MC 1.21.0).zip index 039cbe6..2f72a6e 100644 Binary files a/TrotCraft/server/datapacks/track statistics v1.1.8 (MC 1.20-1.20.4).zip and b/TrotCraft/server/datapacks/track statistics v1.1.10 (MC 1.21.0).zip differ diff --git a/TrotCraft/server/datapacks/unlock all recipes v2.0.7 (MC 1.20-1.20.4).zip b/TrotCraft/server/datapacks/unlock all recipes v2.0.9 (MC 1.21.0).zip similarity index 51% rename from TrotCraft/server/datapacks/unlock all recipes v2.0.7 (MC 1.20-1.20.4).zip rename to TrotCraft/server/datapacks/unlock all recipes v2.0.9 (MC 1.21.0).zip index d99b751..f5558fd 100644 Binary files a/TrotCraft/server/datapacks/unlock all recipes v2.0.7 (MC 1.20-1.20.4).zip and b/TrotCraft/server/datapacks/unlock all recipes v2.0.9 (MC 1.21.0).zip differ diff --git a/TrotCraft/server/datapacks/wandering trades v1.7.6 (MC 1.21-1.21.1).zip b/TrotCraft/server/datapacks/wandering trades v1.7.6 (MC 1.21-1.21.1).zip new file mode 100644 index 0000000..9be7950 Binary files /dev/null and b/TrotCraft/server/datapacks/wandering trades v1.7.6 (MC 1.21-1.21.1).zip differ diff --git a/TrotCraft/server/datapacks/wandering_cuties 1.21.zip b/TrotCraft/server/datapacks/wandering_cuties 1.21.zip new file mode 100644 index 0000000..d6637c9 Binary files /dev/null and b/TrotCraft/server/datapacks/wandering_cuties 1.21.zip differ diff --git a/TrotCraft/server/index.toml b/TrotCraft/server/index.toml index 7b5e6fe..55bbcf8 100644 --- a/TrotCraft/server/index.toml +++ b/TrotCraft/server/index.toml @@ -1,76 +1,76 @@ hash-format = "sha256" [[files]] -file = "config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-PRIDE.png" +file = "config/MiniMOTD/icons/TwitchTrot_group_logo-PRIDE.png" [[files]] -file = "config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-0.png" +file = "config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-0.png" [[files]] -file = "config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-1.png" +file = "config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-1.png" [[files]] -file = "config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-2.png" +file = "config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-2.png" [[files]] -file = "config/yosbr/config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-4.png" +file = "config/MiniMOTD/icons/TwitchTrot_group_logo-textonly-purpleBG-4.png" [[files]] -file = "config/yosbr/config/MiniMOTD/main.conf" +file = "config/MiniMOTD/main.conf" [[files]] -file = "config/yosbr/config/betterdungeons-fabric-1_20_4.toml" +file = "config/betterdungeons-fabric-1_20_4.toml" [[files]] -file = "config/yosbr/config/bigpony.json" +file = "config/bigpony.json" [[files]] -file = "config/yosbr/config/modmenu.json" +file = "config/modmenu.json" [[files]] -file = "config/yosbr/config/servercore/config.yml" +file = "config/servercore/config.yml" [[files]] -file = "config/yosbr/config/servercore/optimizations.yml" +file = "config/servercore/optimizations.yml" [[files]] -file = "config/yosbr/config/styled-chat.json" +file = "config/styled-chat.json" [[files]] -file = "config/yosbr/config/styled-nicknames.json" +file = "config/styled-nicknames.json" [[files]] -file = "config/yosbr/config/styledplayerlist/config.json" +file = "config/styledplayerlist/config.json" [[files]] -file = "config/yosbr/config/styledplayerlist/styles/animated.json" +file = "config/styledplayerlist/styles/animated.json" [[files]] -file = "config/yosbr/config/styledplayerlist/styles/default.json" +file = "config/styledplayerlist/styles/default.json" [[files]] -file = "config/yosbr/config/universal-graves/config.json" +file = "config/universal-graves/config.json" [[files]] -file = "config/yosbr/config/vcinteraction/vcinteraction.properties" +file = "config/vcinteraction/vcinteraction.properties" [[files]] -file = "datapacks/armor statues v2.8.11 (MC 1.20-1.20.4).zip" +file = "datapacks/armor statues v2.8.13 (MC 1.21.0).zip" [[files]] -file = "datapacks/custom nether portals v2.3.9 (MC 1.20-1.20.4).zip" +file = "datapacks/custom nether portals v2.3.11 (MC 1.21.0).zip" [[files]] -file = "datapacks/double shulker shells v1.3.6 (MC 1.20-1.20.4).zip" +file = "datapacks/double shulker shells v1.3.8 (MC 1.21.0).zip" [[files]] -file = "datapacks/larger phantoms v1.2.7 (MC 1.20-1.20.4).zip" +file = "datapacks/mini blocks v1.0.0 (MC 1.21.0).zip" [[files]] -file = "datapacks/more mob heads v2.12.4 (MC 1.20-1.20.4).zip" +file = "datapacks/more mob heads v2.14.0 (MC 1.21.0).zip" [[files]] -file = "datapacks/player head drops v1.1.6 (MC 1.20-1.20.4).zip" +file = "datapacks/player head drops v1.1.8 (MC 1.21.0).zip" [[files]] file = "datapacks/repurposed-structures-better-desert-temples-compat.pw.toml" @@ -101,13 +101,19 @@ file = "datapacks/repurposed-structures-better-witch-huts-compat.pw.toml" metafile = true [[files]] -file = "datapacks/track raw statistics v1.7.2 (MC 1.20-1.20.4).zip" +file = "datapacks/track raw statistics v1.7.4 (MC 1.21.0).zip" [[files]] -file = "datapacks/track statistics v1.1.8 (MC 1.20-1.20.4).zip" +file = "datapacks/track statistics v1.1.10 (MC 1.21.0).zip" [[files]] -file = "datapacks/unlock all recipes v2.0.7 (MC 1.20-1.20.4).zip" +file = "datapacks/unlock all recipes v2.0.9 (MC 1.21.0).zip" + +[[files]] +file = "datapacks/wandering trades v1.7.6 (MC 1.21-1.21.1).zip" + +[[files]] +file = "datapacks/wandering_cuties 1.21.zip" [[files]] file = "datapacks/wandering trades v1.7.4 (MC 1.20-1.20.6).zip" @@ -125,7 +131,7 @@ file = "mods/bluemap.pw.toml" metafile = true [[files]] -file = "mods/c2me-fabric.pw.toml" +file = "mods/bmarker.pw.toml" metafile = true [[files]] @@ -152,6 +158,10 @@ metafile = true file = "mods/dungeons-and-taverns.pw.toml" metafile = true +[[files]] +file = "mods/elytra-trims.pw.toml" +metafile = true + [[files]] file = "mods/enhanced-groups.pw.toml" metafile = true @@ -168,6 +178,14 @@ metafile = true file = "mods/fabric-language-kotlin.pw.toml" metafile = true +[[files]] +file = "mods/fabwork.pw.toml" +metafile = true + +[[files]] +file = "mods/fedilookup.pw.toml" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" metafile = true @@ -176,10 +194,18 @@ metafile = true file = "mods/floodgate.pw.toml" metafile = true +[[files]] +file = "mods/hopo-better-underwater-ruins.pw.toml" +metafile = true + [[files]] file = "mods/htm.pw.toml" metafile = true +[[files]] +file = "mods/hurricane.pw.toml" +metafile = true + [[files]] file = "mods/incendium.pw.toml" metafile = true @@ -189,17 +215,13 @@ file = "mods/krypton.pw.toml" metafile = true [[files]] -file = "mods/lazydfu.pw.toml" +file = "mods/leashable-players.pw.toml" metafile = true [[files]] file = "mods/ledger.pw.toml" metafile = true -[[files]] -file = "mods/leukocyte.pw.toml" -metafile = true - [[files]] file = "mods/lithium.pw.toml" metafile = true @@ -220,6 +242,14 @@ metafile = true file = "mods/mixintrace.pw.toml" metafile = true +[[files]] +file = "mods/mru.pw.toml" +metafile = true + +[[files]] +file = "mods/neruina.pw.toml" +metafile = true + [[files]] file = "mods/no-chat-reports.pw.toml" metafile = true @@ -236,10 +266,6 @@ metafile = true file = "mods/nullscape.pw.toml" metafile = true -[[files]] -file = "mods/player-roles.pw.toml" -metafile = true - [[files]] file = "mods/remove-terralith-intro-message.pw.toml" metafile = true @@ -264,6 +290,10 @@ metafile = true file = "mods/sit!.pw.toml" metafile = true +[[files]] +file = "mods/snow-under-trees-remastered.pw.toml" +metafile = true + [[files]] file = "mods/spark.pw.toml" metafile = true @@ -272,6 +302,14 @@ metafile = true file = "mods/stackdeobf.pw.toml" metafile = true +[[files]] +file = "mods/structory-towers.pw.toml" +metafile = true + +[[files]] +file = "mods/structory.pw.toml" +metafile = true + [[files]] file = "mods/styled-chat.pw.toml" metafile = true @@ -305,11 +343,7 @@ file = "mods/universal-graves.pw.toml" metafile = true [[files]] -file = "mods/viafabric.pw.toml" -metafile = true - -[[files]] -file = "mods/viaversion.pw.toml" +file = "mods/vivecraft.pw.toml" metafile = true [[files]] diff --git a/TrotCraft/server/mods/audioplayer.pw.toml b/TrotCraft/server/mods/audioplayer.pw.toml index 42aeffb..4a34b22 100644 --- a/TrotCraft/server/mods/audioplayer.pw.toml +++ b/TrotCraft/server/mods/audioplayer.pw.toml @@ -1,13 +1,13 @@ name = "AudioPlayer" -filename = "audioplayer-fabric-1.20.4-1.10.2.jar" +filename = "audioplayer-fabric-1.21.1-1.12.0.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/6nM3cFNv/audioplayer-fabric-1.20.4-1.10.2.jar" +url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/feUw7ncq/audioplayer-fabric-1.21.1-1.12.0.jar" hash-format = "sha1" -hash = "76931e4ff36dd1c15654e32c8421272dd6c2785a" +hash = "26eec2cbc4ff4f4ce0cdb1cab36aeaaf60410db4" [update] [update.modrinth] mod-id = "SRlzjEBS" -version = "6nM3cFNv" +version = "feUw7ncq" diff --git a/TrotCraft/server/mods/big-pony.pw.toml b/TrotCraft/server/mods/big-pony.pw.toml index 2d7e191..026842d 100644 --- a/TrotCraft/server/mods/big-pony.pw.toml +++ b/TrotCraft/server/mods/big-pony.pw.toml @@ -1,13 +1,13 @@ name = "Big Pony" -filename = "bigpony-1.11.2+1.20.4.jar" -side = "client" +filename = "bigpony-1.12.1+1.21.jar" +side = "both" [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/server/mods/bluemap.pw.toml b/TrotCraft/server/mods/bluemap.pw.toml index 6316026..5677069 100644 --- a/TrotCraft/server/mods/bluemap.pw.toml +++ b/TrotCraft/server/mods/bluemap.pw.toml @@ -1,13 +1,13 @@ name = "BlueMap" -filename = "BlueMap-5.2-fabric-1.20.jar" +filename = "bluemap-5.4-fabric.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/swbUV1cr/versions/Pdj9VJT2/BlueMap-5.2-fabric-1.20.jar" +url = "https://cdn.modrinth.com/data/swbUV1cr/versions/Ysj3eVYx/bluemap-5.4-fabric.jar" hash-format = "sha1" -hash = "f12e304443d982439010908399b1e36baa8d39fd" +hash = "7bdfd634a5d6f82e5e3679ab5bfe56196fcbb228" [update] [update.modrinth] mod-id = "swbUV1cr" -version = "Pdj9VJT2" +version = "Ysj3eVYx" diff --git a/TrotCraft/server/mods/bmarker.pw.toml b/TrotCraft/server/mods/bmarker.pw.toml new file mode 100644 index 0000000..44d6b16 --- /dev/null +++ b/TrotCraft/server/mods/bmarker.pw.toml @@ -0,0 +1,13 @@ +name = "bmarker" +filename = "bmm-fabric-2.1.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/a8UoyV2h/versions/FE2ujH76/bmm-fabric-2.1.6.jar" +hash-format = "sha1" +hash = "c0db4d965d5000db0f1035468a269e0d2972e94b" + +[update] +[update.modrinth] +mod-id = "a8UoyV2h" +version = "FE2ujH76" diff --git a/TrotCraft/server/mods/c2me-fabric.pw.toml b/TrotCraft/server/mods/c2me-fabric.pw.toml deleted file mode 100644 index 3dfa140..0000000 --- a/TrotCraft/server/mods/c2me-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Concurrent Chunk Management Engine (Fabric)" -filename = "c2me-fabric-mc1.20.4-0.2.0+alpha.11.67.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/VSNURh3q/versions/xjgJS9KC/c2me-fabric-mc1.20.4-0.2.0%2Balpha.11.67.jar" -hash-format = "sha1" -hash = "f14b8a2d8c624b9f2e787826a113fb2be9f9cf31" - -[update] -[update.modrinth] -mod-id = "VSNURh3q" -version = "xjgJS9KC" diff --git a/TrotCraft/server/mods/carpet-tis-addition.pw.toml b/TrotCraft/server/mods/carpet-tis-addition.pw.toml index 4662776..45ce06b 100644 --- a/TrotCraft/server/mods/carpet-tis-addition.pw.toml +++ b/TrotCraft/server/mods/carpet-tis-addition.pw.toml @@ -1,13 +1,13 @@ name = "Carpet TIS Addition" -filename = "carpet-tis-addition-mc1.20.4-v1.60.0.jar" +filename = "carpet-tis-addition-v1.63.2-mc1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/RMBp8Ck9/carpet-tis-addition-mc1.20.4-v1.60.0.jar" +url = "https://cdn.modrinth.com/data/jE0SjGuf/versions/xEmHibDZ/carpet-tis-addition-v1.63.2-mc1.21.1.jar" hash-format = "sha1" -hash = "e910973b985d7d65748ed5077a0bfc21442d59ce" +hash = "0d247d6c5f04275617a1bb055110a92a49710d29" [update] [update.modrinth] mod-id = "jE0SjGuf" -version = "RMBp8Ck9" +version = "xEmHibDZ" diff --git a/TrotCraft/server/mods/carpet.pw.toml b/TrotCraft/server/mods/carpet.pw.toml index 0feddea..d4eee51 100644 --- a/TrotCraft/server/mods/carpet.pw.toml +++ b/TrotCraft/server/mods/carpet.pw.toml @@ -1,13 +1,13 @@ name = "Carpet" -filename = "fabric-carpet-1.20.3-1.4.128+v231205.jar" -side = "server" +filename = "fabric-carpet-1.21-1.4.147+v240613.jar" +side = "both" [download] -url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/yYzR60Xd/fabric-carpet-1.20.3-1.4.128%2Bv231205.jar" hash-format = "sha1" -hash = "53ee95647e15097f369061e372d8c9411635b4a7" +hash = "54f2907d83e67283d165336f26e5219d4bd36037" +mode = "metadata:curseforge" [update] -[update.modrinth] -mod-id = "TQTTVgYE" -version = "yYzR60Xd" +[update.curseforge] +file-id = 5425253 +project-id = 349239 diff --git a/TrotCraft/server/mods/chunky.pw.toml b/TrotCraft/server/mods/chunky.pw.toml index 4de9331..5420cce 100644 --- a/TrotCraft/server/mods/chunky.pw.toml +++ b/TrotCraft/server/mods/chunky.pw.toml @@ -1,13 +1,13 @@ name = "Chunky" -filename = "Chunky-1.3.146.jar" +filename = "Chunky-1.4.16.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/fALzjamp/versions/NHWYq9at/Chunky-1.3.146.jar" +url = "https://cdn.modrinth.com/data/fALzjamp/versions/dPliWter/Chunky-1.4.16.jar" hash-format = "sha1" -hash = "b5672d69dc2b210ab2165a27afc03a424fa2b46a" +hash = "2b68d2bd507cd9f45fdd637ba32e8a47de6bda35" [update] [update.modrinth] mod-id = "fALzjamp" -version = "NHWYq9at" +version = "dPliWter" diff --git a/TrotCraft/server/mods/cloth-config.pw.toml b/TrotCraft/server/mods/cloth-config.pw.toml index c78d980..987ac64 100644 --- a/TrotCraft/server/mods/cloth-config.pw.toml +++ b/TrotCraft/server/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/server/mods/dataloader.pw.toml b/TrotCraft/server/mods/dataloader.pw.toml index 79e403a..3d6e799 100644 --- a/TrotCraft/server/mods/dataloader.pw.toml +++ b/TrotCraft/server/mods/dataloader.pw.toml @@ -1,13 +1,13 @@ name = "Data Loader" -filename = "data-loader-1.1.5+1.20.2-1.20.4.jar" +filename = "data-loader-1.1.6+1.21.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/gEUERjxK/versions/yae0S7x5/data-loader-1.1.5%2B1.20.2-1.20.4.jar" +url = "https://cdn.modrinth.com/data/gEUERjxK/versions/Du7xlu89/data-loader-1.1.6%2B1.21.jar" hash-format = "sha1" -hash = "d5a12cf2a071821cfbc0a684e67fbbd3edde6cf6" +hash = "31551f4692fcc23a3fd90a006b49977f971d18df" [update] [update.modrinth] mod-id = "gEUERjxK" -version = "yae0S7x5" +version = "Du7xlu89" diff --git a/TrotCraft/server/mods/dungeons-and-taverns.pw.toml b/TrotCraft/server/mods/dungeons-and-taverns.pw.toml index 4fa7f6e..21a4e2f 100644 --- a/TrotCraft/server/mods/dungeons-and-taverns.pw.toml +++ b/TrotCraft/server/mods/dungeons-and-taverns.pw.toml @@ -1,13 +1,13 @@ name = "Dungeons and Taverns" -filename = "dungeons-and-taverns-3.1.1.jar" +filename = "dungeons-and-taverns-v4.4.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/tpehi7ww/versions/xwTzTss5/dungeons-and-taverns-3.1.1.jar" +url = "https://cdn.modrinth.com/data/tpehi7ww/versions/EUlNXs9V/dungeons-and-taverns-v4.4.4.jar" hash-format = "sha1" -hash = "1106c3e5b223fe8e4ab2a5c179eeb4fcac0a72fd" +hash = "68c6f0dea960ce94f55f1f05d8893623da207be8" [update] [update.modrinth] mod-id = "tpehi7ww" -version = "xwTzTss5" +version = "EUlNXs9V" diff --git a/TrotCraft/server/mods/elytra-trims.pw.toml b/TrotCraft/server/mods/elytra-trims.pw.toml new file mode 100644 index 0000000..1270086 --- /dev/null +++ b/TrotCraft/server/mods/elytra-trims.pw.toml @@ -0,0 +1,13 @@ +name = "Elytra Trims" +filename = "elytratrims-fabric-3.5.4+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XpzGz7KD/versions/hO3heIPl/elytratrims-fabric-3.5.4%2B1.21.jar" +hash-format = "sha1" +hash = "105bdaf490707161992cd33579495c7ef026a248" + +[update] +[update.modrinth] +mod-id = "XpzGz7KD" +version = "hO3heIPl" diff --git a/TrotCraft/server/mods/enhanced-groups.pw.toml b/TrotCraft/server/mods/enhanced-groups.pw.toml index 26e2b7c..cf57417 100644 --- a/TrotCraft/server/mods/enhanced-groups.pw.toml +++ b/TrotCraft/server/mods/enhanced-groups.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat Enhanced Groups" -filename = "instantgroup-fabric-1.20.4-1.6.0.jar" +filename = "instantgroup-fabric-1.21.1-1.6.1.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/1LE7mid6/versions/lLqgxKDX/instantgroup-fabric-1.20.4-1.6.0.jar" +url = "https://cdn.modrinth.com/data/1LE7mid6/versions/PBOS7IRl/instantgroup-fabric-1.21.1-1.6.1.jar" hash-format = "sha1" -hash = "a9fbe4e807c20edf8176cf8514706b8bff491bfb" +hash = "5b679a180a0a4084b488a6568d175f6ae7f06be5" [update] [update.modrinth] mod-id = "1LE7mid6" -version = "lLqgxKDX" +version = "PBOS7IRl" diff --git a/TrotCraft/server/mods/explorify.pw.toml b/TrotCraft/server/mods/explorify.pw.toml index 8a0f459..faa7a9d 100644 --- a/TrotCraft/server/mods/explorify.pw.toml +++ b/TrotCraft/server/mods/explorify.pw.toml @@ -1,13 +1,13 @@ name = "Explorify" -filename = "Explorify v1.6.1 f10-48.jar" +filename = "Explorify v1.6.2 f10-48.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/HSfsxuTo/versions/ovtuGAG4/Explorify%20v1.6.1%20f10-48.jar" +url = "https://cdn.modrinth.com/data/HSfsxuTo/versions/yRSH0sWM/Explorify%20v1.6.2%20f10-48.jar" hash-format = "sha1" -hash = "9c4cf5349f2fb6229d20cfa5008f82f512258b73" +hash = "f04907ed21f6239f90031cfe1d79b43e3ef76cb9" [update] [update.modrinth] mod-id = "HSfsxuTo" -version = "ovtuGAG4" +version = "yRSH0sWM" diff --git a/TrotCraft/server/mods/fabric-api.pw.toml b/TrotCraft/server/mods/fabric-api.pw.toml index 432a3a0..ae32d27 100644 --- a/TrotCraft/server/mods/fabric-api.pw.toml +++ b/TrotCraft/server/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.106.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" -hash-format = "sha1" -hash = "37e7e83a2cea7b8717f798e30c5a288d840b4244" +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/iFnYBUfS/fabric-api-0.106.0%2B1.21.1.jar" +hash-format = "sha512" +hash = "7ae490cf09c4a3158247ae53764972f656f054c885fb46c02b38063fdaad79532d25b8a6db8b6907e3ca13856d29facedccb8a6b1d7b4f0a5afd0f1bdf3784b5" [update] [update.modrinth] mod-id = "P7dR8mSH" -version = "tAwdMmKY" +version = "iFnYBUfS" diff --git a/TrotCraft/server/mods/fabric-language-kotlin.pw.toml b/TrotCraft/server/mods/fabric-language-kotlin.pw.toml index 6f719ee..ac9370b 100644 --- a/TrotCraft/server/mods/fabric-language-kotlin.pw.toml +++ b/TrotCraft/server/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/server/mods/fabwork.pw.toml b/TrotCraft/server/mods/fabwork.pw.toml new file mode 100644 index 0000000..8a16404 --- /dev/null +++ b/TrotCraft/server/mods/fabwork.pw.toml @@ -0,0 +1,13 @@ +name = "Fabwork" +filename = "fabwork-1.3.2+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/coknAH3s/versions/F2oGwiNk/fabwork-1.3.2%2B1.21.jar" +hash-format = "sha512" +hash = "3f284271cbc5fb47f1476e1b14aa91980286c34934db0581275f9de8ddd34144a13c1841cac2ce56fe164b5535bbc7ff97d3e90ace10e314be65172bfd13c363" + +[update] +[update.modrinth] +mod-id = "coknAH3s" +version = "F2oGwiNk" diff --git a/TrotCraft/server/mods/fedilookup.pw.toml b/TrotCraft/server/mods/fedilookup.pw.toml new file mode 100644 index 0000000..4e83788 --- /dev/null +++ b/TrotCraft/server/mods/fedilookup.pw.toml @@ -0,0 +1,13 @@ +name = "FediLookup" +filename = "fedilookup-1.3.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/evQrrSwp/versions/cpNRuN3v/fedilookup-1.3.0.jar" +hash-format = "sha1" +hash = "b88bd936b07c99871493f89b9b1a3552a4d912b5" + +[update] +[update.modrinth] +mod-id = "evQrrSwp" +version = "cpNRuN3v" diff --git a/TrotCraft/server/mods/ferrite-core.pw.toml b/TrotCraft/server/mods/ferrite-core.pw.toml index 8aa2013..6229816 100644 --- a/TrotCraft/server/mods/ferrite-core.pw.toml +++ b/TrotCraft/server/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/server/mods/floodgate.pw.toml b/TrotCraft/server/mods/floodgate.pw.toml index 3e9663d..0f3a180 100644 --- a/TrotCraft/server/mods/floodgate.pw.toml +++ b/TrotCraft/server/mods/floodgate.pw.toml @@ -1,13 +1,13 @@ name = "Floodgate-Fabric" -filename = "floodgate-fabric-2.2.0-SNAPSHOT+build.18.jar" +filename = "Floodgate-Fabric-2.2.4-b36.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/bWrNNfkb/versions/zUrRGwbT/floodgate-fabric-2.2.0-SNAPSHOT%2Bbuild.18.jar" +url = "https://cdn.modrinth.com/data/bWrNNfkb/versions/wPa1pHZJ/Floodgate-Fabric-2.2.4-b36.jar" hash-format = "sha1" -hash = "799da0dd647fac26ec564c24b55b4271a3fb71f9" +hash = "c5bef1c650cfc0b863f617856d757c7dc330c175" [update] [update.modrinth] mod-id = "bWrNNfkb" -version = "zUrRGwbT" +version = "wPa1pHZJ" diff --git a/TrotCraft/server/mods/hopo-better-underwater-ruins.pw.toml b/TrotCraft/server/mods/hopo-better-underwater-ruins.pw.toml new file mode 100644 index 0000000..96a2929 --- /dev/null +++ b/TrotCraft/server/mods/hopo-better-underwater-ruins.pw.toml @@ -0,0 +1,13 @@ +name = "Hopo Better Underwater Ruins" +filename = "HopoBetterUnderwaterRuins-[1.21]-1.2.0b.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BuWCQzqf/versions/YnxQTWyB/HopoBetterUnderwaterRuins-%5B1.21%5D-1.2.0b.jar" +hash-format = "sha1" +hash = "4e635daa36244c8e656108b3ae9f1d63bdffd870" + +[update] +[update.modrinth] +mod-id = "BuWCQzqf" +version = "YnxQTWyB" diff --git a/TrotCraft/server/mods/htm.pw.toml b/TrotCraft/server/mods/htm.pw.toml index 4d2e5ed..a324072 100644 --- a/TrotCraft/server/mods/htm.pw.toml +++ b/TrotCraft/server/mods/htm.pw.toml @@ -1,13 +1,13 @@ name = "Hey That's Mine" -filename = "htm-1.1.11.jar" +filename = "htm-1.1.13.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/IEPAK5x6/versions/9IGodraD/htm-1.1.11.jar" +url = "https://cdn.modrinth.com/data/IEPAK5x6/versions/2tO12wyr/htm-1.1.13.jar" hash-format = "sha1" -hash = "eadbe7cce8ca152af183d8e7c9e2beb9c9d035ec" +hash = "a9dcc3c7c84ae0149311501d8479622b53c93c03" [update] [update.modrinth] mod-id = "IEPAK5x6" -version = "9IGodraD" +version = "2tO12wyr" diff --git a/TrotCraft/server/mods/hurricane.pw.toml b/TrotCraft/server/mods/hurricane.pw.toml new file mode 100644 index 0000000..de18d8a --- /dev/null +++ b/TrotCraft/server/mods/hurricane.pw.toml @@ -0,0 +1,13 @@ +name = "Hurricane" +filename = "hurricane-fabric-2.1.0+build.180.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/cKrS5WCg/versions/wpMhhaSi/hurricane-fabric-2.1.0%2Bbuild.180.jar" +hash-format = "sha512" +hash = "bd17dbdbd0877bf0eec153ea7a42d795a45f556df6ccaedc8148d2a2864bb327bb62890e24ce4cb98d04c7a5d8297c09f4a6ef998bf7c5533e9b1d686626c379" + +[update] +[update.modrinth] +mod-id = "cKrS5WCg" +version = "wpMhhaSi" diff --git a/TrotCraft/server/mods/incendium.pw.toml b/TrotCraft/server/mods/incendium.pw.toml index 0e9b096..08d1a42 100644 --- a/TrotCraft/server/mods/incendium.pw.toml +++ b/TrotCraft/server/mods/incendium.pw.toml @@ -1,13 +1,8 @@ -name = "Incendium" -filename = "Incendium_1.20.x_v5.3.5.jar" +name = "incendium" +filename = "Incendium_1.21_DIRECT_PORT_v5.4.2.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/ZVzW5oNS/versions/uUqarp2H/Incendium_1.20.x_v5.3.5.jar" -hash-format = "sha1" -hash = "484556937b1b2dde2682144e7953e79bff717104" - -[update] -[update.modrinth] -mod-id = "ZVzW5oNS" -version = "uUqarp2H" +url = "https://modpack.twitchtrot.horse/filehost/Incendium_1.21_DIRECT_PORT_v5.4.2.jar" +hash-format = "sha256" +hash = "b5391a59f6442efc43c975ba55da9805f6d108a70adbdad44a35d93d6297e566" diff --git a/TrotCraft/server/mods/krypton.pw.toml b/TrotCraft/server/mods/krypton.pw.toml index 00a36fa..d2fae30 100644 --- a/TrotCraft/server/mods/krypton.pw.toml +++ b/TrotCraft/server/mods/krypton.pw.toml @@ -1,13 +1,13 @@ name = "Krypton" -filename = "krypton-0.2.6.jar" +filename = "krypton-0.2.8.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/bRcuOnao/krypton-0.2.6.jar" +url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/Acz3ttTp/krypton-0.2.8.jar" hash-format = "sha1" -hash = "fc237a3cdf7cff71e222db8e14fa6d4546e2d000" +hash = "73e792eb5f120787becda4b87b6ff18b26caea50" [update] [update.modrinth] mod-id = "fQEb0iXm" -version = "bRcuOnao" +version = "Acz3ttTp" diff --git a/TrotCraft/server/mods/lazydfu.pw.toml b/TrotCraft/server/mods/lazydfu.pw.toml deleted file mode 100644 index df20ea1..0000000 --- a/TrotCraft/server/mods/lazydfu.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "LazyDFU" -filename = "lazydfu-0.1.3.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/hvFnDODi/versions/0.1.3/lazydfu-0.1.3.jar" -hash-format = "sha1" -hash = "0dfa8b03ed408fb7fdada29e01cfebba02af1049" - -[update] -[update.modrinth] -mod-id = "hvFnDODi" -version = "4SHylIO9" diff --git a/TrotCraft/server/mods/leashable-players.pw.toml b/TrotCraft/server/mods/leashable-players.pw.toml new file mode 100644 index 0000000..8276f55 --- /dev/null +++ b/TrotCraft/server/mods/leashable-players.pw.toml @@ -0,0 +1,13 @@ +name = "Leashable Players" +filename = "leashmod-1.1.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/BKyMf6XK/versions/ikLeZ0BV/leashmod-1.1.0.jar" +hash-format = "sha1" +hash = "4100ff21587cf87acd02d60e4a54e8ca50df7a8a" + +[update] +[update.modrinth] +mod-id = "BKyMf6XK" +version = "ikLeZ0BV" diff --git a/TrotCraft/server/mods/ledger.pw.toml b/TrotCraft/server/mods/ledger.pw.toml index 5d22803..a71cb44 100644 --- a/TrotCraft/server/mods/ledger.pw.toml +++ b/TrotCraft/server/mods/ledger.pw.toml @@ -1,13 +1,13 @@ name = "Ledger" -filename = "ledger-1.3.1.jar" +filename = "ledger-1.3.4.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/zDjIMO8b/ledger-1.3.1.jar" +url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/mb29Srom/ledger-1.3.4.jar" hash-format = "sha1" -hash = "af479cdc3e5f9afc3a5f883ef109cc4fd36f51c1" +hash = "68eb5d3e992b6634efe62a0980295f9ecea210c1" [update] [update.modrinth] mod-id = "LVN9ygNV" -version = "zDjIMO8b" +version = "mb29Srom" diff --git a/TrotCraft/server/mods/leukocyte.pw.toml b/TrotCraft/server/mods/leukocyte.pw.toml deleted file mode 100644 index eefe253..0000000 --- a/TrotCraft/server/mods/leukocyte.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Leukocyte" -filename = "leukocyte-0.3.7+1.20.4.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/hsRVgp6Q/versions/qoALXw1N/leukocyte-0.3.7%2B1.20.4.jar" -hash-format = "sha1" -hash = "37cedb3cd3bcd36f3148e9934023dc254821ff31" - -[update] -[update.modrinth] -mod-id = "hsRVgp6Q" -version = "qoALXw1N" diff --git a/TrotCraft/server/mods/lithium.pw.toml b/TrotCraft/server/mods/lithium.pw.toml index 117fad8..5cdbd98 100644 --- a/TrotCraft/server/mods/lithium.pw.toml +++ b/TrotCraft/server/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/server/mods/mambience.pw.toml b/TrotCraft/server/mods/mambience.pw.toml index c198204..703e4cd 100644 --- a/TrotCraft/server/mods/mambience.pw.toml +++ b/TrotCraft/server/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/server/mods/midnightlib.pw.toml b/TrotCraft/server/mods/midnightlib.pw.toml index 2cda97e..71b3e14 100644 --- a/TrotCraft/server/mods/midnightlib.pw.toml +++ b/TrotCraft/server/mods/midnightlib.pw.toml @@ -1,13 +1,13 @@ name = "MidnightLib" -filename = "midnightlib-fabric-1.5.3.jar" +filename = "midnightlib-fabric-1.6.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/codAaoxh/versions/EQNuBJf5/midnightlib-fabric-1.5.3.jar" +url = "https://cdn.modrinth.com/data/codAaoxh/versions/Ct1rAic5/midnightlib-fabric-1.6.3.jar" hash-format = "sha1" -hash = "46eab4d677a14f59643856e9446e078a928af1b6" +hash = "b35cf6125d6708ccdc3a6fa2eaeb5b514cff4f85" [update] [update.modrinth] mod-id = "codAaoxh" -version = "EQNuBJf5" +version = "Ct1rAic5" diff --git a/TrotCraft/server/mods/minimotd.pw.toml b/TrotCraft/server/mods/minimotd.pw.toml index 45d046b..71cb42d 100644 --- a/TrotCraft/server/mods/minimotd.pw.toml +++ b/TrotCraft/server/mods/minimotd.pw.toml @@ -1,13 +1,13 @@ name = "MiniMOTD" -filename = "minimotd-fabric-mc1.20.4-2.1.0.jar" +filename = "minimotd-fabric-mc1.21.1-2.1.3.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/16vhQOQN/versions/M7WdzIda/minimotd-fabric-mc1.20.4-2.1.0.jar" +url = "https://cdn.modrinth.com/data/16vhQOQN/versions/KIUjWgrk/minimotd-fabric-mc1.21.1-2.1.3.jar" hash-format = "sha1" -hash = "d1bba561b959867d27509060878009ca99c8ff97" +hash = "ca0a112e4bbe2051e1f15b16960d48eff8df55c4" [update] [update.modrinth] mod-id = "16vhQOQN" -version = "M7WdzIda" +version = "KIUjWgrk" diff --git a/TrotCraft/server/mods/mru.pw.toml b/TrotCraft/server/mods/mru.pw.toml new file mode 100644 index 0000000..feaa3bf --- /dev/null +++ b/TrotCraft/server/mods/mru.pw.toml @@ -0,0 +1,13 @@ +name = "M.R.U" +filename = "MRU-1.0.2+1.21+fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/SNVQ2c0g/versions/s99KEPTF/MRU-1.0.2%2B1.21%2Bfabric.jar" +hash-format = "sha1" +hash = "6ecfc84df73acea97d7a601e655fa07619cd6045" + +[update] +[update.modrinth] +mod-id = "SNVQ2c0g" +version = "s99KEPTF" diff --git a/TrotCraft/server/mods/neruina.pw.toml b/TrotCraft/server/mods/neruina.pw.toml new file mode 100644 index 0000000..2c73308 --- /dev/null +++ b/TrotCraft/server/mods/neruina.pw.toml @@ -0,0 +1,13 @@ +name = "Neruina - Ticking Entity Fixer" +filename = "Neruina-2.1.2-fabric+1.21.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/1s5x833P/versions/4CJizVaD/Neruina-2.1.2-fabric%2B1.21.jar" +hash-format = "sha1" +hash = "b097af3edf68f438792052ff4e5ff4a650815e17" + +[update] +[update.modrinth] +mod-id = "1s5x833P" +version = "4CJizVaD" diff --git a/TrotCraft/server/mods/no-chat-reports.pw.toml b/TrotCraft/server/mods/no-chat-reports.pw.toml index a47b819..710b5e6 100644 --- a/TrotCraft/server/mods/no-chat-reports.pw.toml +++ b/TrotCraft/server/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/server/mods/noisium.pw.toml b/TrotCraft/server/mods/noisium.pw.toml index fb31a65..f6d7dcf 100644 --- a/TrotCraft/server/mods/noisium.pw.toml +++ b/TrotCraft/server/mods/noisium.pw.toml @@ -1,13 +1,13 @@ name = "Noisium" -filename = "noisium-fabric-2.0.3+mc1.20.2-1.20.4.jar" +filename = "noisium-fabric-2.3.0+mc1.21-1.21.1.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/Eie3f6ki/noisium-fabric-2.0.3%2Bmc1.20.2-1.20.4.jar" +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/4sGQgiu2/noisium-fabric-2.3.0%2Bmc1.21-1.21.1.jar" hash-format = "sha1" -hash = "17d17b58adea358d867e3c4bf3de364ae7392338" +hash = "642a672cfc60ff1e1262a39d7e160b1381c5120c" [update] [update.modrinth] mod-id = "KuNKN7d2" -version = "Eie3f6ki" +version = "4sGQgiu2" diff --git a/TrotCraft/server/mods/notica.pw.toml b/TrotCraft/server/mods/notica.pw.toml index 3ad7ac6..db7d452 100644 --- a/TrotCraft/server/mods/notica.pw.toml +++ b/TrotCraft/server/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/server/mods/nullscape.pw.toml b/TrotCraft/server/mods/nullscape.pw.toml index fb77b6b..3600e95 100644 --- a/TrotCraft/server/mods/nullscape.pw.toml +++ b/TrotCraft/server/mods/nullscape.pw.toml @@ -1,13 +1,13 @@ name = "Nullscape" -filename = "Nullscape_1.20.x_v1.2.6.jar" +filename = "Nullscape_1.21.x_v1.2.8.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/YRGl9OtT/Nullscape_1.20.x_v1.2.6.jar" +url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/gHI14cqp/Nullscape_1.21.x_v1.2.8.jar" hash-format = "sha1" -hash = "ad4ca87b175560dc6a46e5137f188a5f919e3ec9" +hash = "fb2c6793040b9aa76699ed1b1fdb3e477c5e6fbc" [update] [update.modrinth] mod-id = "LPjGiSO4" -version = "YRGl9OtT" +version = "gHI14cqp" diff --git a/TrotCraft/server/mods/player-roles.pw.toml b/TrotCraft/server/mods/player-roles.pw.toml deleted file mode 100644 index 3613d0b..0000000 --- a/TrotCraft/server/mods/player-roles.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Player Roles" -filename = "player-roles-1.6.9.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/Rt1mrUHm/versions/FKBhsHiX/player-roles-1.6.9.jar" -hash-format = "sha1" -hash = "0d4fe4e59bd9275bd0be2f402c1c986d058a1064" - -[update] -[update.modrinth] -mod-id = "Rt1mrUHm" -version = "FKBhsHiX" diff --git a/TrotCraft/server/mods/remove-terralith-intro-message.pw.toml b/TrotCraft/server/mods/remove-terralith-intro-message.pw.toml index 5ad5ed6..1d7c6b0 100644 --- a/TrotCraft/server/mods/remove-terralith-intro-message.pw.toml +++ b/TrotCraft/server/mods/remove-terralith-intro-message.pw.toml @@ -1,13 +1,13 @@ name = "Remove Terralith Intro Message" -filename = "remove-terralith-intro-message-1.0.jar" +filename = "remove-terralith-intro-message-1.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/sk4iFZGy/versions/2jAppOW4/remove-terralith-intro-message-1.0.jar" +url = "https://cdn.modrinth.com/data/sk4iFZGy/versions/Ad77N3iX/remove-terralith-intro-message-1.1.jar" hash-format = "sha1" -hash = "80b617cdd2dcd973779bb7ce273dc06a4639ca6e" +hash = "709d1300b4b35bf6a8c6bfc0d5c9d918484ba462" [update] [update.modrinth] mod-id = "sk4iFZGy" -version = "2jAppOW4" +version = "Ad77N3iX" diff --git a/TrotCraft/server/mods/repurposed-structures-fabric.pw.toml b/TrotCraft/server/mods/repurposed-structures-fabric.pw.toml index 912b951..b0e1a90 100644 --- a/TrotCraft/server/mods/repurposed-structures-fabric.pw.toml +++ b/TrotCraft/server/mods/repurposed-structures-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Repurposed Structures - Quilt/Fabric" -filename = "repurposed_structures-7.3.5+1.20.4-fabric.jar" +filename = "repurposed_structures-7.5.10+1.21.1-fabric.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/muf0XoRe/versions/GqKmSBFV/repurposed_structures-7.3.5%2B1.20.4-fabric.jar" +url = "https://cdn.modrinth.com/data/muf0XoRe/versions/sYdqCzqY/repurposed_structures-7.5.10%2B1.21.1-fabric.jar" hash-format = "sha1" -hash = "0ff96eff106e9ea521c7250928e80e3e131a8eff" +hash = "584bc5ba652454b6da3914322424c44ab0bd9073" [update] [update.modrinth] mod-id = "muf0XoRe" -version = "GqKmSBFV" +version = "sYdqCzqY" diff --git a/TrotCraft/server/mods/servercore.pw.toml b/TrotCraft/server/mods/servercore.pw.toml index 47c16a0..d389860 100644 --- a/TrotCraft/server/mods/servercore.pw.toml +++ b/TrotCraft/server/mods/servercore.pw.toml @@ -1,13 +1,13 @@ name = "ServerCore" -filename = "servercore-fabric-1.5.0+1.20.4.jar" +filename = "servercore-fabric-1.5.5+1.21.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/1mKL7nLt/servercore-fabric-1.5.0%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/wPZETsJM/servercore-fabric-1.5.5%2B1.21.1.jar" hash-format = "sha1" -hash = "b83b3faf73dd03aa26e75aa151726c00a772acf3" +hash = "73a4b5e599e55e76bd3a53df55327ea65dd8b472" [update] [update.modrinth] mod-id = "4WWQxlQP" -version = "1mKL7nLt" +version = "wPZETsJM" diff --git a/TrotCraft/server/mods/silk.pw.toml b/TrotCraft/server/mods/silk.pw.toml index 8eb3396..5a18e6b 100644 --- a/TrotCraft/server/mods/silk.pw.toml +++ b/TrotCraft/server/mods/silk.pw.toml @@ -1,13 +1,13 @@ name = "Silk" -filename = "silk-all-1.10.3.jar" +filename = "silk-all-1.10.7.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/aTaCgKLW/versions/qm0TSoQL/silk-all-1.10.3.jar" +url = "https://cdn.modrinth.com/data/aTaCgKLW/versions/jrC1TCfF/silk-all-1.10.7.jar" hash-format = "sha1" -hash = "d09747664fa592fb81f998be1b7e88ea9285bfd6" +hash = "18a32f96e58d54f14948b92279bf0c8294fbb738" [update] [update.modrinth] mod-id = "aTaCgKLW" -version = "qm0TSoQL" +version = "jrC1TCfF" diff --git a/TrotCraft/server/mods/simple-voice-chat.pw.toml b/TrotCraft/server/mods/simple-voice-chat.pw.toml index 12aca49..264acae 100644 --- a/TrotCraft/server/mods/simple-voice-chat.pw.toml +++ b/TrotCraft/server/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.20.4-2.5.18.jar" +filename = "voicechat-fabric-1.21.1-2.5.24.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/9DxCx2UX/voicechat-fabric-1.20.4-2.5.18.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/9IRn71aQ/voicechat-fabric-1.21.1-2.5.24.jar" hash-format = "sha1" -hash = "944f1d58ef6a80b96a2cd5436c1f1ba1df57ecc7" +hash = "c2fde72444ab49a3592997bea3236d9e30cf09fc" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "9DxCx2UX" +version = "9IRn71aQ" diff --git a/TrotCraft/server/mods/sit!.pw.toml b/TrotCraft/server/mods/sit!.pw.toml index f5c8e46..95afb6b 100644 --- a/TrotCraft/server/mods/sit!.pw.toml +++ b/TrotCraft/server/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 = "server" [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/server/mods/snow-under-trees-remastered.pw.toml b/TrotCraft/server/mods/snow-under-trees-remastered.pw.toml new file mode 100644 index 0000000..77f908d --- /dev/null +++ b/TrotCraft/server/mods/snow-under-trees-remastered.pw.toml @@ -0,0 +1,13 @@ +name = "Snow Under Trees (Fabric)" +filename = "SnowUnderTrees-2.5.3+1.21.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/XVnUIUAQ/versions/1K0J5FYl/SnowUnderTrees-2.5.3%2B1.21.jar" +hash-format = "sha1" +hash = "e418a3b75db8e7facb14556ca19361a28107e6fe" + +[update] +[update.modrinth] +mod-id = "XVnUIUAQ" +version = "1K0J5FYl" diff --git a/TrotCraft/server/mods/spark.pw.toml b/TrotCraft/server/mods/spark.pw.toml index 59e737d..cc2a2ae 100644 --- a/TrotCraft/server/mods/spark.pw.toml +++ b/TrotCraft/server/mods/spark.pw.toml @@ -1,13 +1,13 @@ name = "spark" -filename = "spark-1.10.58-fabric.jar" +filename = "spark-1.10.109-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/l6YH9Als/versions/FeV5OquF/spark-1.10.58-fabric.jar" +url = "https://cdn.modrinth.com/data/l6YH9Als/versions/cALUj9l1/spark-1.10.109-fabric.jar" hash-format = "sha1" -hash = "33bbc9f51ae33023edb264b8c4f4259f358703ad" +hash = "eff42cbeee6fe9a7f3c57031c23200256366dcd1" [update] [update.modrinth] mod-id = "l6YH9Als" -version = "FeV5OquF" +version = "cALUj9l1" diff --git a/TrotCraft/server/mods/stackdeobf.pw.toml b/TrotCraft/server/mods/stackdeobf.pw.toml index fa4f11b..fa3f1b3 100644 --- a/TrotCraft/server/mods/stackdeobf.pw.toml +++ b/TrotCraft/server/mods/stackdeobf.pw.toml @@ -1,13 +1,13 @@ name = "StackDeobfuscator" -filename = "StackDeobfuscatorFabric-1.4.2+bf1fc22.jar" +filename = "StackDeobfuscatorFabric-1.4.3+08e71cc.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/NusMqsjF/versions/t0r3JIMK/StackDeobfuscatorFabric-1.4.2%2Bbf1fc22.jar" +url = "https://cdn.modrinth.com/data/NusMqsjF/versions/pyiVLk9R/StackDeobfuscatorFabric-1.4.3%2B08e71cc.jar" hash-format = "sha1" -hash = "a1a0ecbef053829a37581be63a9e2a8949d6fb68" +hash = "c36982af69e6d9d9dbac52e4d6c43e8a64fc6163" [update] [update.modrinth] mod-id = "NusMqsjF" -version = "t0r3JIMK" +version = "pyiVLk9R" diff --git a/TrotCraft/server/mods/structory-towers.pw.toml b/TrotCraft/server/mods/structory-towers.pw.toml new file mode 100644 index 0000000..a74aad4 --- /dev/null +++ b/TrotCraft/server/mods/structory-towers.pw.toml @@ -0,0 +1,13 @@ +name = "Structory: Towers" +filename = "Structory_Towers_1.21_v1.0.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/j3FONRYr/versions/rU8VTpx1/Structory_Towers_1.21_v1.0.8.jar" +hash-format = "sha1" +hash = "7f06c838da16e961a38af5b2363c8b9d6bb5e553" + +[update] +[update.modrinth] +mod-id = "j3FONRYr" +version = "rU8VTpx1" diff --git a/TrotCraft/server/mods/structory.pw.toml b/TrotCraft/server/mods/structory.pw.toml new file mode 100644 index 0000000..46204dd --- /dev/null +++ b/TrotCraft/server/mods/structory.pw.toml @@ -0,0 +1,13 @@ +name = "Structory" +filename = "Structory_1.21.x_v1.3.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/aKCwCJlY/versions/aVTpHwSJ/Structory_1.21.x_v1.3.6.jar" +hash-format = "sha1" +hash = "a86a17dcbe098405a114713f98c146728b07d722" + +[update] +[update.modrinth] +mod-id = "aKCwCJlY" +version = "aVTpHwSJ" diff --git a/TrotCraft/server/mods/styled-chat.pw.toml b/TrotCraft/server/mods/styled-chat.pw.toml index 9f3ccd2..56cfa44 100644 --- a/TrotCraft/server/mods/styled-chat.pw.toml +++ b/TrotCraft/server/mods/styled-chat.pw.toml @@ -1,13 +1,13 @@ name = "Styled Chat" -filename = "styled-chat-2.4.0+1.20.3.jar" +filename = "styled-chat-2.6.0+1.21.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/doqSKB0e/versions/hPPTz9OM/styled-chat-2.4.0%2B1.20.3.jar" +url = "https://cdn.modrinth.com/data/doqSKB0e/versions/EoTTJkqS/styled-chat-2.6.0%2B1.21.jar" hash-format = "sha1" -hash = "2132ffaaaaed0a6864cf4ae1aeac651441c1eb40" +hash = "52fef2d722ba8aa3e9556ce9b287fdfc34387405" [update] [update.modrinth] mod-id = "doqSKB0e" -version = "hPPTz9OM" +version = "EoTTJkqS" diff --git a/TrotCraft/server/mods/styled-nicknames.pw.toml b/TrotCraft/server/mods/styled-nicknames.pw.toml index a3447d5..18e272d 100644 --- a/TrotCraft/server/mods/styled-nicknames.pw.toml +++ b/TrotCraft/server/mods/styled-nicknames.pw.toml @@ -1,13 +1,13 @@ name = "Styled Nicknames" -filename = "styled-nicknames-1.4.0+1.20.3.jar" +filename = "styled-nicknames-1.6.0+1.21.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/R7dIzguo/styled-nicknames-1.4.0%2B1.20.3.jar" +url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/U9pXTyh2/styled-nicknames-1.6.0%2B1.21.jar" hash-format = "sha1" -hash = "55805bc0fd21bb9a8529c97b075042adab60c836" +hash = "8dce0a79959b1cdee245d0ab4bb16363f7d32a8c" [update] [update.modrinth] mod-id = "DOk6Gcdi" -version = "R7dIzguo" +version = "U9pXTyh2" diff --git a/TrotCraft/server/mods/styledplayerlist.pw.toml b/TrotCraft/server/mods/styledplayerlist.pw.toml index 6ee22d2..1aa8fa5 100644 --- a/TrotCraft/server/mods/styledplayerlist.pw.toml +++ b/TrotCraft/server/mods/styledplayerlist.pw.toml @@ -1,13 +1,13 @@ name = "Styled Player List" -filename = "styledplayerlist-3.3.0+1.20.3.jar" +filename = "styledplayerlist-3.5.1+1.21.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/jcLxMRaH/styledplayerlist-3.3.0%2B1.20.3.jar" +url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/Ui7MOgqG/styledplayerlist-3.5.1%2B1.21.jar" hash-format = "sha1" -hash = "0cea824207b53473466c89cad7539c51d0b8c628" +hash = "f33770ba71d3e24b46591cefee106cf0e18d9eb7" [update] [update.modrinth] mod-id = "DQIfKUHf" -version = "jcLxMRaH" +version = "Ui7MOgqG" diff --git a/TrotCraft/server/mods/tectonic.pw.toml b/TrotCraft/server/mods/tectonic.pw.toml index 163a3d4..282dd63 100644 --- a/TrotCraft/server/mods/tectonic.pw.toml +++ b/TrotCraft/server/mods/tectonic.pw.toml @@ -1,13 +1,13 @@ name = "Tectonic" -filename = "tectonic-fabric-1.20-2.3.5b.jar" +filename = "tectonic-fabric-1.21.1-2.4.1a.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/GxY5oM7Y/tectonic-fabric-1.20-2.3.5b.jar" +url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/mSYrCaov/tectonic-fabric-1.21.1-2.4.1a.jar" hash-format = "sha1" -hash = "6067a345b92e61bc3b54579139eaa9aa9d377d11" +hash = "84be79a9bbcb80c0ddb9e34f71b0064bd2e6b204" [update] [update.modrinth] mod-id = "lWDHr9jE" -version = "GxY5oM7Y" +version = "mSYrCaov" diff --git a/TrotCraft/server/mods/terralith-biome-saplings.pw.toml b/TrotCraft/server/mods/terralith-biome-saplings.pw.toml index 85725db..62f0d94 100644 --- a/TrotCraft/server/mods/terralith-biome-saplings.pw.toml +++ b/TrotCraft/server/mods/terralith-biome-saplings.pw.toml @@ -1,13 +1,13 @@ name = "Custom Biome Saplings" -filename = "terralith-biome-saplings-1.1.0c.jar" +filename = "terralith-biome-saplings-1.1.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/CYGkXnUb/versions/nb8lLMAv/terralith-biome-saplings-1.1.0c.jar" +url = "https://cdn.modrinth.com/data/CYGkXnUb/versions/OJzWOc9e/terralith-biome-saplings-1.1.3.jar" hash-format = "sha1" -hash = "973432fb3e79d17117f8f64cbaea8b951e610be9" +hash = "816296ce568924932574118d2b701029f841ba14" [update] [update.modrinth] mod-id = "CYGkXnUb" -version = "nb8lLMAv" +version = "OJzWOc9e" diff --git a/TrotCraft/server/mods/terralith.pw.toml b/TrotCraft/server/mods/terralith.pw.toml index 40e1303..d12f532 100644 --- a/TrotCraft/server/mods/terralith.pw.toml +++ b/TrotCraft/server/mods/terralith.pw.toml @@ -1,13 +1,13 @@ name = "Terralith" -filename = "Terralith_1.20_v2.5.1.jar" +filename = "Terralith_1.21.x_v2.5.5.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/8oi3bsk5/versions/rWmFwtGy/Terralith_1.20_v2.5.1.jar" +url = "https://cdn.modrinth.com/data/8oi3bsk5/versions/rEF3UnUI/Terralith_1.21.x_v2.5.5.jar" hash-format = "sha1" -hash = "e95f3b0fe7b2f3f2475da8009f4491e48edc4b60" +hash = "e9681a1963843e5be381d7ba6b2e869b47f062e6" [update] [update.modrinth] mod-id = "8oi3bsk5" -version = "rWmFwtGy" +version = "rEF3UnUI" diff --git a/TrotCraft/server/mods/universal-graves.pw.toml b/TrotCraft/server/mods/universal-graves.pw.toml index 266f47c..e74e1eb 100644 --- a/TrotCraft/server/mods/universal-graves.pw.toml +++ b/TrotCraft/server/mods/universal-graves.pw.toml @@ -1,13 +1,13 @@ name = "Universal Graves" -filename = "graves-3.2.2+1.20.4.jar" +filename = "graves-3.4.4+1.21.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/yn9u3ypm/versions/apUC1ksK/graves-3.2.2%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/yn9u3ypm/versions/Fg64B87Y/graves-3.4.4%2B1.21.jar" hash-format = "sha1" -hash = "f5b5b297039bf39e1ae21989107905cf19db0b42" +hash = "e289663f13de87ed871fccb8837c5d69cc3bb2e6" [update] [update.modrinth] mod-id = "yn9u3ypm" -version = "apUC1ksK" +version = "Fg64B87Y" diff --git a/TrotCraft/server/mods/viafabric.pw.toml b/TrotCraft/server/mods/viafabric.pw.toml deleted file mode 100644 index c550e7b..0000000 --- a/TrotCraft/server/mods/viafabric.pw.toml +++ /dev/null @@ -1,14 +0,0 @@ -name = "ViaFabric" -filename = "ViaFabric-0.4.14+74-main.jar" -side = "both" -pin = true - -[download] -url = "https://cdn.modrinth.com/data/YlKdE5VK/versions/Tw6VYjjI/ViaFabric-0.4.14%2B74-main.jar" -hash-format = "sha1" -hash = "e8b6a5fa392a78a688ffa0c6644114ce58398271" - -[update] -[update.modrinth] -mod-id = "YlKdE5VK" -version = "Tw6VYjjI" diff --git a/TrotCraft/server/mods/viaversion.pw.toml b/TrotCraft/server/mods/viaversion.pw.toml deleted file mode 100644 index 04a93fa..0000000 --- a/TrotCraft/server/mods/viaversion.pw.toml +++ /dev/null @@ -1,14 +0,0 @@ -name = "ViaVersion" -filename = "ViaVersion-5.0.1.jar" -side = "both" -pin = true - -[download] -url = "https://cdn.modrinth.com/data/P1OZGk5p/versions/FnIO0AKf/ViaVersion-5.0.1.jar" -hash-format = "sha1" -hash = "8679aea429cce389032aefec7184e0463bf8ecfd" - -[update] -[update.modrinth] -mod-id = "P1OZGk5p" -version = "FnIO0AKf" diff --git a/TrotCraft/server/mods/vivecraft.pw.toml b/TrotCraft/server/mods/vivecraft.pw.toml new file mode 100644 index 0000000..c1624c6 --- /dev/null +++ b/TrotCraft/server/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/server/mods/vmp-fabric.pw.toml b/TrotCraft/server/mods/vmp-fabric.pw.toml index 1d23ffa..d44d38b 100644 --- a/TrotCraft/server/mods/vmp-fabric.pw.toml +++ b/TrotCraft/server/mods/vmp-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Very Many Players (Fabric)" -filename = "vmp-fabric-mc1.20.4-0.2.0+beta.7.139-all.jar" +filename = "vmp-fabric-mc1.21.1-0.2.0+beta.7.168-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/I8LNJvF3/vmp-fabric-mc1.20.4-0.2.0%2Bbeta.7.139-all.jar" +url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/VuFHjBNh/vmp-fabric-mc1.21.1-0.2.0%2Bbeta.7.168-all.jar" hash-format = "sha1" -hash = "97ea54f05ce50b10649de869c6d2efb666e01f03" +hash = "cb76b60adedbcf1515c62b3614068fdc28a0e325" [update] [update.modrinth] mod-id = "wnEe9KBa" -version = "I8LNJvF3" +version = "VuFHjBNh" diff --git a/TrotCraft/server/mods/voice-chat-interaction.pw.toml b/TrotCraft/server/mods/voice-chat-interaction.pw.toml index 729bbd3..02b8dc3 100644 --- a/TrotCraft/server/mods/voice-chat-interaction.pw.toml +++ b/TrotCraft/server/mods/voice-chat-interaction.pw.toml @@ -1,13 +1,13 @@ name = "Voice Chat Interaction" -filename = "vcinteraction-fabric-1.20.4-1.0.6.jar" +filename = "vcinteraction-fabric-1.21.1-1.0.8.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/qsSP2ZZ0/versions/i7ZfTsAF/vcinteraction-fabric-1.20.4-1.0.6.jar" +url = "https://cdn.modrinth.com/data/qsSP2ZZ0/versions/4m0Fd6Fa/vcinteraction-fabric-1.21.1-1.0.8.jar" hash-format = "sha1" -hash = "4c5f50061e0b0902d9987b1effab7a19d8b5d4b1" +hash = "e5facc256ab91bc707419165d15d9e47f67b34f6" [update] [update.modrinth] mod-id = "qsSP2ZZ0" -version = "i7ZfTsAF" +version = "4m0Fd6Fa" diff --git a/TrotCraft/server/mods/wits.pw.toml b/TrotCraft/server/mods/wits.pw.toml index a063a5d..a5e4424 100644 --- a/TrotCraft/server/mods/wits.pw.toml +++ b/TrotCraft/server/mods/wits.pw.toml @@ -1,13 +1,13 @@ name = "WITS (What Is This Structure?)" -filename = "wits-1.2.3+1.20.4-fabric.jar" +filename = "wits-1.3.0+1.21-fabric.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/AVo2esap/versions/AdWvkW1n/wits-1.2.3%2B1.20.4-fabric.jar" +url = "https://cdn.modrinth.com/data/AVo2esap/versions/hckKNApe/wits-1.3.0%2B1.21-fabric.jar" hash-format = "sha1" -hash = "6978b5ab9a3459b691fc65daba2c3d4ee961b717" +hash = "0468dd92e37250a0635c5ec1bded35e46083fe27" [update] [update.modrinth] mod-id = "AVo2esap" -version = "AdWvkW1n" +version = "hckKNApe" diff --git a/TrotCraft/server/mods/yungs-api.pw.toml b/TrotCraft/server/mods/yungs-api.pw.toml index 6d9c725..053975f 100644 --- a/TrotCraft/server/mods/yungs-api.pw.toml +++ b/TrotCraft/server/mods/yungs-api.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's API" -filename = "YungsApi-1.20.4-Fabric-4.4.3.jar" +filename = "YungsApi-1.21.1-Fabric-5.1.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/a7qxhSOZ/YungsApi-1.20.4-Fabric-4.4.3.jar" +url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/LMXPKbZf/YungsApi-1.21.1-Fabric-5.1.2.jar" hash-format = "sha1" -hash = "037b9218025d5c1544d02a61b4ddaee07aba3b60" +hash = "462c7c438159a67fcf6b7bd56b6ac13baa6d1676" [update] [update.modrinth] mod-id = "Ua7DFN59" -version = "a7qxhSOZ" +version = "LMXPKbZf" diff --git a/TrotCraft/server/mods/yungs-better-desert-temples.pw.toml b/TrotCraft/server/mods/yungs-better-desert-temples.pw.toml index 21172f1..c3157e3 100644 --- a/TrotCraft/server/mods/yungs-better-desert-temples.pw.toml +++ b/TrotCraft/server/mods/yungs-better-desert-temples.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's Better Desert Temples" -filename = "YungsBetterDesertTemples-1.20.4-Fabric-3.4.4.jar" +filename = "YungsBetterDesertTemples-1.21.1-Fabric-4.1.2.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/wCG6Lqw9/YungsBetterDesertTemples-1.20.4-Fabric-3.4.4.jar" +url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/wyk3RO8o/YungsBetterDesertTemples-1.21.1-Fabric-4.1.2.jar" hash-format = "sha1" -hash = "520e2fd5ed19edacedba4eed677e8bc0198be17c" +hash = "5debcdb976e5cf008257f386a023910d72689c77" [update] [update.modrinth] mod-id = "XNlO7sBv" -version = "wCG6Lqw9" +version = "wyk3RO8o" diff --git a/TrotCraft/server/mods/yungs-better-dungeons.pw.toml b/TrotCraft/server/mods/yungs-better-dungeons.pw.toml index 58bb92e..5ad692b 100644 --- a/TrotCraft/server/mods/yungs-better-dungeons.pw.toml +++ b/TrotCraft/server/mods/yungs-better-dungeons.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's Better Dungeons" -filename = "YungsBetterDungeons-1.20.4-Fabric-4.4.4.jar" +filename = "YungsBetterDungeons-1.21.1-Fabric-5.1.2.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/ISvARzqL/YungsBetterDungeons-1.20.4-Fabric-4.4.4.jar" -hash-format = "sha1" -hash = "24b116fd90bbd23f7c2e230a933d9edf9a9ddd30" +url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/E9LsQ4k7/YungsBetterDungeons-1.21.1-Fabric-5.1.2.jar" +hash-format = "sha512" +hash = "df6ddb3fecb312426e43c6447d33af72ab4f4871cca33c4a9610e05262e5cfcad312fb6386586f1819a15ac8cbf656470cfdfd81ba1eba248ad2b3d126fe0ccc" [update] [update.modrinth] mod-id = "o1C1Dkj5" -version = "ISvARzqL" +version = "E9LsQ4k7" diff --git a/TrotCraft/server/mods/yungs-better-end-island.pw.toml b/TrotCraft/server/mods/yungs-better-end-island.pw.toml index 3e87da7..10720db 100644 --- a/TrotCraft/server/mods/yungs-better-end-island.pw.toml +++ b/TrotCraft/server/mods/yungs-better-end-island.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's Better End Island" -filename = "YungsBetterEndIsland-1.20.4-Fabric-2.4.3.jar" +filename = "YungsBetterEndIsland-1.21.1-Fabric-3.1.1.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/xAXIqv7e/YungsBetterEndIsland-1.20.4-Fabric-2.4.3.jar" -hash-format = "sha1" -hash = "8127ff948ca9e043e4881f099e4c0f9ff5f1d132" +url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/HTRZl5K6/YungsBetterEndIsland-1.21.1-Fabric-3.1.1.jar" +hash-format = "sha512" +hash = "3f4d74fa552b7d716343712161f43a42d8c65a0accbf583dee40947410f72151fc3627510c3d380d55cb0616647b3c6fab601a52d2846b8e525506d52caf96e0" [update] [update.modrinth] mod-id = "2BwBOmBQ" -version = "xAXIqv7e" +version = "HTRZl5K6" diff --git a/TrotCraft/server/mods/yungs-better-jungle-temples.pw.toml b/TrotCraft/server/mods/yungs-better-jungle-temples.pw.toml index 11b17a1..ecc22e7 100644 --- a/TrotCraft/server/mods/yungs-better-jungle-temples.pw.toml +++ b/TrotCraft/server/mods/yungs-better-jungle-temples.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's Better Jungle Temples" -filename = "YungsBetterJungleTemples-1.20.4-Fabric-2.4.4.jar" +filename = "YungsBetterJungleTemples-1.21.1-Fabric-3.1.1.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/z9Ve58Ih/versions/Iq0fDEMt/YungsBetterJungleTemples-1.20.4-Fabric-2.4.4.jar" -hash-format = "sha1" -hash = "348d5fe3bb892087d9d528e9e505ef8044591fc3" +url = "https://cdn.modrinth.com/data/z9Ve58Ih/versions/nePnRdr7/YungsBetterJungleTemples-1.21.1-Fabric-3.1.1.jar" +hash-format = "sha512" +hash = "76d66712a55fa44072d8807d05f5283aa6b807dcbe0f95edd464a6c853b02fd2b2389dbc032d60246fa753d91ddb2e7b142f5ba8652cc08089539bdbac881d91" [update] [update.modrinth] mod-id = "z9Ve58Ih" -version = "Iq0fDEMt" +version = "nePnRdr7" diff --git a/TrotCraft/server/mods/yungs-better-mineshafts.pw.toml b/TrotCraft/server/mods/yungs-better-mineshafts.pw.toml index d51f92e..a0f729d 100644 --- a/TrotCraft/server/mods/yungs-better-mineshafts.pw.toml +++ b/TrotCraft/server/mods/yungs-better-mineshafts.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's Better Mineshafts" -filename = "YungsBetterMineshafts-1.20.4-Fabric-4.4.2.jar" +filename = "YungsBetterMineshafts-1.21.1-Fabric-5.1.1.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/6bYbds1y/YungsBetterMineshafts-1.20.4-Fabric-4.4.2.jar" -hash-format = "sha1" -hash = "67125f07f5e813e0030556d1fef46fed862565ce" +url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/4ybDuGhA/YungsBetterMineshafts-1.21.1-Fabric-5.1.1.jar" +hash-format = "sha512" +hash = "f19c53ecac52866f65e1791f7b46ecc68fff6b1912ac47b42bf64097012262691c7184ea4a95db5e7bfcfda6c9532138dfe29e29af4ab108a407807a8db28074" [update] [update.modrinth] mod-id = "HjmxVlSr" -version = "6bYbds1y" +version = "4ybDuGhA" diff --git a/TrotCraft/server/mods/yungs-better-nether-fortresses.pw.toml b/TrotCraft/server/mods/yungs-better-nether-fortresses.pw.toml index ab84047..97fe3b0 100644 --- a/TrotCraft/server/mods/yungs-better-nether-fortresses.pw.toml +++ b/TrotCraft/server/mods/yungs-better-nether-fortresses.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's Better Nether Fortresses" -filename = "YungsBetterNetherFortresses-1.20.4-Fabric-2.4.4.jar" +filename = "YungsBetterNetherFortresses-1.21.1-Fabric-3.1.2.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/VYtNUWOc/YungsBetterNetherFortresses-1.20.4-Fabric-2.4.4.jar" -hash-format = "sha1" -hash = "088cd9ca69b1acca85f5e03cd67f563206187598" +url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/A9LuScTc/YungsBetterNetherFortresses-1.21.1-Fabric-3.1.2.jar" +hash-format = "sha512" +hash = "4280a1eee7f8b33f88e852501f45228dd3342324d60d444571d7205cae47afc5a5309696c5043b7519b4369ffd4a16c03a27838a615437596b3486dc684543b9" [update] [update.modrinth] mod-id = "Z2mXHnxP" -version = "VYtNUWOc" +version = "A9LuScTc" diff --git a/TrotCraft/server/mods/yungs-better-ocean-monuments.pw.toml b/TrotCraft/server/mods/yungs-better-ocean-monuments.pw.toml index fe91d2c..c7b77e0 100644 --- a/TrotCraft/server/mods/yungs-better-ocean-monuments.pw.toml +++ b/TrotCraft/server/mods/yungs-better-ocean-monuments.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's Better Ocean Monuments" -filename = "YungsBetterOceanMonuments-1.20.4-Fabric-3.4.3.jar" +filename = "YungsBetterOceanMonuments-1.21.1-Fabric-4.1.1.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/un603qNR/YungsBetterOceanMonuments-1.20.4-Fabric-3.4.3.jar" -hash-format = "sha1" -hash = "1d263d2200ade187fb8122b2c5dfc7bd8054e8d7" +url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/WMftpBdb/YungsBetterOceanMonuments-1.21.1-Fabric-4.1.1.jar" +hash-format = "sha512" +hash = "3d692442e076f2d4ddb827d3ecfc108a0cb5e9077956cd43717d7a44e92f3c5be1afa3e79f8b6ee017dc29ba7d97bde12de32a0e7477495d7ba7cb8ff0d97448" [update] [update.modrinth] mod-id = "3dT9sgt4" -version = "un603qNR" +version = "WMftpBdb" diff --git a/TrotCraft/server/mods/yungs-better-strongholds.pw.toml b/TrotCraft/server/mods/yungs-better-strongholds.pw.toml index 43c62e8..adbb209 100644 --- a/TrotCraft/server/mods/yungs-better-strongholds.pw.toml +++ b/TrotCraft/server/mods/yungs-better-strongholds.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's Better Strongholds" -filename = "YungsBetterStrongholds-1.20.4-Fabric-4.4.3.jar" +filename = "YungsBetterStrongholds-1.21.1-Fabric-5.1.2.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/kidLKymU/versions/kI0BeaJx/YungsBetterStrongholds-1.20.4-Fabric-4.4.3.jar" -hash-format = "sha1" -hash = "32cac935b9c943dfee914525869c7999576126e2" +url = "https://cdn.modrinth.com/data/kidLKymU/versions/mPpbOC9S/YungsBetterStrongholds-1.21.1-Fabric-5.1.2.jar" +hash-format = "sha512" +hash = "45bd9da3bcea675b65fb00823bf48a7668adf78f3936556d88fa3a08d49c250001406e944f1bfd26389d3327239e61db4735fda3b9451ec6b7f0a5467712aa0b" [update] [update.modrinth] mod-id = "kidLKymU" -version = "kI0BeaJx" +version = "mPpbOC9S" diff --git a/TrotCraft/server/mods/yungs-better-witch-huts.pw.toml b/TrotCraft/server/mods/yungs-better-witch-huts.pw.toml index 55f0acc..26f79df 100644 --- a/TrotCraft/server/mods/yungs-better-witch-huts.pw.toml +++ b/TrotCraft/server/mods/yungs-better-witch-huts.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's Better Witch Huts" -filename = "YungsBetterWitchHuts-1.20.4-Fabric-3.4.3.jar" +filename = "YungsBetterWitchHuts-1.21.1-Fabric-4.1.1.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/t5FRdP87/versions/ZtIhxDv1/YungsBetterWitchHuts-1.20.4-Fabric-3.4.3.jar" -hash-format = "sha1" -hash = "06adaee6230d1963db16b05e998bc172cfb497c1" +url = "https://cdn.modrinth.com/data/t5FRdP87/versions/bdpPtvTn/YungsBetterWitchHuts-1.21.1-Fabric-4.1.1.jar" +hash-format = "sha512" +hash = "ca6749bd01cd5b623d6f58561a57c2e2a8f769c31e3947fceac22e495f5da5b803d05777c6e3e122da40c4dd49444d58aaface0220b0a3106a5b5e27658b2d9f" [update] [update.modrinth] mod-id = "t5FRdP87" -version = "ZtIhxDv1" +version = "bdpPtvTn" diff --git a/TrotCraft/server/mods/yungs-extras.pw.toml b/TrotCraft/server/mods/yungs-extras.pw.toml index 5cf590f..5a9c909 100644 --- a/TrotCraft/server/mods/yungs-extras.pw.toml +++ b/TrotCraft/server/mods/yungs-extras.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's Extras" -filename = "YungsExtras-1.20.4-Fabric-4.4.2.jar" +filename = "YungsExtras-1.21.1-Fabric-5.1.1.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/ZYgyPyfq/versions/hEhjUqf6/YungsExtras-1.20.4-Fabric-4.4.2.jar" -hash-format = "sha1" -hash = "cc0ec3884bbd6d156a3f315f4f022d592d8f1155" +url = "https://cdn.modrinth.com/data/ZYgyPyfq/versions/aVsikHca/YungsExtras-1.21.1-Fabric-5.1.1.jar" +hash-format = "sha512" +hash = "a5b3281fc482167864745df34d80c834c42aa434f372ebb6ccb0cd84a8882ce344c247db5a8dea0300fe30ef39e2a85fa650216ff12adeb6c435e182e0ae2e55" [update] [update.modrinth] mod-id = "ZYgyPyfq" -version = "hEhjUqf6" +version = "aVsikHca" diff --git a/TrotCraft/server/pack.toml b/TrotCraft/server/pack.toml index 33b3f3b..a646585 100644 --- a/TrotCraft/server/pack.toml +++ b/TrotCraft/server/pack.toml @@ -8,9 +8,10 @@ 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"] datapack-folder = "./datapacks" no-internal-hashes = true