diff --git a/Curseforge/1.21.1/config/fabric_loader_dependencies.json b/Curseforge/1.21.1/config/fabric_loader_dependencies.json index b562f26..a9d5c9d 100644 --- a/Curseforge/1.21.1/config/fabric_loader_dependencies.json +++ b/Curseforge/1.21.1/config/fabric_loader_dependencies.json @@ -3,11 +3,10 @@ "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.16.2" } }, "minecraft": { - "+recommends": { "DBOP MC 1.21.1": ">0.2.3-beta.1" } + "+recommends": { "DBOP MC 1.21.1": ">0.2.3" } }, "lambdynlights": { "recommends": {} }, "polytone": { "conflicts": {} }, - "debugify": { "depends": { "minecraft": ">=1.21 <=1.21.1" } }, - "noisium": { "depends": { "minecraft": ">=1.21 <=1.21.1" } } + "debugify": { "depends": { "minecraft": ">=1.21 <=1.21.1" } } } } diff --git a/Curseforge/1.21.1/config/isxander-main-menu-credits.json b/Curseforge/1.21.1/config/isxander-main-menu-credits.json index 6dbc88c..cac00dc 100644 --- a/Curseforge/1.21.1/config/isxander-main-menu-credits.json +++ b/Curseforge/1.21.1/config/isxander-main-menu-credits.json @@ -4,7 +4,7 @@ "top_right": [], "bottom_left": [], "bottom_right": [ - {"text":"DirtTW's Basement Optimize Pack v0.2.3-beta.1","clickEvent":{"action":"open_url","value":"https://www.curseforge.com/minecraft/modpacks/dbop"}} + {"text":"DirtTW's Basement Optimize Pack v0.2.3","clickEvent":{"action":"open_url","value":"https://www.curseforge.com/minecraft/modpacks/dbop"}} ], "mod_blacklist": [] }, diff --git a/Curseforge/1.21.1/config/yosbr/config/controlify.json b/Curseforge/1.21.1/config/yosbr/config/controlify.json deleted file mode 100644 index 6ffe0ef..0000000 --- a/Curseforge/1.21.1/config/yosbr/config/controlify.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "last_seen_version": "2.0.0-beta.5+1.20.5-rc2", - "global": { "quiet_mode": true } -} diff --git a/Curseforge/1.21.1/config/yosbr/config/immediatelyfast.json b/Curseforge/1.21.1/config/yosbr/config/immediatelyfast.json deleted file mode 100644 index 487e94b..0000000 --- a/Curseforge/1.21.1/config/yosbr/config/immediatelyfast.json +++ /dev/null @@ -1 +0,0 @@ -{ "experimental_screen_batching": true } diff --git a/Curseforge/1.21.1/config/yosbr/config/mousewheelie.hjson b/Curseforge/1.21.1/config/yosbr/config/mousewheelie.hjson deleted file mode 100644 index 2c6106b..0000000 --- a/Curseforge/1.21.1/config/yosbr/config/mousewheelie.hjson +++ /dev/null @@ -1,159 +0,0 @@ -{ - // General settings - general: { - // Sets the interval in milliseconds in which interactions are sent to the server. - // Lower numbers increase the speed but might be rejected by servers. - // default: 10 - // Must be greater or equal to 1 - interaction-rate: 10 - // Sets the interval in milliseconds for singleplayer and local multiplayer. - // default: 1 - // Must be greater or equal to 1 - integrated-interaction-rate: 1 - // Enables quick swapping of armor pieces and elytra pieces by clicking them while in hand. - // default: true - enable-quick-armor-swapping: true - // Enables dropping items when holding the drop modifier (alt by default) and clicking on them. - // The modifier can be changed in the vanilla controls menu. - // default: true - enable-drop-modifier: true - // Enables right-clicking in recipe books/villager trading to swiftly craft/trade. - // default: true - enable-quick-craft: true - // Whether item types should check nbt data. - // This is for example used by scrolling and drop-clicking. - // NONE disables this, ALL checks for exactly the same nbt and SOME allows for differences in damage and enchantments. - // default: SOME - item-kinds-nbt-match-mode: SOME - // Lets you define how the hotbar will be treated when e.g. scrolling or sorting items in the inventory. - // HARD: The hotbar will always be treated separately. - // SOFT: The hotbar will be treated as part of the inventory. This does not apply when sending the whole inventory (ctrl+shift). - // NONE: The hotbar will be treated as part of the inventory. This also applies when sending the whole inventory (ctrl+shift). - // default: SOFT - hotbar-scoping: SOFT - // This helps when you regularly move your mouse faster than the game can pick up. - // This will impact performance though. - // default: false - better-fast-dragging: false - // Enable clicking and dragging the bundle in the inventory to easily put in or out multiple stacks. - // default: true - enable-bundle-dragging: true - } - // With this feature, scrolling while hovering over a stack lets you easily move single items in or out of your inventory. - // In combination with modifiers such as Shift and Control (changeable in the Controls settings) you can scroll whole stacks, all of a kind of item or even all items in an inventory. - scrolling: { - // default: true - enable: true - // Invert the scroll direction when scrolling items. - // default: false - invert: false - // If enabled, items will be moved based on the visual position on the screen: - // When scrolling up, items will be sent to the upper inventory, when scrolling down to the lower inventory. - // If disabled, scrolling will instead affect the amount of items: - // When scrolling up, items will be moved towards the stack, when scrolling down items will be sent to the opposite inventory. - // - // Using "Invert scroll direction", you can swap the up and down behavior for these actions. - // default: true - directional-scrolling: true - // Sets whether to by default scroll items out of the creative menu. - // default: true - scroll-creative-menu-items: false - // Sets whether creative mode tabs can be switched by scrolling over them. - // default: true - scroll-creative-menu-tabs: false - } - // Change sort modes. Existing sort modes are ALPHABET, RAW_ID and QUANTITY. - // For Minecraft 1.19 and up there's also CREATIVE_SEARCH. - sort: { - // Sets the sort mode for normal sorting. - // default: creative - primary-sort: creative - // Sets the sort mode for sorting whilst pressing shift. - // default: quantity - shift-sort: quantity - // Sets the sort mode for sorting whilst pressing control. - // default: alphabet - control-sort: alphabet - // Whether to use close to instant sorting when in singleplayer or if Mouse Wheelie is installed on the server. - // default: true - server-accelerated-sorting: true - // Whether the creative search sorting should be optimized for performance. - // This will make use of more memory in exchange for processor time, only disable this if you run into memory issues. - // default: true - optimize-creative-search-sort: true - } - // Item refilling is a feature that automatically loads more items from your inventory when your current stack runs out. - // This is for example useful when building with a lot of the same block, so you don't have to constantly open your inventory. - // - // The first section of this config concerns which or under which circumstances items will get refilled. - // The "Refill rules" section, allows you to configure how the replacement stack will be determined by searching your inventory. - refill: { - // Enables item refilling. - // Turn this off to disable refilling entirely. - // default: true - enable: false - // Refills stacks in the off hand. - // default: true - off-hand: false - // Restore the refilled item to the originally selected slot. - // This will take a tad more time. You might want to turn this off on slow connections. - // default: false - restore-selected-slot: false - // Refill when the item just used changes to a different item. - // This is e.g. triggered when filling or emptying water buckets. - // default: true - item-changes: true - // Refill when the last food item in the hand has been consumed. - // default: true - eat: true - // Refill when dropping stacks from the hotbar. - // default: true - drop: true - // Refill when using up items, like tools or weapons. - // default: true - use: true - // Refill on other occasions. - // default: true - other: true - // Configure with which new item the previous stack will be refilled. - rules: { - // Tries to find any other block items. - // default: false - any-block: false - // Find items that are in the same creative inventory tab. - // default: false - itemgroup: false - // Try to find similar items through the item type hierarchy. - // This usually indicates a similar functionality. - // default: false - item-hierarchy: false - // Try to find similar block items through the block type hierarchy. - // This usually indicates a similar functionality. - // default: false - block-hierarchy: false - // Try to find any other food item. - // default: false - food: false - // Try to find equal items (no NBT matching). - // default: true - equal-items: true - // Try to find equal stacks (NBT matching). - // default: true - equal-stacks: true - } - } - // Configure when and how picking the correct tool for the currently faced block will work. - // By default tool picking will be triggered when middle clicking, that may be changed through the Vanilla Controls menu. - tool-picking: { - // Pick correct tool when middle clicking (rebindable) whilst holding a tool. - // default: true - hold-tool: true - // Pick correct tool when middle clicking (rebindable) whilst holding the same block as faced. - // default: false - hold-block: false - // Allows picking tools from the whole inventory. - // If disabled picking will only happen from the hotbar. - // default: true - pick-from-inventory: true - } -} \ No newline at end of file diff --git a/Curseforge/1.21.1/index.toml b/Curseforge/1.21.1/index.toml index 9abd9c2..9116768 100644 --- a/Curseforge/1.21.1/index.toml +++ b/Curseforge/1.21.1/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "740efb1f741593c5de326f845dcbf3259c80cd6ad0810a6ecc61567154327011" +hash = "7af982a361e7d2269c66a224c23f89896362403a34dabde9b3533f40dfe482f1" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "786c12694c0c9459651ca9a622d8fff6ba5cd7f6696d46532da1b622171ac420" +hash = "b191ca8ecfc3cc59cb46511fa8100eedcbb426e50ea80ef0bfde000ffd0abccb" [[files]] file = "config/yosbr/config/bettergrass.json5" @@ -16,10 +16,6 @@ hash = "170ef0ca097db006b26a59a04c22712ebf26344aae037ecdf9a200e0f4210bab" file = "config/yosbr/config/citresewn.json" hash = "9800c7bdaf41d5327adec383181b88e29c4a64d64cc5c573cb824e1a6a9188e6" -[[files]] -file = "config/yosbr/config/controlify.json" -hash = "d31cc86ccf147d5be24a9a852a4ef13b177b2d263c69dbe6f869c2dba73092d0" - [[files]] file = "config/yosbr/config/debugify.json" hash = "fcbfeb692fc3955800b22a396e01f73aba608fcc0cfa87e97c9e95d5644bf4a3" @@ -40,10 +36,6 @@ hash = "9c82c3893ec010f70199ecd293346528043c631d0ed4d9b71355064f426e2fa7" file = "config/yosbr/config/fastquit.toml" hash = "5515d995f5e79eb47d0dd557ff81e3a8c61dbd3dbc76489b2c7074a073e815c0" -[[files]] -file = "config/yosbr/config/immediatelyfast.json" -hash = "c401bf38b612d99cef67a2db11ad71a7ff0cd1341996a27658b01d977be42cb0" - [[files]] file = "config/yosbr/config/indium-renderer.properties" hash = "0c5c7e227e835fdb2a19a03ba3f75f963775ead77d732b744cfe44012b7720a9" @@ -68,10 +60,6 @@ hash = "369099c1f96e9866369bbea1f40951186105364d6a03bdd17b5416ead84b97eb" file = "config/yosbr/config/moreculling.toml" hash = "c4b8e75abbea3246575937e702f031efd027fcf5f7355993419919dd2496c4fd" -[[files]] -file = "config/yosbr/config/mousewheelie.hjson" -hash = "f3a0b8561285229d772760e8456d25ab6cd36743864175799f7f251538218afa" - [[files]] file = "config/yosbr/config/puzzle.json" hash = "efdaf04049157b4f3ed9b5ce30f4a5fc0bde6df6cbdf8457b236a19f61fffbe8" @@ -111,7 +99,7 @@ metafile = true [[files]] file = "mods/architectury-api.pw.toml" -hash = "995f4235d4fd4cb5b01eda59818aa48d1d3c8e2cf54bbf57d777b9deab2b180c" +hash = "b39aed0c42f71c641661d760b856fa5ac36a0cbe6aa02be6cb7f0d6bff8e0b07" metafile = true [[files]] @@ -121,7 +109,7 @@ metafile = true [[files]] file = "mods/better-mount-hud.pw.toml" -hash = "f793ba4347e69a3fdcb1f6c0f84f4f27e7e16d3c7e1f8023db9debb81f53183b" +hash = "c3b292efe76bec16dd5abb32360c8ac14994f02ac4aef3823d48c27ed9e7cad9" metafile = true [[files]] @@ -131,17 +119,17 @@ metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "0ebcba0b694127bf8b297ff5186813bd75b2268cf02ce963bb24536237f1f7ec" +hash = "8cee8989e22165c111d61196d558058d780942d2a6fd74bc86c2e21c48661e17" metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "a42f906470f41cedf934247fe102e581a3bdaa23c170b48f67a85a1b07739034" +hash = "50c44dd0966593bab849313abcc9159f893cd8dd90cc82204655422a58fac459" metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "3940277b51e7eb2aa8509e1e8309d3cd4f3e9501fa27a8332c5c1a9a6727a0e3" +hash = "9bc4dd81af6488b24aa067ff3502e07a04d4ec5530eb003b388b0e9102eb08c7" metafile = true [[files]] @@ -151,7 +139,7 @@ metafile = true [[files]] file = "mods/cubes-without-borders.pw.toml" -hash = "00108f68a2b1862ec8ba5d02750d240511422e1a9870f7762aa0bddacb394f07" +hash = "a80b195f3f35bbf81a92178648f75a4bf759772b8a4a9413c6c9afa3645ab0f7" metafile = true [[files]] @@ -161,12 +149,12 @@ metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "f75c36cc24b93304c1a7ba7a34c44da2fecf389ef577463f85332b6292cbd0b2" +hash = "418f3816e2489537efcca04529966a024b0ed186d3950cae01b8db979ed05a3c" metafile = true [[files]] file = "mods/e4mc.pw.toml" -hash = "471779189f993d7c5e5982fcab056fd16b3f88000b557a4139e66011c0a54e21" +hash = "addc3e067278eff93c33e7060b1c6825dfd589f53a8e6281c0c221552f52b254" metafile = true [[files]] @@ -176,37 +164,37 @@ metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "8639d08d7580fc6c2e06e469e60f609270688b1ed0ac1700448903dd9144d003" +hash = "d5f67d50bea78b8eca0370ec8e7e99291faabde5d90bb0259f283fcb62cef342" metafile = true [[files]] file = "mods/entity-texture-features-fabric.pw.toml" -hash = "136e36a8a1c4cd617b0c5b21cf8a8b7b72aa53939a7e333977b07737bfdc8918" +hash = "56da1dd8c8d6bd4a3fd7fdea679161df249b0cdd895b70cb235fd30f3f9c7321" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "2570ae5f5cb58113be2e6914ebb9a8cd606abfe1e00305cedc563d27892a8ac1" +hash = "758738b7612c42fd5ffb7428907a2f01f117575f61ce0e33ad1c9806d9529eb9" metafile = true [[files]] file = "mods/essential-mod.pw.toml" -hash = "7dba3c730ed934bc065efe81907cf9778c1160f55cad1b9a22db60df68cc264b" +hash = "4a0aeaaf373eab20ee95dd8cc07bca1f2b4c423c64371447c0ca75b6dce4f7a9" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "b41e72a976ecbfe060c342704b3409e08afec6f12522b89a7031078d6461f2c0" +hash = "46345cc485f0101e161f6aa2301caa6b653883f60af4f99ec0626b31636d82a1" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "efb80c6fd1ed23b6460962289154c214e2d4731e445179011071f7165adb3a37" +hash = "dbb024a0fb3500ea3bfe289b9b1b9e2067225464b428f0aa7b5996fdd0d013e8" metafile = true [[files]] file = "mods/fabricbettergrass.pw.toml" -hash = "d8f65d096e21ea063dc19bd75c27722736cebd4237833686a3258054556b985a" +hash = "6b2427171d8887923073def6165be7aba2cfe950cb0be438c7f2a0d82a03bc68" metafile = true [[files]] @@ -221,17 +209,17 @@ metafile = true [[files]] file = "mods/fabrishot.pw.toml" -hash = "2f7af5a78203cdef9cff4d980091afbf5ded95a9ccf24dc9cfc2989c482cfe81" +hash = "01d60b375f8ab4cff056bd57e8ebda7f6fb3e4878ea3bec688cf78959868d979" metafile = true [[files]] file = "mods/fast-ip-ping.pw.toml" -hash = "b36b65edf111b888db481834ef2e70b16949d7f2d80af021aae4ecf52724eea6" +hash = "10f8db93f0f593a88ba31c2ac7b83b057e6123d0c8d49a52fc3529aa1cb87871" metafile = true [[files]] file = "mods/fastquit.pw.toml" -hash = "9a53d0956a5f25c6c5de1d34a6497c2d323486bf340935db6b364815aae596be" +hash = "e4e53e9e618dcf5fcb972278296adb6114baeb6c3d22a1cb85146625fd50b257" metafile = true [[files]] @@ -241,7 +229,7 @@ metafile = true [[files]] file = "mods/fzzy-config.pw.toml" -hash = "862d5fbb22137e359d0040f1d517d9e480d9acecb592a033e10cc605cba6021e" +hash = "0f5cf18b1668786b05ecd9c31590628c6324bff564006544bf35d79e07fec9df" metafile = true [[files]] @@ -251,17 +239,17 @@ metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "b239b5373bf50300f2c0db36b3c5a78548764572e09086f516f4c22c6ba604bc" +hash = "6cf0c370d5870004c05184b7f00ff46cbc72b1f2a5e0ac9a7d9ad6a2132402f3" metafile = true [[files]] file = "mods/indium.pw.toml" -hash = "9e4c53fb1fda9be64935604adcdd3434a78ca27fefc71111f6dc37e4787ef2a6" +hash = "4d31318e21338d5ff0f343c4d650c733d6dddebd00b49f3dc71ebbf9d7eaf226" metafile = true [[files]] file = "mods/irisshaders.pw.toml" -hash = "010c30a70999d4ac6493b27323b546aefeca1f25fbfdc874c4428662412a9f0a" +hash = "9d5350d8771b106e82671fbff67bc189405dfb92157cfdb5699cf73ec04b09d6" metafile = true [[files]] @@ -276,7 +264,7 @@ metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "1a4ca1db88ea243d4e36021f179aedee55e3bf52a99cd0119b2e3a1b966d518f" +hash = "8de9cdc1ae0ef48a433db09b33c6f72b7389ce1329143a41f23674558035cfce" metafile = true [[files]] @@ -301,7 +289,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "5c6b5cb9b3a037ed00b47ce0408158bddaa20d576d3d7becb92ddaa03240162c" +hash = "603586c59527793f9ecdc3236642e7e998919d266f9c4cf70e2fb8723a0330d9" metafile = true [[files]] @@ -316,7 +304,7 @@ metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "cce89b418e7dd00df7d58eb6556472385aff2f2934c4bfde1b7a2dcd3b1d17cc" +hash = "f3f5230515d2b6836183251c00e32061bdfe38f2d240d47d05b3407104dad6df" metafile = true [[files]] @@ -326,12 +314,12 @@ metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "d1f98c2e250c116d46a21e2ae0caa4660860fa24ccd017ff41776f36c89d8faf" +hash = "b7c16c4d4f6df115037e9446a7f55dab37b12e1a31a88955ea4dd0d9928a5aae" metafile = true [[files]] file = "mods/noxesium.pw.toml" -hash = "e722e83ce843f9fc841f896de747e3590dcd1faa81aba8a73c8b0df7914a48b3" +hash = "4e2833cf50c045a3277a72ffee8c085c76ad1acc6eeb0b9266567684aed8f675" metafile = true [[files]] @@ -346,7 +334,7 @@ metafile = true [[files]] file = "mods/particle-core.pw.toml" -hash = "485be4ec23a287378b2c0826237dcab1b37b68f41b9020c614e277748417b830" +hash = "fa48aeb1f808caa176cdd8203f6d4ed1439d8ec9f084642f0d1acdc62e1d4bc0" metafile = true [[files]] @@ -356,7 +344,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "c6280ca0212549d3807016aca47ac3ca0d0e99b36ab0d339e9e3cda3ab949c99" +hash = "58bc6a7d76806c374e0ae78b2681acdbdfdf167f601b2f94badf15aa15bd844a" metafile = true [[files]] @@ -366,47 +354,47 @@ metafile = true [[files]] file = "mods/reeses-sodium-options.pw.toml" -hash = "276e7e0b6cb6d9ec075be10a555361e9c8a0c39e02bbb161e3c726cd29ba19c6" +hash = "0a548d61168d8ffb084dc0a8696b2959ad01b2b89bf64e50f1a8d7205976087a" metafile = true [[files]] file = "mods/rrls.pw.toml" -hash = "bda4cc1034e299d7d111d8dcc98c02680c8778e006fe8a6f2bdca15a33893e48" +hash = "bfb53163fa13d6b9caca62b7144b237a2157698b3b59f618a870285151b0392e" metafile = true [[files]] file = "mods/server-resourcepack-checker.pw.toml" -hash = "eaf60f6aa088318f262fca6dd5ee862cb1b95afa4158394a041ae7d54edd17bd" +hash = "ce762fbcefeaf0a5cc799e9804a859c0bef8c2106cb7dd065a7aa3c6d0edf1c4" metafile = true [[files]] file = "mods/shulkerboxtooltip.pw.toml" -hash = "21749bbf969d4afced2486976f7615313fa33ef6e244ceaf410063dc5ccce1f1" +hash = "8b130fa82182d3d58387de4ec6dcdfff55fead2152ef9523e950bb47a19556eb" metafile = true [[files]] file = "mods/simple-shulker-preview.pw.toml" -hash = "22db05a21811671167b84f774272dff21d21de066eb96968ea88467dc2f238ef" +hash = "e947e20a979e58f73fd4e0f47afe5048c2c5b87fd90460ef7fa2f3dc567d7ab4" metafile = true [[files]] file = "mods/sodium-extra.pw.toml" -hash = "c871534eabadd807e481daaddc99950fc48c4073f36c50b5991e6a8382d1850a" +hash = "6415c39455207d5f19f0bf1770603c8b7010b1f760e9b9b6b5686ba51ca5a832" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "b4eee90e0731ffdcd82cda4467f8dbbaaa651c8cbfab9bfa3c8e3066b440f6ba" +hash = "73b95984cbdc40923a832194d20841a069137a5db8b46c2872775cd064dba9f2" metafile = true [[files]] file = "mods/spark.pw.toml" -hash = "66808761991bad1449dd073e5c488a1612731e2b6810c894506313b33e8ae417" +hash = "6197ce195548fbe025cbcf8ef4fe81ca2ad6487de039299f8e18f48cb8d6584e" metafile = true [[files]] file = "mods/vmp-fabric.pw.toml" -hash = "c2feebe5c593b047aad6c994636ac1b9975cfd6ee6cd5f95f880a8c6d3de6544" +hash = "a351f6d12b6e07c1a6bba793749b63a4d2d12742d514dcd5897b9d1b447a3512" metafile = true [[files]] @@ -426,5 +414,5 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" -hash = "1842b7408df56b2f666296b8f4bfb47bbc067f6cffd38eacf3eccc37775b5b75" +hash = "04042f55c6e63ad795ee10dadcb5128c62a5c080f3b48fb669f6ce43a8e3f388" metafile = true diff --git a/Curseforge/1.21.1/mods/c2me-fabric.pw.toml b/Curseforge/1.21.1/mods/c2me-fabric.pw.toml index eefd9fd..da8f760 100644 --- a/Curseforge/1.21.1/mods/c2me-fabric.pw.toml +++ b/Curseforge/1.21.1/mods/c2me-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Concurrent Chunk Management Engine (Fabric)" -filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.149.jar" +filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.150.jar" side = "both" [download] hash-format = "sha1" -hash = "b7ad8494c5426b0b4d0f46e4bd94baed3fa3063d" +hash = "1070d3254d652b764e547cf1e7f3486de863507a" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 5646237 +file-id = 5652416 project-id = 533097 diff --git a/Curseforge/1.21.1/mods/irisshaders.pw.toml b/Curseforge/1.21.1/mods/irisshaders.pw.toml index bd3832f..7c65a8a 100644 --- a/Curseforge/1.21.1/mods/irisshaders.pw.toml +++ b/Curseforge/1.21.1/mods/irisshaders.pw.toml @@ -1,6 +1,7 @@ name = "Iris Shaders" filename = "iris-1.7.3+mc1.21.jar" side = "both" +pin = true [download] hash-format = "sha1" diff --git a/Curseforge/1.21.1/mods/noisium.pw.toml b/Curseforge/1.21.1/mods/noisium.pw.toml index 27d104e..8666f68 100644 --- a/Curseforge/1.21.1/mods/noisium.pw.toml +++ b/Curseforge/1.21.1/mods/noisium.pw.toml @@ -1,13 +1,13 @@ name = "Noisium" -filename = "noisium-fabric-2.2.1+mc1.21.jar" +filename = "noisium-fabric-2.3.0+mc1.21-1.21.1.jar" side = "both" [download] hash-format = "sha1" -hash = "f06c1a48013bb4ff1183348d4d6ab3a31988edd3" +hash = "642a672cfc60ff1e1262a39d7e160b1381c5120c" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 5501573 +file-id = 5650499 project-id = 930207 diff --git a/Curseforge/1.21.1/mods/polytone.pw.toml b/Curseforge/1.21.1/mods/polytone.pw.toml index a014701..645bcb8 100644 --- a/Curseforge/1.21.1/mods/polytone.pw.toml +++ b/Curseforge/1.21.1/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.21-2.3.8-fabric.jar" +filename = "polytone-1.21-2.3.10-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "b0c4b0bae470768f888b0e69617d0f40884f956a" +hash = "f7ec804fc425212fd769a9ba9e12c1a20f1a9d31" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 5628676 +file-id = 5655616 project-id = 958094 diff --git a/Curseforge/1.21.1/mods/sodium-extra.pw.toml b/Curseforge/1.21.1/mods/sodium-extra.pw.toml index 9d9b578..a654700 100644 --- a/Curseforge/1.21.1/mods/sodium-extra.pw.toml +++ b/Curseforge/1.21.1/mods/sodium-extra.pw.toml @@ -1,6 +1,7 @@ name = "Sodium Extra" filename = "sodium-extra-0.5.7+mc1.21.jar" side = "both" +pin = true [download] hash-format = "sha1" diff --git a/Curseforge/1.21.1/mods/sodium.pw.toml b/Curseforge/1.21.1/mods/sodium.pw.toml index a3bc4c2..41a0130 100644 --- a/Curseforge/1.21.1/mods/sodium.pw.toml +++ b/Curseforge/1.21.1/mods/sodium.pw.toml @@ -1,6 +1,7 @@ name = "Sodium" filename = "sodium-fabric-0.5.11+mc1.21.jar" side = "both" +pin = true [download] hash-format = "sha1" diff --git a/Curseforge/1.21.1/pack.toml b/Curseforge/1.21.1/pack.toml index 52b2599..b752cc1 100644 --- a/Curseforge/1.21.1/pack.toml +++ b/Curseforge/1.21.1/pack.toml @@ -1,12 +1,12 @@ name = "DBOP 1.21.1" author = "dirtTW" -version = "0.2.3-beta.1" +version = "0.2.3" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ef57083422e10167ef0d59d247dffcb53c851a2bb00ae0bf8d75603093a9278a" +hash = "c0e672e3c6c88c360201596946e450b009b3178e581263e15b25924c2c9e824e" [versions] fabric = "0.16.2"