diff --git a/TrotCraft/client/config/yosbr/config/betterf3.json b/TrotCraft/client/config/yosbr/config/betterf3.json new file mode 100644 index 0000000..c2d0b6a --- /dev/null +++ b/TrotCraft/client/config/yosbr/config/betterf3.json @@ -0,0 +1,240 @@ +{ + "general": { + "disable_mod": false, + "hide_bossbar": true, + "shadow_text": true, + "auto_start": false, + "animationSpeed": 1.0, + "always_show_ping": false, + "hide_debug_crosshair": false, + "background_color": 1867534416, + "space_modules": false, + "always_show_profiler": false, + "animations": false, + "fontScale": 1.0, + "hide_sidebar": true, + "always_show_tps": false + }, + "modules_right": [ + { + "name": "system", + "name_color": 16755200, + "value_color": 5636095, + "lines": { + "opengl_version": true, + "allocation_rate": true, + "display": true, + "java_version": true, + "gpu_driver": true, + "memory_usage": true, + "allocated_memory": true, + "cpu": true, + "gpu_utilization": true, + "time": true, + "gpu": true + }, + "enabled": true + }, + { + "name": "miscright", + "name_color": 16645526, + "value_color": 5636095, + "lines": { + "misc_right": true + }, + "enabled": true + }, + { + "empty_lines": 1, + "name": "empty", + "lines": { + "nothing": true + }, + "enabled": true + }, + { + "name": "target", + "name_color": 43775, + "value_color": 16777045, + "lines": { + "id_fluid": true, + "fluid_tags": true, + "block_states": true, + "targeted_block": true, + "block_tags": true, + "id_block": true, + "nothing": true, + "nothing2": true, + "targeted_fluid": true, + "targeted_entity": true, + "fluid_states": true + }, + "enabled": true + } + ], + "modules_left": [ + { + "name": "minecraft", + "name_color": 10506797, + "value_color": 43520, + "lines": { + "minecraft": true + }, + "enabled": true + }, + { + "color_high": 5635925, + "color_med": 16777045, + "name": "fps", + "lines": { + "fps": true + }, + "enabled": true, + "color_low": 16733525 + }, + { + "name": "graphics", + "name_color": 16755200, + "value_color": 5636095, + "lines": { + "shader": true, + "render_distance": true, + "graphics": true, + "clouds": true, + "biome_blend_radius": true + }, + "enabled": true + }, + { + "name": "server", + "name_color": 11184810, + "value_color": 16777045, + "lines": { + "server_tick": true, + "packets_sent": true, + "packets_received": true + }, + "enabled": true + }, + { + "color_x": 16733525, + "color_y": 5635925, + "color_z": 5636095, + "name": "coords", + "name_color": 16733525, + "lines": { + "chunk_coords": true, + "player_coords": true, + "block_coords": true, + "velocity": true, + "chunk_relative_coords": true, + "abs_velocity": true + }, + "enabled": true + }, + { + "name": "chunks", + "chunks_disabled_color": 16733525, + "name_color": 43775, + "value_color": 16777045, + "total_chunks_color": 16755200, + "lines": { + "chunk_file": true, + "available_buffers": true, + "loaded_chunks_server": true, + "forceloaded_chunks": true, + "chunk_culling": true, + "pending_uploads": true, + "pending_chunks": true, + "loaded_chunks": true, + "spawn_chunks": true, + "client_chunk_cache": true, + "chunk_sections": true + }, + "chunks_enabled_color": 5635925, + "enabled": true + }, + { + "name": "location", + "name_color": 43520, + "value_color": 5636095, + "lines": { + "light": true, + "biome": true, + "rotation": true, + "facing": true, + "slime_chunk": true, + "local_difficulty": true, + "day_ticks": true, + "days_played": true, + "dimension": true, + "highest_block": true, + "highest_block_server": true, + "light_server": true + }, + "enabled": true + }, + { + "name": "entity", + "name_color": 16733525, + "value_color": 16777045, + "total_entities_color": 16755200, + "lines": { + "entities": true, + "water_creature": true, + "underground_water_creature": true, + "ambient": true, + "particles": true, + "axolotls": true, + "creature": true, + "water_ambient": true, + "monster": true, + "misc": true + }, + "enabled": true + }, + { + "maximum_color": 43690, + "name": "sound", + "name_color": 16755200, + "value_color": 5636095, + "lines": { + "ambient_sounds": true, + "sounds": true, + "mood": true + }, + "enabled": true + }, + { + "enabled_color": 5635925, + "name": "help", + "name_color": 16645526, + "value_color": 5636095, + "disabled_color": 16733525, + "lines": { + "help": true, + "fps_tps_new": true, + "ping": true, + "pie_graph_new": true + }, + "enabled": true + }, + { + "empty_lines": 1, + "name": "empty", + "lines": { + "nothing": true + }, + "enabled": true + }, + { + "name": "miscleft", + "name_color": 16645526, + "value_color": 5636095, + "lines": { + "misc_left": true + }, + "enabled": true + } + ] +} \ No newline at end of file diff --git a/TrotCraft/client/config/yosbr/config/mambience/config.json b/TrotCraft/client/config/yosbr/config/mambience/config.json new file mode 100644 index 0000000..919da7a --- /dev/null +++ b/TrotCraft/client/config/yosbr/config/mambience/config.json @@ -0,0 +1,27 @@ +{ + "version": 3, + "debugLogging": false, + "scanner": { + "sizeX": 11, + "sizeY": 9, + "sizeZ": 11, + "interval": 20 + }, + "ambientEvents": { + "enabled": true, + "volume": 0.4, + "stopSounds": false, + "disableWind": false + }, + "effects": { + "enabled": true, + "sizeX": 36, + "sizeY": 18, + "sizeZ": 36, + "randomTicks": 384 + }, + "footsteps": { + "enabled": false, + "volume": 0.0 + } +} diff --git a/TrotCraft/client/config/yosbr/config/replaymod.json b/TrotCraft/client/config/yosbr/config/replaymod.json new file mode 100644 index 0000000..9a6a21b --- /dev/null +++ b/TrotCraft/client/config/yosbr/config/replaymod.json @@ -0,0 +1,66 @@ +{ + "core": { + "notifications": true + }, + "advanced": { + "recordingPath": "./replay_recordings/", + "cachePath": "./.replay_cache/", + "renderPath": "./replay_videos/", + "skipPostRenderGui": false, + "askForOpenEye": true, + "skipPostScreenshotGui": false, + "fullBrightness": "replaymod.gui.settings.fullbrightness.gamma", + "fullBrightness_valid_values": [ + "replaymod.gui.settings.fullbrightness.gamma", + "replaymod.gui.settings.fullbrightness.nightvision", + "replaymod.gui.settings.fullbrightness.both" + ] + }, + "recording": { + "recordSingleplayer": true, + "recordServer": true, + "indicator": true, + "autoStartRecording": false, + "autoPostProcess": true, + "renameDialog": true + }, + "replay": { + "showChat": true, + "showServerIPs": true, + "camera": "replaymod.camera.classic", + "camera_valid_values": [ + "replaymod.camera.classic", + "replaymod.camera.vanilla" + ], + "legacyMainMenuButton": false, + "mainMenuButton": "DEFAULT", + "mainMenuButton_valid_values": [ + "BIG", + "DEFAULT", + "TOP_LEFT", + "TOP_RIGHT", + "LEFT_OF_SINGLEPLAYER", + "RIGHT_OF_SINGLEPLAYER", + "LEFT_OF_MULTIPLAYER", + "RIGHT_OF_MULTIPLAYER", + "LEFT_OF_REALMS", + "RIGHT_OF_REALMS", + "LEFT_OF_MODS", + "RIGHT_OF_MODS" + ] + }, + "render": { + "frameTimeFromWorldTime": false + }, + "simplepathing": { + "pathpreview": true, + "autosync": true, + "timelineLength": 1800, + "interpolator": "replaymod.gui.editkeyframe.interpolator.catmullrom.name", + "interpolator_valid_values": [ + "replaymod.gui.editkeyframe.interpolator.catmullrom.name", + "replaymod.gui.editkeyframe.interpolator.cubic.name", + "replaymod.gui.editkeyframe.interpolator.linear.name" + ] + } +} \ No newline at end of file diff --git a/TrotCraft/client/config/yosbr/options.txt b/TrotCraft/client/config/yosbr/options.txt index 223664a..540b799 100644 --- a/TrotCraft/client/config/yosbr/options.txt +++ b/TrotCraft/client/config/yosbr/options.txt @@ -21,3 +21,4 @@ key_iris.keybind.toggleShaders:key.keyboard.unknown key_iris.keybind.shaderPackSelection:key.keyboard.unknown key_key.fabricskyboxes.toggle:key.keyboard.unknown key_key.fabrishot.screenshot:key.keyboard.unknown +key_key.mute_microphone:key.keyboard.o diff --git a/TrotCraft/client/index.toml b/TrotCraft/client/index.toml index 8237ad0..26d9346 100644 --- a/TrotCraft/client/index.toml +++ b/TrotCraft/client/index.toml @@ -12,6 +12,9 @@ file = "config/yosbr/config/NoChatReports/NCR-Encryption.json" [[files]] file = "config/yosbr/config/PaginatedAdvancements.json5" +[[files]] +file = "config/yosbr/config/betterf3.json" + [[files]] file = "config/yosbr/config/bobby.conf" @@ -54,6 +57,9 @@ file = "config/yosbr/config/isxander-main-menu-credits.json" [[files]] file = "config/yosbr/config/lambdynlights.toml" +[[files]] +file = "config/yosbr/config/mambience/config.json" + [[files]] file = "config/yosbr/config/midnightcontrols.json" @@ -75,6 +81,9 @@ file = "config/yosbr/config/moreculling.toml" [[files]] file = "config/yosbr/config/puzzle.json" +[[files]] +file = "config/yosbr/config/replaymod.json" + [[files]] file = "config/yosbr/config/rrls.toml" @@ -91,6 +100,10 @@ file = "config/yosbr/servers.dat" file = "mods/appleskin.pw.toml" metafile = true +[[files]] +file = "mods/axolotl-buckets.pw.toml" +metafile = true + [[files]] file = "mods/better-mount-hud.pw.toml" metafile = true @@ -99,10 +112,18 @@ metafile = true file = "mods/better-third-person.pw.toml" metafile = true +[[files]] +file = "mods/betterf3.pw.toml" +metafile = true + [[files]] file = "mods/big-pony.pw.toml" metafile = true +[[files]] +file = "mods/blur-fabric.pw.toml" +metafile = true + [[files]] file = "mods/bobby.pw.toml" metafile = true @@ -143,10 +164,18 @@ 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 +[[files]] +file = "mods/eating-animation.pw.toml" +metafile = true + [[files]] file = "mods/ebe.pw.toml" metafile = true @@ -231,6 +260,10 @@ metafile = true file = "mods/lithium.pw.toml" metafile = true +[[files]] +file = "mods/make_bubbles_pop.pw.toml" +metafile = true + [[files]] file = "mods/mambience.pw.toml" metafile = true @@ -291,10 +324,22 @@ metafile = true file = "mods/puzzle.pw.toml" metafile = true +[[files]] +file = "mods/reacharound.pw.toml" +metafile = true + [[files]] file = "mods/reeses-sodium-options.pw.toml" metafile = true +[[files]] +file = "mods/replay-voice-chat.pw.toml" +metafile = true + +[[files]] +file = "mods/replaymod.pw.toml" +metafile = true + [[files]] file = "mods/shulkerboxtooltip.pw.toml" metafile = true @@ -303,6 +348,10 @@ metafile = true file = "mods/simple-voice-chat.pw.toml" metafile = true +[[files]] +file = "mods/sit!.pw.toml" +metafile = true + [[files]] file = "mods/sodium-extra.pw.toml" metafile = true @@ -315,6 +364,22 @@ metafile = true file = "mods/sound-physics-remastered.pw.toml" metafile = true +[[files]] +file = "mods/tool-stats.pw.toml" +metafile = true + +[[files]] +file = "mods/visuality.pw.toml" +metafile = true + +[[files]] +file = "mods/xaeros-minimap.pw.toml" +metafile = true + +[[files]] +file = "mods/xaeros-world-map.pw.toml" +metafile = true + [[files]] file = "mods/yacl.pw.toml" metafile = true @@ -335,6 +400,10 @@ metafile = true file = "resourcepacks/fast-better-grass.pw.toml" metafile = true +[[files]] +file = "resourcepacks/love-and-tolerance.pw.toml" +metafile = true + [[files]] file = "resourcepacks/sparkles.pw.toml" metafile = true diff --git a/TrotCraft/client/mods/axolotl-buckets.pw.toml b/TrotCraft/client/mods/axolotl-buckets.pw.toml new file mode 100644 index 0000000..5b61a33 --- /dev/null +++ b/TrotCraft/client/mods/axolotl-buckets.pw.toml @@ -0,0 +1,13 @@ +name = "Axolotl Buckets" +filename = "axolotlbuckets-1.2.0+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/6tlhZmC5/versions/TVZJegop/axolotlbuckets-1.2.0%2B1.20.jar" +hash-format = "sha1" +hash = "b518d248c7c3dc1433a44a467e8d8fe8880cacb0" + +[update] +[update.modrinth] +mod-id = "6tlhZmC5" +version = "TVZJegop" diff --git a/TrotCraft/client/mods/betterf3.pw.toml b/TrotCraft/client/mods/betterf3.pw.toml new file mode 100644 index 0000000..8f05362 --- /dev/null +++ b/TrotCraft/client/mods/betterf3.pw.toml @@ -0,0 +1,13 @@ +name = "BetterF3" +filename = "BetterF3-9.0.2-Fabric-1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8shC1gFX/versions/AkivIlyi/BetterF3-9.0.2-Fabric-1.20.4.jar" +hash-format = "sha1" +hash = "780ae4f29fb249c3f6be75724b3084a075ec36cb" + +[update] +[update.modrinth] +mod-id = "8shC1gFX" +version = "AkivIlyi" diff --git a/TrotCraft/client/mods/blur-fabric.pw.toml b/TrotCraft/client/mods/blur-fabric.pw.toml new file mode 100644 index 0000000..c04235c --- /dev/null +++ b/TrotCraft/client/mods/blur-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Blur+ (Fabric)" +filename = "blur-3.2.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NK39zBp2/versions/zzelzVhK/blur-3.2.0.jar" +hash-format = "sha1" +hash = "693ca6b0167af634141a6ae391d2bef2aabc2d08" + +[update] +[update.modrinth] +mod-id = "NK39zBp2" +version = "zzelzVhK" diff --git a/TrotCraft/client/mods/controlify.pw.toml b/TrotCraft/client/mods/controlify.pw.toml index a7ee994..ab295bb 100644 --- a/TrotCraft/client/mods/controlify.pw.toml +++ b/TrotCraft/client/mods/controlify.pw.toml @@ -1,13 +1,13 @@ name = "Controlify" -filename = "Controlify-2.0.0-beta.5+1.20.4.jar" +filename = "Controlify-2.0.0-beta.8+1.20.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/FeADDFg7/Controlify-2.0.0-beta.5%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/Q5nQC6JX/Controlify-2.0.0-beta.8%2B1.20.4.jar" hash-format = "sha1" -hash = "33783ebb7951e830f5d07e520f78ebe1d4ef7051" +hash = "852934980d899cfdd2e8ef6a5d8fb3991fb073f7" [update] [update.modrinth] mod-id = "DOUdJVEm" -version = "FeADDFg7" +version = "Q5nQC6JX" diff --git a/TrotCraft/client/mods/dripsounds-fabric.pw.toml b/TrotCraft/client/mods/dripsounds-fabric.pw.toml new file mode 100644 index 0000000..de90a78 --- /dev/null +++ b/TrotCraft/client/mods/dripsounds-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Drip Sounds (Fabric)" +filename = "DripSounds-1.19.4-0.3.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/T8MMXTpr/versions/7GB1hLrr/DripSounds-1.19.4-0.3.2.jar" +hash-format = "sha1" +hash = "0ec2a4722337bdcb668b6e37c43ec35bc2e0c617" + +[update] +[update.modrinth] +mod-id = "T8MMXTpr" +version = "7GB1hLrr" diff --git a/TrotCraft/client/mods/dynamic-fps.pw.toml b/TrotCraft/client/mods/dynamic-fps.pw.toml index d7bdffc..dc50547 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.2+minecraft-1.20.4-fabric.jar" +filename = "dynamic-fps-3.4.3+minecraft-1.20.0-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/shfvdKKK/dynamic-fps-3.4.2%2Bminecraft-1.20.4-fabric.jar" +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/48hFxWw7/dynamic-fps-3.4.3%2Bminecraft-1.20.0-fabric.jar" hash-format = "sha1" -hash = "9e20b9ac6a068615355905b7e10f60d64acd0ccc" +hash = "30b60a63c1dc1688f16ac3a8ef97d76b71397d97" [update] [update.modrinth] mod-id = "LQ3K71Q1" -version = "shfvdKKK" +version = "48hFxWw7" diff --git a/TrotCraft/client/mods/eating-animation.pw.toml b/TrotCraft/client/mods/eating-animation.pw.toml new file mode 100644 index 0000000..16fab2b --- /dev/null +++ b/TrotCraft/client/mods/eating-animation.pw.toml @@ -0,0 +1,13 @@ +name = "Eating Animation" +filename = "eating-animation-1.20+1.9.61.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rUgZvGzi/versions/AqXSvu6M/eating-animation-1.20%2B1.9.61.jar" +hash-format = "sha1" +hash = "d5a8909b0b864eb1a7a2d62368932d264eb60317" + +[update] +[update.modrinth] +mod-id = "rUgZvGzi" +version = "AqXSvu6M" diff --git a/TrotCraft/client/mods/entity-model-features.pw.toml b/TrotCraft/client/mods/entity-model-features.pw.toml index 47b2465..8cb4c0e 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.jar" +filename = "entity_model_features_fabric_1.20.4-2.0.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/up2Xg2sy/entity_model_features_fabric_1.20.4-2.0.jar" +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/FTmtYNdf/entity_model_features_fabric_1.20.4-2.0.2.jar" hash-format = "sha1" -hash = "54822a000da2917db26e3b74836aa773ede12f7d" +hash = "a89cc56a905536aec3fb1ee73681b04c6976da63" [update] [update.modrinth] mod-id = "4I1XuqiY" -version = "up2Xg2sy" +version = "FTmtYNdf" diff --git a/TrotCraft/client/mods/entitytexturefeatures.pw.toml b/TrotCraft/client/mods/entitytexturefeatures.pw.toml index 67bb6a1..1ce1643 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.jar" +filename = "entity_texture_features_fabric_1.20.4-6.0.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/6QKgVWs7/entity_texture_features_fabric_1.20.4-6.0.jar" +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/5a6694zO/entity_texture_features_fabric_1.20.4-6.0.1.jar" hash-format = "sha1" -hash = "6b558eea009d2f786d1c455b31ba4990495f2e70" +hash = "3d4a9462cc2d76bcde4042a83f708efe20b5d567" [update] [update.modrinth] mod-id = "BVzZfTc1" -version = "6QKgVWs7" +version = "5a6694zO" diff --git a/TrotCraft/client/mods/fabric-language-kotlin.pw.toml b/TrotCraft/client/mods/fabric-language-kotlin.pw.toml index 48c1296..c49d57b 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.19+kotlin.1.9.23.jar" +filename = "fabric-language-kotlin-1.10.20+kotlin.1.9.24.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/ZMokinzs/fabric-language-kotlin-1.10.19%2Bkotlin.1.9.23.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/a7MqDLdC/fabric-language-kotlin-1.10.20%2Bkotlin.1.9.24.jar" hash-format = "sha1" -hash = "d8a8a5a4f1289e9b4d65f9551c32fbdf56b4f162" +hash = "8a7e6a0cf1f31c0d2a819819ba78a0609e1577f9" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "ZMokinzs" +version = "a7MqDLdC" diff --git a/TrotCraft/client/mods/immediatelyfast.pw.toml b/TrotCraft/client/mods/immediatelyfast.pw.toml index 8c3c034..37f016d 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.11+1.20.4.jar" +filename = "ImmediatelyFast-Fabric-1.2.14+1.20.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/FEOsWs1E/ImmediatelyFast-Fabric-1.2.11%2B1.20.4.jar" +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/8eoEPo8E/ImmediatelyFast-Fabric-1.2.14%2B1.20.4.jar" hash-format = "sha1" -hash = "71cff4c39487def96292cd8f5bef37795fbfbc31" +hash = "c9a1458c46ef4b61498d68722133c7fb7a818cde" [update] [update.modrinth] mod-id = "5ZwdcRci" -version = "FEOsWs1E" +version = "8eoEPo8E" diff --git a/TrotCraft/client/mods/iris.pw.toml b/TrotCraft/client/mods/iris.pw.toml index a924c6c..f4566c9 100644 --- a/TrotCraft/client/mods/iris.pw.toml +++ b/TrotCraft/client/mods/iris.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-mc1.20.4-1.6.17.jar" +filename = "iris-1.7.0+mc1.20.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/kGdJ11Rt/iris-mc1.20.4-1.6.17.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/45ETshvT/iris-1.7.0%2Bmc1.20.4.jar" hash-format = "sha1" -hash = "42e06f32cd7036c10d69564a64ce1d08afe3c613" +hash = "e6807ee92fee59352b8f0fe4419e0dbb772e2d90" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "kGdJ11Rt" +version = "45ETshvT" diff --git a/TrotCraft/client/mods/make_bubbles_pop.pw.toml b/TrotCraft/client/mods/make_bubbles_pop.pw.toml new file mode 100644 index 0000000..02123f8 --- /dev/null +++ b/TrotCraft/client/mods/make_bubbles_pop.pw.toml @@ -0,0 +1,13 @@ +name = "Make Bubbles Pop" +filename = "make_bubbles_pop-0.2.0-fabric-mc1.19.4+.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" +hash-format = "sha1" +hash = "0044c979ef7104f5a7ac4005b7f63a6bd57f516f" + +[update] +[update.modrinth] +mod-id = "gPCdW0Wr" +version = "ZQx9k5Sj" diff --git a/TrotCraft/client/mods/modernfix.pw.toml b/TrotCraft/client/mods/modernfix.pw.toml index 78381f1..5cced59 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.16.1+mc1.20.4.jar" +filename = "modernfix-fabric-5.17.0+mc1.20.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/EL78UqrQ/modernfix-fabric-5.16.1%2Bmc1.20.4.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/CV2Vtn5m/modernfix-fabric-5.17.0%2Bmc1.20.4.jar" hash-format = "sha1" -hash = "8b4bb254612b8f924edd5a2724d485873c8b08d8" +hash = "cf5f1f0db74b0385c2738c6fbf8347e7e68100d6" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "EL78UqrQ" +version = "CV2Vtn5m" diff --git a/TrotCraft/client/mods/no-chat-reports.pw.toml b/TrotCraft/client/mods/no-chat-reports.pw.toml index 425327c..a47b819 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.0.jar" +filename = "NoChatReports-FABRIC-1.20.4-v2.6.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/qCjTB3QT/NoChatReports-FABRIC-1.20.4-v2.6.0.jar" +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/Pjto4zdj/NoChatReports-FABRIC-1.20.4-v2.6.1.jar" hash-format = "sha1" -hash = "e420651be58e465336d8eeefcd1f87db2a5c4527" +hash = "f9eb4355b82719c2a40607878dfd61ded138f69e" [update] [update.modrinth] mod-id = "qQyHxfxd" -version = "qCjTB3QT" +version = "Pjto4zdj" diff --git a/TrotCraft/client/mods/optigui.pw.toml b/TrotCraft/client/mods/optigui.pw.toml index aa4d8ad..4e5c480 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-alpha.2.jar" +filename = "optigui-2.3.0-beta.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/cGrREnKA/optigui-2.3.0-alpha.2.jar" +url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/pUVuXS69/optigui-2.3.0-beta.2.jar" hash-format = "sha1" -hash = "1fa0e3492b3630ee353b46578585571c87802460" +hash = "7da1eeccdb999f2aaa2353e690a83ef5fbce6eaa" [update] [update.modrinth] mod-id = "JuksLGBQ" -version = "cGrREnKA" +version = "pUVuXS69" diff --git a/TrotCraft/client/mods/polytone.pw.toml b/TrotCraft/client/mods/polytone.pw.toml index 89d0797..4f308b0 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.5-fabric.jar" +filename = "polytone-1.20.4-1.18.7-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/1EbrNltt/polytone-1.20.4-1.18.5-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/tfSAWwie/polytone-1.20.4-1.18.7-fabric.jar" hash-format = "sha1" -hash = "e540f64068944a958fcff45e40340c02d258e5fd" +hash = "ff4ecdc1a382850a7b6ac9aed5b32a870dc9e091" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "1EbrNltt" +version = "tfSAWwie" diff --git a/TrotCraft/client/mods/reacharound.pw.toml b/TrotCraft/client/mods/reacharound.pw.toml new file mode 100644 index 0000000..131cb82 --- /dev/null +++ b/TrotCraft/client/mods/reacharound.pw.toml @@ -0,0 +1,13 @@ +name = "Reacharound" +filename = "reacharound+1.20-1.1.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/r3VgI4QN/versions/uk6tRHW7/reacharound%2B1.20-1.1.2.jar" +hash-format = "sha1" +hash = "31406fd3d8d2eb0424c3c84fa0cec186445e6438" + +[update] +[update.modrinth] +mod-id = "r3VgI4QN" +version = "uk6tRHW7" diff --git a/TrotCraft/client/mods/replay-voice-chat.pw.toml b/TrotCraft/client/mods/replay-voice-chat.pw.toml new file mode 100644 index 0000000..b04a949 --- /dev/null +++ b/TrotCraft/client/mods/replay-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Replay Voice Chat" +filename = "replayvoicechat-fabric-1.20.4-1.3.7.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yI6ANuOK/versions/MldM83sM/replayvoicechat-fabric-1.20.4-1.3.7.jar" +hash-format = "sha1" +hash = "9761e9b4993a8aba254b5d1f03ddfd7fe5438bce" + +[update] +[update.modrinth] +mod-id = "yI6ANuOK" +version = "MldM83sM" diff --git a/TrotCraft/client/mods/replaymod.pw.toml b/TrotCraft/client/mods/replaymod.pw.toml new file mode 100644 index 0000000..d3acf1e --- /dev/null +++ b/TrotCraft/client/mods/replaymod.pw.toml @@ -0,0 +1,13 @@ +name = "ReplayMod" +filename = "replaymod-1.20.4-2.6.15.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/TGJXKoTQ/replaymod-1.20.4-2.6.15.jar" +hash-format = "sha1" +hash = "0ef572fd92d04e52d8b8e9ad3353b2a38b4bcb04" + +[update] +[update.modrinth] +mod-id = "Nv2fQJo5" +version = "TGJXKoTQ" diff --git a/TrotCraft/client/mods/simple-voice-chat.pw.toml b/TrotCraft/client/mods/simple-voice-chat.pw.toml index c360aec..cef4415 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.12.jar" +filename = "voicechat-fabric-1.20.4-2.5.14.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/B23zGLmw/voicechat-fabric-1.20.4-2.5.12.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/dfM3PsPw/voicechat-fabric-1.20.4-2.5.14.jar" hash-format = "sha1" -hash = "8a2221c8bbbb9e0a35342798377c71d00027cff4" +hash = "fffa213b5e5dc2fb8dc1dac3eef0e9e991c5510a" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "B23zGLmw" +version = "dfM3PsPw" diff --git a/TrotCraft/client/mods/sit!.pw.toml b/TrotCraft/client/mods/sit!.pw.toml new file mode 100644 index 0000000..55ee3d1 --- /dev/null +++ b/TrotCraft/client/mods/sit!.pw.toml @@ -0,0 +1,13 @@ +name = "Sit!" +filename = "sit!-1.1.5+1.20.2-1.20.4.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" +hash-format = "sha1" +hash = "0320eb95dd0d8be19877e63781323e9e849a7ccc" + +[update] +[update.modrinth] +mod-id = "EsYqsGV4" +version = "PQVEDsrw" diff --git a/TrotCraft/client/mods/tool-stats.pw.toml b/TrotCraft/client/mods/tool-stats.pw.toml new file mode 100644 index 0000000..6c6343f --- /dev/null +++ b/TrotCraft/client/mods/tool-stats.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..33bc62d --- /dev/null +++ b/TrotCraft/client/mods/visuality.pw.toml @@ -0,0 +1,13 @@ +name = "Visuality" +filename = "visuality-0.7.4+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rI0hvYcd/versions/pG2APhxP/visuality-0.7.4%2B1.20.4.jar" +hash-format = "sha1" +hash = "cea92ec59dfbff028eef7e49dcc7e5c1114adc88" + +[update] +[update.modrinth] +mod-id = "rI0hvYcd" +version = "pG2APhxP" diff --git a/TrotCraft/client/mods/xaeros-minimap.pw.toml b/TrotCraft/client/mods/xaeros-minimap.pw.toml new file mode 100644 index 0000000..175ee97 --- /dev/null +++ b/TrotCraft/client/mods/xaeros-minimap.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's Minimap" +filename = "Xaeros_Minimap_24.1.1_Fabric_1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1bokaNcj/versions/a1aPoO3W/Xaeros_Minimap_24.1.1_Fabric_1.20.4.jar" +hash-format = "sha1" +hash = "a1945f9b1cf40da18fc107b2940dbccbaeed0112" + +[update] +[update.modrinth] +mod-id = "1bokaNcj" +version = "a1aPoO3W" diff --git a/TrotCraft/client/mods/xaeros-world-map.pw.toml b/TrotCraft/client/mods/xaeros-world-map.pw.toml new file mode 100644 index 0000000..543dead --- /dev/null +++ b/TrotCraft/client/mods/xaeros-world-map.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's World Map" +filename = "XaerosWorldMap_1.38.4_Fabric_1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/ciwrnpWQ/XaerosWorldMap_1.38.4_Fabric_1.20.4.jar" +hash-format = "sha1" +hash = "030eaa1334edaf0b9498410e3f7340cd4529ca89" + +[update] +[update.modrinth] +mod-id = "NcUtCpym" +version = "ciwrnpWQ" diff --git a/TrotCraft/client/mods/yacl.pw.toml b/TrotCraft/client/mods/yacl.pw.toml index c7363c8..0ceffd8 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.0+1.20.4-fabric.jar" +filename = "YetAnotherConfigLib-3.4.2+1.20.4-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/G8Aq3OEv/YetAnotherConfigLib-3.4.0%2B1.20.4-fabric.jar" +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/EkAJiIZH/YetAnotherConfigLib-3.4.2%2B1.20.4-fabric.jar" hash-format = "sha1" -hash = "e0b74579c217b6161bac62ea2872af96660c589e" +hash = "a67986e7683bb6e5e71c55911b1badbb6d0d7c4c" [update] [update.modrinth] mod-id = "1eAoo2KR" -version = "G8Aq3OEv" +version = "EkAJiIZH" diff --git a/TrotCraft/client/mods/zoomify.pw.toml b/TrotCraft/client/mods/zoomify.pw.toml index 0e98333..52c973b 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.2.jar" +filename = "Zoomify-2.13.4+1.20.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/BalILUb7/Zoomify-2.13.2.jar" +url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/VfWNmPC4/Zoomify-2.13.4%2B1.20.4.jar" hash-format = "sha1" -hash = "a3a76fcd4628ab6a2b329c80af15c7367409c806" +hash = "4d01964df2daf172778585b1eaef8d62ff3cf9d3" [update] [update.modrinth] mod-id = "w7ThoJFB" -version = "BalILUb7" +version = "VfWNmPC4" diff --git a/TrotCraft/client/pack.toml b/TrotCraft/client/pack.toml index 2005fc4..fb3e098 100644 --- a/TrotCraft/client/pack.toml +++ b/TrotCraft/client/pack.toml @@ -8,7 +8,7 @@ file = "index.toml" hash-format = "sha256" [versions] -fabric = "0.15.10" +fabric = "0.15.11" minecraft = "1.20.4" [options] diff --git a/TrotCraft/client/resourcepacks/love-and-tolerance.pw.toml b/TrotCraft/client/resourcepacks/love-and-tolerance.pw.toml new file mode 100644 index 0000000..04abe47 --- /dev/null +++ b/TrotCraft/client/resourcepacks/love-and-tolerance.pw.toml @@ -0,0 +1,13 @@ +name = "Love & Tolerance" +filename = "L-T_1.3.0-format.12-dasx-vsp-fb-mlp.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Lh4K2dRp/versions/K9yR3jQX/L-T_1.3.0-format.12-dasx-vsp-fb-mlp.zip" +hash-format = "sha1" +hash = "60f55f2d57b61652627f03584ff9cf507248c011" + +[update] +[update.modrinth] +mod-id = "Lh4K2dRp" +version = "K9yR3jQX" diff --git a/TrotCraft/client/resourcepacks/translations-for-sodium.pw.toml b/TrotCraft/client/resourcepacks/translations-for-sodium.pw.toml index d948956..1817b62 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/jxHmg0uz/SodiumTranslations.zip" +url = "https://cdn.modrinth.com/data/yfDziwn1/versions/PhdQqp9M/SodiumTranslations.zip" hash-format = "sha1" -hash = "141e855f76a444bec32d24b5477dd637a4fe01b6" +hash = "701a36839b1897bfb1728d62d34adab49b73e4ef" [update] [update.modrinth] mod-id = "yfDziwn1" -version = "jxHmg0uz" +version = "PhdQqp9M"