diff --git a/quilt/config/fancymenu/customization/loading.txt b/quilt/config/fancymenu/customization/loading.txt new file mode 100644 index 0000000..2a969d3 --- /dev/null +++ b/quilt/config/fancymenu/customization/loading.txt @@ -0,0 +1,67 @@ +type = menu + +customization-meta { + identifier = de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen + randomgroup = 1 + renderorder = foreground + randommode = false + randomonlyfirsttime = false +} + +customization { + path = config/fancymenu/wynn/background.png + action = texturizebackground +} + +customization { + keepaspectratio = false + action = backgroundoptions +} + +customization { + orientation = top-left + hidden = true + original_pos_size_calculation = false + x = 2 + width = 120 + action = deep_customization_element:drippy_overlay_logo + actionid = a7aa4dd1-aa82-430c-9390-f64f528a18511700395931552 + y = 4 + height = 30 +} + +customization { + custom_color_hex = #000000 + orientation = top-left + hidden = false + x = -1000000 + width = 0 + action = deep_customization_element:drippy_overlay_background + actionid = 45aba4c7-15c9-4dce-808c-ff5a3a13cdb61700395931558 + y = -1000000 + height = 0 +} + +customization { + orientation = top-left + hidden = false + original_pos_size_calculation = true + x = 140 + width = 360 + action = deep_customization_element:drippy_overlay_progress_bar + actionid = 6282dca7-ce05-49e1-b69c-24095939cbf21700395931558 + y = 294 + height = 10 +} + +customization { + path = config/fancymenu/wynn/wynncraft_logo.png + orientation = mid-centered + x = -170 + width = 340 + action = addtexture + actionid = 059f8481-b6e4-4e0c-8a1e-f608665d0d711700397087125 + y = -60 + height = 120 +} + diff --git a/quilt/config/fancymenu/customization/wynn.txt b/quilt/config/fancymenu/customization/wynn.txt old mode 100755 new mode 100644 index 7b07412..403ae22 --- a/quilt/config/fancymenu/customization/wynn.txt +++ b/quilt/config/fancymenu/customization/wynn.txt @@ -18,14 +18,6 @@ customization { action = backgroundoptions } -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% - orientation = bottom-right - x = -198 - action = movebutton - y = -13 -} - customization { identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% orientation = mid-centered @@ -42,16 +34,12 @@ customization { } customization { - identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button% - action = hidebutton -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button% - orientation = mid-centered - x = 103 + identifier = %id=604382% + orientation = element + orientation_element = vanillabtn:button_compatibility_id:mc_titlescreen_quit_button + x = 101 action = movebutton - y = 42 + y = 0 } customization { @@ -65,7 +53,7 @@ customization { customization { identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% orientation = mid-centered - x = 0 + x = 2 action = movebutton y = 41 } @@ -76,16 +64,12 @@ customization { } customization { - identifier = %id=button_compatibility_id:mc_titlescreen_language_button% - action = hidebutton -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_language_button% - orientation = mid-centered - x = -125 + identifier = %id=376382% + orientation = element + orientation_element = vanillabtn:button_compatibility_id:mc_titlescreen_options_button + x = -23 action = movebutton - y = 42 + y = 0 } customization { @@ -163,7 +147,7 @@ customization { loopbackgroundanimations = true restartbackgroundanimations = true buttonaction = joinserver;lobby.wynncraft.com%btnaction_splitter_fm% - x = 1 + x = 2 width = 98 action = addbutton actionid = e9e31d78-53b4-4e7a-a285-be3d2820b3f11673004910908 @@ -273,3 +257,19 @@ customization { height = 12 } +customization { + orientation = element + restartbackgroundanimations = true + buttonaction = opengui;net.coderbot.iris.gui.screen.ShaderPackScreen%btnaction_splitter_fm% + description = Shaders + label = S + loopbackgroundanimations = true + orientation_element = 2125e65b-daf7-4cce-ad7a-49b9934d13be1673002882086 + x = -23 + width = 20 + action = addbutton + actionid = 0b7bb83c-7423-405d-be9f-ce92659dfba61700394749974 + y = 0 + height = 20 +} + diff --git a/quilt/config/fancymenu/wynn/background.png b/quilt/config/fancymenu/wynn/background.png new file mode 100644 index 0000000..e5412fc Binary files /dev/null and b/quilt/config/fancymenu/wynn/background.png differ diff --git a/quilt/config/version.txt b/quilt/config/version.txt index 19177b8..377ad2e 100755 --- a/quilt/config/version.txt +++ b/quilt/config/version.txt @@ -1 +1 @@ -Wynncraft 101 - 0.1.0 (Beta) +Wynncraft 101 - 0.2.0 (Beta) diff --git a/quilt/config/yosbr/config/iris.properties b/quilt/config/yosbr/config/iris.properties new file mode 100644 index 0000000..0b362c1 --- /dev/null +++ b/quilt/config/yosbr/config/iris.properties @@ -0,0 +1,8 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Sun Nov 19 12:37:57 CET 2023 +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +maxShadowRenderDistance=32 +shaderPack=ComplementaryUnbound_r5.0.1.zip +enableShaders=false diff --git a/quilt/config/ok-boomer.json5 b/quilt/config/yosbr/config/ok-boomer.json5 similarity index 100% rename from quilt/config/ok-boomer.json5 rename to quilt/config/yosbr/config/ok-boomer.json5 diff --git a/quilt/config/yosbr/config/shouldersurfing.toml b/quilt/config/yosbr/config/shouldersurfing.toml new file mode 100644 index 0000000..fab4349 --- /dev/null +++ b/quilt/config/yosbr/config/shouldersurfing.toml @@ -0,0 +1,124 @@ + +[perspective] + #Size of the camera adjustment per step. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + camera_step_size = 0.025 + #The angle at which the player will no longer be rendered when looking up. Set to 0 to disable. + #Range: 0.0 ~ 90.0 + hide_player_when_looking_up_angle = 15.0 + #The speed multiplier at which the camera transitions between positions. + #Range: 0.05 ~ 1.0 + camera_transition_speed_multiplier = 0.25 + #Whether or not to limit the player reach depending on the crosshair location (perspective offset). + limit_player_reach = true + #The default perspective when you load the game. + #Allowed Values: FIRST_PERSON, THIRD_PERSON_BACK, THIRD_PERSON_FRONT, SHOULDER_SURFING + default_perspective = "FIRST_PERSON" + #Whether or not to remember the last perspective used. + remember_last_perspective = true + #The distance multiplier on whether or not to hide the player model if the camera gets too close to it. Set to 0 to disable. + #Range: 0.0 ~ 1.7976931348623157E308 + keep_camera_out_of_head_distance_multiplier = 0.75 + #The angle at which the camera will be centered when looking down. Set to 0 to disable. + #Range: 0.0 ~ 90.0 + center_camera_when_looking_down_angle = 15.0 + #Whether or not to temporarily center the camera when climbing. + center_camera_when_climbing = true + #Whether or not to replace the default third person perspective. + replace_default_perspective = false + #Whether or not to skip the third person front perspective. + skip_third_person_front_perspective = false + #Whether or not to dynamically adjust camera offsets depending on space constraints. + dynamically_adjust_offsets = true + + [perspective.offset] + #Third person camera x-offset. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + offset_x = -0.75 + #Third person camera y-offset. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + offset_y = 0.0 + #Third person camera z-offset. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + offset_z = 3.0 + + [perspective.offset.min] + #If x-offset is limited this is the minimum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + min_offset_x = -3.0 + #If z-offset is limited this is the minimum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + min_offset_z = -3.0 + #If y-offset is limited this is the minimum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + min_offset_y = -1.0 + + [perspective.offset.max] + #If z-offset is limited this is the maximum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + max_offset_z = 5.0 + #If y-offset is limited this is the maximum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + max_offset_y = 1.5 + #If x-offset is limited this is the maximum amount. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + max_offset_x = 3.0 + + [perspective.offset.multiplier] + + [perspective.offset.multiplier.passenger] + #y-offset multiplier for when the player is a passenger. + #Range: 0.0 ~ 1.7976931348623157E308 + multiplier_offset_y = 1.0 + #x-offset multiplier for when the player is a passenger. + #Range: 0.0 ~ 1.7976931348623157E308 + multiplier_offset_x = 1.0 + #z-offset multiplier for when the player is a passenger. + #Range: 0.0 ~ 1.7976931348623157E308 + multiplier_offset_z = 1.0 + + [perspective.offset.multiplier.sprint] + #y-offset multiplier for when the player is sprinting. + #Range: 0.0 ~ 1.7976931348623157E308 + multiplier_offset_y = 1.0 + #x-offset multiplier for when the player is sprinting. + #Range: 0.0 ~ 1.7976931348623157E308 + multiplier_offset_x = 1.0 + #z-offset multiplier for when the player is sprinting. + #Range: 0.0 ~ 1.7976931348623157E308 + multiplier_offset_z = 1.0 + + [perspective.offset.limits] + #Whether or not z-offset adjustment has limits. + unlimited_offset_z = false + #Whether or not y-offset adjustment has limits. + unlimited_offset_y = false + #Whether or not x-offset adjustment has limits. + unlimited_offset_x = false + +[crosshair] + #The raytrace distance used for the dynamic crosshair. + #Range: 0.0 ~ 1.7976931348623157E308 + custom_raytrace_distance = 400.0 + #Crosshair type to use for shoulder surfing. + #Allowed Values: ADAPTIVE, DYNAMIC, STATIC, STATIC_WITH_1PP, DYNAMIC_WITH_1PP + crosshair_type = "ADAPTIVE" + #Whether or not to use the custom raytrace distance used for the dynamic crosshair. + use_custom_raytrace_distance = true + #Additional items that trigger the dynamic crosshair when in apative mode. + adaptive_crosshair_items = ["minecraft:snowball", "minecraft:egg", "minecraft:experience_bottle", "minecraft:ender_pearl", "minecraft:splash_potion", "minecraft:fishing_rod", "minecraft:lingering_potion"] + + [crosshair.visibility] + #Crosshair visibility for first_person. + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + first_person = "ALWAYS" + #Crosshair visibility for shoulder_surfing. + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + shoulder_surfing = "ALWAYS" + #Crosshair visibility for third_person_back. + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + third_person_back = "NEVER" + #Crosshair visibility for third_person_front. + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + third_person_front = "NEVER" + diff --git a/quilt/index.toml b/quilt/index.toml index bf07a38..f38ea2f 100644 --- a/quilt/index.toml +++ b/quilt/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "CHANGELOG.md" -hash = "b6cad2ead50758c4319b1c5b97d942a3bc990f69913e05c81f49e62a04d5f6df" +hash = "da05778f402fb763dd24cea10c11c28ed305b3044847e7d1cbe31eeacc827c50" [[files]] file = "config/fancymenu/config.txt" @@ -12,9 +12,13 @@ hash = "a68403d921757907ccc6db84c8ad9c857b437bfc52215638f0e94a9bf043ee63" file = "config/fancymenu/customizablemenus.txt" hash = "cbd93e8f34f681b071aadadb0059b80be1e224b1d4bfd0ebe17ecf7ea22c6aed" +[[files]] +file = "config/fancymenu/customization/loading.txt" +hash = "d174409e3199529bc774a76cbc637dff0c05da25b430e20097817cc5ea2841cc" + [[files]] file = "config/fancymenu/customization/wynn.txt" -hash = "75be5259f7aa99a921d88bfda65e3ffdb43356996a0b356ede9f030a972bfd8a" +hash = "4aafad0a51e3472aad5b8cfcd1d82a66b65db353650e725c044da22082963b0d" [[files]] file = "config/fancymenu/menu_identifiers.db" @@ -56,13 +60,35 @@ hash = "7f5b21dc7b9def5ee98c9a4b2fddc78ee5c8a0620c07e18f787002c7a1ac2386" file = "config/fancymenu/user_variables.db" hash = "655d37e4978ade07621dd085b097d61dfe840cf07a226374650c4fdd407a2196" +[[files]] +file = "config/fancymenu/wynn/background.png" +hash = "6c11323734e7281caef8bc336e6eb4571a90d0b71b44f3afd02d1c3a2ffe0fb5" + [[files]] file = "config/fancymenu/wynn/wynncraft_logo.png" hash = "d6ca61843ad84e0c0f93fca5ed2a6f6ee9a8aadf898ffd312ad5323263df0448" [[files]] file = "config/version.txt" -hash = "0aa4a701f0ca877746e58d0b56e783a0a0d9d3c7a6c6a17eedc7a79e23b20164" +hash = "b4baa5c4e62a3af6b797825be3ee04ed66eabe0bc46fd221eac97b1aaba2e985" + +[[files]] +file = "config/yosbr/config/iris.properties" +hash = "1433d3b049af59d534211442102a81613adab4a2922e3f8dc0252d8b7157b508" + +[[files]] +file = "config/yosbr/config/ok-boomer.json5" +hash = "488feb7357c6640da047d4359940fbae58ac37a0d25d6687d25f6ac231628b9c" + +[[files]] +file = "mods/drippy-loading-screen.pw.toml" +hash = "bed56b908248a37d993321aac20742151570d608c6244d3d965c477586b1b12e" +metafile = true + +[[files]] +file = "mods/emuno.pw.toml" +hash = "8f0c18360533351fff9237b803b1a91fb86cc9b00d56e61f116076e654c9f8e8" +metafile = true [[files]] file = "mods/entityculling.pw.toml" @@ -71,7 +97,7 @@ metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "0907369c09747fe4604381ce134fe19fbb6bbf1687a8294e3defdfd33c6ea46a" +hash = "6c6ebc716eee42c2f60899e53dfcea8ac6e374222d1eff7eff29b9f599012bb5" metafile = true [[files]] @@ -84,6 +110,21 @@ file = "mods/forge-config-api-port.pw.toml" hash = "e00070f0db00ebcd304f8f68fd44e59ceaedbc8c27743c9c195134aae57c5fde" metafile = true +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "1ef40993b8abff2b77e3f5f59874e6de0348e4c39f6b8e5561fa672a8b1c5c0b" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "0c5e71addef34c8dcd1c81dfc2ad851a3e274b9d8d3a7d388e1113d4139bf8d8" +metafile = true + +[[files]] +file = "mods/iris.pw.toml" +hash = "7df52a269aaabcb9c4d3ce72322177f4cb5d2e8fc8d506554fa6b6290b0ad548" +metafile = true + [[files]] file = "mods/konkrete.pw.toml" hash = "b60b47aaffed67b9b59b99f776b9f261281ac0d5b46898edd4b69904ff98671e" @@ -96,7 +137,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "908c65f0cf2b42a1889f4d8712d5976341ec1b5c77a629dad6eee105de6c6ab3" +hash = "889209f12eb20880b72360d87c20ed5d1715253f25a24f19196c63d9fe9f15e4" metafile = true [[files]] @@ -116,7 +157,7 @@ metafile = true [[files]] file = "mods/shoulder-surfing-reloaded.pw.toml" -hash = "4c68221184b1a5327b2454e46f5b7229be293163af2ef8ffb49927de9f878c86" +hash = "2678000e798e5e029164e10daa7c69f59060d532b56852694b906bc2e7f85a35" metafile = true [[files]] @@ -131,7 +172,12 @@ metafile = true [[files]] file = "mods/wynntils.pw.toml" -hash = "ed90be5309c8bea56b9caaa3d59d9cfefe746e79adfdd984ba51d74d8a844279" +hash = "559f272b4e50b2ece1f678299a89ced1ed0b12b7f904468a459c8cb2876bf739" +metafile = true + +[[files]] +file = "mods/yosbr.pw.toml" +hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" metafile = true [[files]] @@ -141,3 +187,8 @@ hash = "3fd60d2e016b5c27261dea18b3b9bbc737893644923a0eba9e5e5cbdd1364440" [[files]] file = "servers.dat" hash = "fe802fe3c4fa7db905a7cb52ac50f18295d48ae695072bb8ec3b287677a64e2e" + +[[files]] +file = "shaderpacks/complementary-unbound.pw.toml" +hash = "5b488fd021ad1d6195dfdb63ca361be0d7a0941d0ffc6b31f31c53eccd623554" +metafile = true diff --git a/quilt/mods/drippy-loading-screen.pw.toml b/quilt/mods/drippy-loading-screen.pw.toml new file mode 100644 index 0000000..77427cc --- /dev/null +++ b/quilt/mods/drippy-loading-screen.pw.toml @@ -0,0 +1,13 @@ +name = "Drippy Loading Screen" +filename = "drippyloadingscreen_fabric_2.2.5_MC_1.20.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/v3CYg2V9/versions/RwTS7R6w/drippyloadingscreen_fabric_2.2.5_MC_1.20.2.jar" +hash-format = "sha1" +hash = "7ab24208dda0ba7b315fa44cb2dc4f680f560bdd" + +[update] +[update.modrinth] +mod-id = "v3CYg2V9" +version = "RwTS7R6w" diff --git a/quilt/mods/emuno.pw.toml b/quilt/mods/emuno.pw.toml new file mode 100644 index 0000000..f04646c --- /dev/null +++ b/quilt/mods/emuno.pw.toml @@ -0,0 +1,13 @@ +name = "EmuNO" +filename = "emuno-1.1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/RLrPqrNI/versions/Rt34JLkK/emuno-1.1.1.jar" +hash-format = "sha1" +hash = "851deb11c20f2a7a43ae19919bed4f436483a033" + +[update] +[update.modrinth] +mod-id = "RLrPqrNI" +version = "Rt34JLkK" diff --git a/quilt/mods/fabric-api.pw.toml b/quilt/mods/fabric-api.pw.toml index 4be0ad7..f5d0121 100644 --- a/quilt/mods/fabric-api.pw.toml +++ b/quilt/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.90.4+1.20.2.jar" +filename = "fabric-api-0.90.7+1.20.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/ZI1BEw1i/fabric-api-0.90.4%2B1.20.2.jar" +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/FhOnpSMY/fabric-api-0.90.7%2B1.20.2.jar" hash-format = "sha1" -hash = "7d8e2c2729b32e6665e5f671740346ef98283875" +hash = "63d54b41e3dbc3357bd3adc044db4f0df64df141" [update] [update.modrinth] mod-id = "P7dR8mSH" -version = "ZI1BEw1i" +version = "FhOnpSMY" diff --git a/quilt/mods/immediatelyfast.pw.toml b/quilt/mods/immediatelyfast.pw.toml new file mode 100644 index 0000000..ae87028 --- /dev/null +++ b/quilt/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-1.2.7+1.20.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/yciHw2oP/ImmediatelyFast-1.2.7%2B1.20.2.jar" +hash-format = "sha1" +hash = "23ada49330c2ddbd4fe930a2094ca260adda14bf" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "yciHw2oP" diff --git a/quilt/mods/indium.pw.toml b/quilt/mods/indium.pw.toml new file mode 100644 index 0000000..9b84aae --- /dev/null +++ b/quilt/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.27+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/Lue6O9z9/indium-1.0.27%2Bmc1.20.1.jar" +hash-format = "sha1" +hash = "8c8e6b96243155b41f2f9d29d5940ee895bcb141" + +[update] +[update.modrinth] +mod-id = "Orvt0mRa" +version = "Lue6O9z9" diff --git a/quilt/mods/iris.pw.toml b/quilt/mods/iris.pw.toml new file mode 100644 index 0000000..af04a13 --- /dev/null +++ b/quilt/mods/iris.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-mc1.20.2-1.6.10.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/O7RZrusV/iris-mc1.20.2-1.6.10.jar" +hash-format = "sha1" +hash = "daa258f5acba8a7cc6cc31c2b4d635e342d27e22" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "O7RZrusV" diff --git a/quilt/mods/modernfix.pw.toml b/quilt/mods/modernfix.pw.toml index 3b603a3..46f49b9 100644 --- a/quilt/mods/modernfix.pw.toml +++ b/quilt/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.9.0+mc1.20.2.jar" +filename = "modernfix-fabric-5.9.3+mc1.20.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/6jU8mhig/modernfix-fabric-5.9.0%2Bmc1.20.2.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/nYh2qee4/modernfix-fabric-5.9.3%2Bmc1.20.2.jar" hash-format = "sha1" -hash = "38caab9e0574ccadc51e4e545f20a4a4102c2133" +hash = "eb64e7015d9b2150d725d16f7e4cf60c4e002a14" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "6jU8mhig" +version = "nYh2qee4" diff --git a/quilt/mods/shoulder-surfing-reloaded.pw.toml b/quilt/mods/shoulder-surfing-reloaded.pw.toml index c7e24e1..799dbcd 100644 --- a/quilt/mods/shoulder-surfing-reloaded.pw.toml +++ b/quilt/mods/shoulder-surfing-reloaded.pw.toml @@ -1,13 +1,13 @@ name = "Shoulder Surfing Reloaded" -filename = "ShoulderSurfing-Fabric-1.20.1-2.6.jar" +filename = "ShoulderSurfing-Fabric-1.20.1-2.8.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/kepjj2sy/versions/6SN7rHS8/ShoulderSurfing-Fabric-1.20.1-2.6.jar" +url = "https://cdn.modrinth.com/data/kepjj2sy/versions/DQwLq25u/ShoulderSurfing-Fabric-1.20.1-2.8.1.jar" hash-format = "sha1" -hash = "5de8807664c6d664cafdb7c506f7689f0d061310" +hash = "d2a0962f07be8216cb0abcc1e0502c2fb9633257" [update] [update.modrinth] mod-id = "kepjj2sy" -version = "6SN7rHS8" +version = "DQwLq25u" diff --git a/quilt/mods/wynntils.pw.toml b/quilt/mods/wynntils.pw.toml index 01e215a..92e8748 100644 --- a/quilt/mods/wynntils.pw.toml +++ b/quilt/mods/wynntils.pw.toml @@ -1,13 +1,13 @@ name = "Wynntils" -filename = "wynntils-0.0.4-beta.55-fabric+MC-1.20.2.jar" +filename = "wynntils-0.0.4-beta.75-fabric+MC-1.20.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/dU5Gb9Ab/versions/cDdkprKd/wynntils-0.0.4-beta.55-fabric%2BMC-1.20.2.jar" +url = "https://cdn.modrinth.com/data/dU5Gb9Ab/versions/u7E4aToG/wynntils-0.0.4-beta.75-fabric%2BMC-1.20.2.jar" hash-format = "sha1" -hash = "dc966d68e23089c3bd6132b05fed2cf6a4058355" +hash = "2a492bd15ec62fa4d3a46082dd266b5fd2650803" [update] [update.modrinth] mod-id = "dU5Gb9Ab" -version = "cDdkprKd" +version = "u7E4aToG" diff --git a/quilt/mods/yosbr.pw.toml b/quilt/mods/yosbr.pw.toml new file mode 100644 index 0000000..679fe0d --- /dev/null +++ b/quilt/mods/yosbr.pw.toml @@ -0,0 +1,13 @@ +name = "Your Options Shall Be Respected (YOSBR)" +filename = "yosbr-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" +hash-format = "sha1" +hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9" + +[update] +[update.modrinth] +mod-id = "WwbubTsV" +version = "KMOzdYko" diff --git a/quilt/pack.toml b/quilt/pack.toml index 3b5187c..b7b0d25 100644 --- a/quilt/pack.toml +++ b/quilt/pack.toml @@ -1,13 +1,13 @@ name = "Wynncraft 101" author = "aninuscsalas" -version = "0.1.1" +version = "0.2.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "be89aa7de7589ced0c779a544374c331bc26e02f857f93a51d4eac709efcf6d6" +hash = "9b0f15453c3ac01d7c60b7dd81a60d299c64347bba1ce59cfe2b318d84b775e9" [versions] minecraft = "1.20.2" -quilt = "0.21.1" +quilt = "0.21.2" diff --git a/quilt/shaderpacks/complementary-unbound.pw.toml b/quilt/shaderpacks/complementary-unbound.pw.toml new file mode 100644 index 0000000..4a5e2b0 --- /dev/null +++ b/quilt/shaderpacks/complementary-unbound.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders - Unbound" +filename = "ComplementaryUnbound_r5.0.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/JHN3K1Ng/ComplementaryUnbound_r5.0.1.zip" +hash-format = "sha1" +hash = "52c599c7d23cf6c27cef0946e6bcaa248f59f5df" + +[update] +[update.modrinth] +mod-id = "R6NEzAwj" +version = "JHN3K1Ng"