diff --git a/config/NoChatReports/NCR-Client.json b/config/NoChatReports/NCR-Client.json index c384c5e..8c1fc4a 100644 --- a/config/NoChatReports/NCR-Client.json +++ b/config/NoChatReports/NCR-Client.json @@ -12,6 +12,11 @@ "verifiedIconEnabled": true, "showNCRButton": true, "enableMod": true, + "skipRealmsWarning": false, "verifiedIconOffsetX": 0, - "verifiedIconOffsetY": 0 + "verifiedIconOffsetY": 0, + "reconnectAwaitSeconds": 4, + "postDisconnectAwaitSeconds": 10, + "signingCheckDelaySeconds": 43200, + "serverSigningChecks": {} } \ No newline at end of file diff --git a/config/craftpresence.properties b/config/craftpresence.properties index 97e12d2..6c03ded 100644 --- a/config/craftpresence.properties +++ b/config/craftpresence.properties @@ -1,8 +1,8 @@ #CraftPresence - Configuration Settings -#Current Version -> v1.9.1 (Schema v2) +#Current Version -> v1.9.3 (Schema v2) # #Last synchronized: -#Sat Sep 24 20:35:41 CEST 2022 +#Mon Oct 24 11:13:07 CEST 2022 Large_Image_Key_Format=&DEFAULT& Enable_Join_Requests=true Default_Icon=jappa_grass_498 @@ -74,7 +74,6 @@ Strip_Translation_Colors=false Rounding_Size=3 Player_Health_Placeholder=Health\: ¤t&/&max& Preferred_Client=3 -Entity_Attacking_Messages=[default;Attacking &entity&] Default_Server_Motd=A Minecraft Server Large_Image_Text_Format=&MCVERSION&      &BRAND& &MODS& Singleplayer_Game_Message=Playing Singleplayer diff --git a/config/inventoryprofilesnext/inventoryprofiles.json b/config/inventoryprofilesnext/inventoryprofiles.json index 3603c49..75d9c12 100644 --- a/config/inventoryprofilesnext/inventoryprofiles.json +++ b/config/inventoryprofilesnext/inventoryprofiles.json @@ -14,6 +14,9 @@ "enable_inventory_editor_button": { "value": false }, + "enable_inventory_settings_button": { + "value": false + }, "enable_profiles_ui": { "value": false }, diff --git a/config/shulkerboxtooltip.json5 b/config/shulkerboxtooltip.json5 index 31cf581..790b4ac 100644 --- a/config/shulkerboxtooltip.json5 +++ b/config/shulkerboxtooltip.json5 @@ -4,11 +4,6 @@ (default value: true) */ "enable": true, - /* Locks the preview window above the tooltip. - When locked, the window will not adapt when out of screen. - (default value: false) - */ - "lock": false, /* Swaps the preview modes. If true, pressing the preview key will show the full preview instead. (default value: false) @@ -25,10 +20,6 @@ (default value: SEPARATE) */ "compactPreviewNbtBehavior": "SEPARATE", - /* Controls whether the preview window should be colored. - (default value: true) - */ - "coloredPreview": true, /* The max number of items in a row. May not affect modded containers. (default value: 9) @@ -47,7 +38,7 @@ "theme": "MOD_LIGHT", /* The position of the preview window. INSIDE: Inside the item's tooltip. - OUTSIDE: Outside the item's tooltip, moves dependening on the screen borders. + OUTSIDE: Outside the item's tooltip, moves depending on the screen borders. OUTSIDE_TOP: Always at the top of the item's tooltip. OUTSIDE_BOTTOM: Always at the bottom of the item's tooltip. (default value: INSIDE) @@ -84,6 +75,56 @@ */ "hideShulkerBoxLore": false }, + "colors": { + /* Controls whether the preview window should be colored. + (default value: true) + */ + "coloredPreview": true, + "colors": { + "shulkerboxtooltip:shulker_boxes": { + // (default value: 0x976797) + "shulker_box": 0x976797, + // (default value: 0xf9fffe) + "white_shulker_box": 0xf9fffe, + // (default value: 0xf98026) + "orange_shulker_box": 0xf98026, + // (default value: 0xc74ebd) + "magenta_shulker_box": 0xc74ebd, + // (default value: 0x3ab3da) + "light_blue_shulker_box": 0x3ab3da, + // (default value: 0xfed83d) + "yellow_shulker_box": 0xfed83d, + // (default value: 0x80c726) + "lime_shulker_box": 0x80c726, + // (default value: 0xf38baa) + "pink_shulker_box": 0xf38baa, + // (default value: 0x474f52) + "gray_shulker_box": 0x474f52, + // (default value: 0x9d9d97) + "light_gray_shulker_box": 0x9d9d97, + // (default value: 0x269c9c) + "cyan_shulker_box": 0x269c9c, + // (default value: 0x8932b8) + "purple_shulker_box": 0x8932b8, + // (default value: 0x3c44aa) + "blue_shulker_box": 0x3c44aa, + // (default value: 0x835432) + "brown_shulker_box": 0x835432, + // (default value: 0x5e7c26) + "green_shulker_box": 0x5e7c26, + // (default value: 0xb02e26) + "red_shulker_box": 0xb02e26, + // (default value: 0x262626) + "black_shulker_box": 0x262626 + }, + "shulkerboxtooltip:default": { + // (default value: 0xffffff) + "default": 0xffffff, + // (default value: 0xb4b41) + "ender_chest": 0xb4b41 + } + } + }, "controls": { /* Press this key when hovering a container stack to open the preview window. (default value: key.keyboard.left.shift) diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index c6f30d8..f51fa47 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -133,6 +133,7 @@ key_gui.xaero_quick_confirm:key.keyboard.right.shift key_gui.xaero_toggle_pac_players:key.keyboard.unknown key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown key_zoomify.key.zoom:key.keyboard.z +key_zoomify.key.zoom.secondary:key.keyboard.unknown key_key.modmenu.open_menu:key.keyboard.unknown key_gui.xaero_switch_waypoint_set:key.keyboard.unknown key_gui.xaero_instant_waypoint:key.keyboard.keypad.add diff --git a/index.toml b/index.toml index 8ab6e01..8a49502 100644 --- a/index.toml +++ b/index.toml @@ -6,7 +6,7 @@ hash = "11ba09a6771da982f9bdc906cb50b803804ab4d627566c85fc5ce9a7c4a72d68" [[files]] file = "config/NoChatReports/NCR-Client.json" -hash = "29a38bf85ae541f4dfae4eea1f012ffa185a7f41a646d7412b7289b71dc204f7" +hash = "0907c97678aaa6594f6e0fcb9ead2975031fcc8ec7439ece13e4332c5c18698f" [[files]] file = "config/NoChatReports/NCR-Common.json" @@ -14,7 +14,7 @@ hash = "7ac201e2094a0cddef81b33b0813b15725a8224bd35771be19791482bf63a439" [[files]] file = "config/craftpresence.properties" -hash = "723aeff77d6fda6c6c8399d96f86c6272b00d46dd5893e10187ce59384da5b50" +hash = "05f3a4e3bc7dcafb7d4bf8da241759285105bab07143d3b919b6007fcf35939b" [[files]] file = "config/customwindowtitle-client.toml" @@ -38,7 +38,7 @@ hash = "3c94c0003a7616bea1a38887fafbe1c8a3e35f0ef0d0f4d5aad974ac73801b1a" [[files]] file = "config/inventoryprofilesnext/inventoryprofiles.json" -hash = "4331f22e593b79a59462c80922dea305e8ca7cb87bebf58757c7b3cc0bb4cdac" +hash = "738ce3f5ad9505949f1e95c8e63c299293a74f34a36b57686c31d298df8f849c" [[files]] file = "config/malilib.json" @@ -66,7 +66,7 @@ hash = "558417ea55258432623b65465dc29f3269c43777659adcec4da951894b49f786" [[files]] file = "config/shulkerboxtooltip.json5" -hash = "c98707a69c73c30efde6052c70d1275e6dea3e783420ff32ab53ea74d6244d58" +hash = "2d7668cfa3ce58578952b09f03d2e02ad77558761480fe6479947bee0c2c7706" [[files]] file = "config/slightguimodifications/config.json5" @@ -110,7 +110,7 @@ hash = "8d005752d5cebeaf920ee0bd4077fab1952d6024e3b70759ba16b9051b2f4e5e" [[files]] file = "config/yosbr/options.txt" -hash = "41ecb12f52310b635efa37c285bb342e84b87a7e57f95472fc2ba49b5ab319e6" +hash = "32a982b1ab69eb8ef95dfb517ffa7f363c05f1f10ffb552e7786388896b72e06" [[files]] file = "mods/accurate-block-placement.pw.toml" @@ -124,7 +124,7 @@ metafile = true [[files]] file = "mods/architectury-api.pw.toml" -hash = "bc08ed290f7c076e8297b38f80af9694aa5972318ef29a99693a3e297b76f386" +hash = "651bb1998c83a40530d6cb95d40bd13e2f0f8ab064e0efdd3630f648cbe7f4ed" metafile = true [[files]] @@ -144,7 +144,7 @@ metafile = true [[files]] file = "mods/craftpresence.pw.toml" -hash = "78d4f0df3756d5d1c6c0cbef62630d346620318c3ea58a4eb1fdeb8ff74c7c8d" +hash = "66efe72f8835a60e9b441424a7bd1c554c97ebeb1ecdfce58570bd653ab6079a" metafile = true [[files]] @@ -154,12 +154,12 @@ metafile = true [[files]] file = "mods/enhanced-block-entities.pw.toml" -hash = "855e5f89a1c2d225f10927dd9bdd06aaffbc0c59b6d2c525460db6f1c9742ad5" +hash = "81a389a5035dc0852ce12c796f1d667bb4715b1d6ffde16433bf80f02e3796bc" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "76f23e3c7d290c587085b22f59e06160a38593d73859cbb4a4738d1fa2fade4d" +hash = "6058946b7fb51a487cfdf61cba87562eda75ee38ebb16ae336c26fb24dd17c26" metafile = true [[files]] @@ -174,7 +174,7 @@ metafile = true [[files]] file = "mods/ibe-editor.pw.toml" -hash = "08be1456428da6117b49969f844dcd4333ec892a4903f38c4633d358588ead26" +hash = "3a46c0a6b23eb1bb81721b6416d7add97f4a4a826029c07248883a04ce2e4a24" metafile = true [[files]] @@ -189,12 +189,17 @@ metafile = true [[files]] file = "mods/inventory-profiles-next.pw.toml" -hash = "c3e1c25d84723b504c591d03a50c1b2d458147dec6538d3893d32404153d99b9" +hash = "2acd6d99abc9774fb38395bd825039343d7189fb9712f17788410fa731d5147c" metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "c3abf99ceae59c52190eff3132d949073ef39594ce38a0e90a98eca835a0efc4" +hash = "3d195b45c6dff7ee5a52dcb9e57a4172c91ec8d5c9d17c97305ee674fc22a357" +metafile = true + +[[files]] +file = "mods/libipn.pw.toml" +hash = "899e263cf28795ccb2e5848232a3a5813266839cbcdfca5df881965a9523af8a" metafile = true [[files]] @@ -224,7 +229,7 @@ metafile = true [[files]] file = "mods/no-chat-reports.pw.toml" -hash = "946f285b4c688514ccf1b828d8658cbe0860c7fdd944d19801efddc343208b7a" +hash = "d63c01cd4fbe977242aa5ae93536471c505192840717faee4fd1f0dac553b924" metafile = true [[files]] @@ -244,7 +249,7 @@ metafile = true [[files]] file = "mods/qsl.pw.toml" -hash = "a4c71d1e6256cd75f0bbafee90086d372c79dc836b40d81f7b67c66d65c14948" +hash = "8e6f816746597947ef95f88a678c1be0dec151d517c27e4658566005c0ca20dc" metafile = true [[files]] @@ -254,12 +259,12 @@ metafile = true [[files]] file = "mods/roughly-enough-items.pw.toml" -hash = "bd67a5e30759ca434a2b18cc73ebd501c5bc5d7314afa4f2f47e6abea8987f3c" +hash = "001350237bce8df4bf29e36f566199cc8ccb37f2a2b9111c6e043894ab14e9ae" metafile = true [[files]] file = "mods/shulkerboxtooltip.pw.toml" -hash = "394f42b683efbdd486804197815b47fd1263d26d8acb972cbbf0ba0bd3e66d50" +hash = "2726cf7748a50c1c28ff002f55dfcd2e74deb976f881c7342f430531d1925db6" metafile = true [[files]] @@ -269,7 +274,7 @@ metafile = true [[files]] file = "mods/sodium-extra.pw.toml" -hash = "82585384e2026e809e34368ac23e9a1e11918aa449529ce79903c03eb4cbbc2e" +hash = "99c83e926faf4565a4a75f8666a9c68721c3effdeece027509e23c5d50395321" metafile = true [[files]] @@ -284,7 +289,7 @@ metafile = true [[files]] file = "mods/suggestion-tweaker.pw.toml" -hash = "94c4268b88df8c43c04ebb7313df8b32c143879f39d683d042a3e20f56c54074" +hash = "c24170ea2222370f7113c041ebb80ea30cef76eba7ade25a861bd1e30ada3738" metafile = true [[files]] @@ -304,12 +309,12 @@ metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "b59d3454055278bc087769233fe4326ada58eae1ce52180a978acba25f601953" +hash = "800f61cda441a1222e7d9146414f73375d928bc24f5f78f552d83c92c406e15c" metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "f1b822298ccbb96ab43b054811b802080c3160db2168e7c795370779e8bc1b93" +hash = "bf1922d77e7e4b5667532dd6abd36f5cdff870314247d43a1cf50e9139e18458" metafile = true [[files]] @@ -319,7 +324,7 @@ metafile = true [[files]] file = "mods/zoomify.pw.toml" -hash = "2ef6bd2d5beb568877c9e9d379f59d7ce6fe0bff3bae958a1c65d17cce9a09fd" +hash = "fd46de6c3c5d14189e12daa71b81e697a248fbeac9b1c0b2d71bb8f61a84605b" metafile = true [[files]] diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml index 2a9f961..c3204ad 100644 --- a/mods/architectury-api.pw.toml +++ b/mods/architectury-api.pw.toml @@ -1,13 +1,13 @@ name = "Architectury API" -filename = "architectury-6.2.46-fabric.jar" +filename = "architectury-6.3.49-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/xjWpId6m/architectury-6.2.46-fabric.jar" +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/KE5bu0Vd/architectury-6.3.49-fabric.jar" hash-format = "sha1" -hash = "210c1f482c84598e907713f073c8b712df850efa" +hash = "9c6173d2c38306fd8f87d33e259d33fecb5e1dea" [update] [update.modrinth] mod-id = "lhGA9TYQ" -version = "xjWpId6m" +version = "KE5bu0Vd" diff --git a/mods/craftpresence.pw.toml b/mods/craftpresence.pw.toml index 2aaa172..5ffdf19 100644 --- a/mods/craftpresence.pw.toml +++ b/mods/craftpresence.pw.toml @@ -1,13 +1,13 @@ name = "CraftPresence" -filename = "CraftPresence-1.19.2-Release-1.9.1-universal.jar" -side = "both" +filename = "CraftPresence-1.19.2-Release-1.9.3-universal.jar" +side = "client" [download] +url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/P97oiY9k/CraftPresence-1.19.2-Release-1.9.3-universal.jar" hash-format = "sha1" -hash = "dcb7ad46b389574e1da89359147056c80f728d94" -mode = "metadata:curseforge" +hash = "87bbef99065f2378122986e260886b922232adc9" [update] -[update.curseforge] -file-id = 4001002 -project-id = 297038 +[update.modrinth] +mod-id = "DFqQfIBR" +version = "P97oiY9k" diff --git a/mods/enhanced-block-entities.pw.toml b/mods/enhanced-block-entities.pw.toml index 0380baa..0fdfe06 100644 --- a/mods/enhanced-block-entities.pw.toml +++ b/mods/enhanced-block-entities.pw.toml @@ -1,13 +1,13 @@ name = "Enhanced Block Entities" -filename = "enhancedblockentities-0.7.1+1.19.jar" +filename = "enhancedblockentities-0.7.2+1.19.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/OVuFYfre/versions/0.7.1+1.19/enhancedblockentities-0.7.1%2B1.19.jar" +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/fZx04xgT/enhancedblockentities-0.7.2%2B1.19.2.jar" hash-format = "sha1" -hash = "78dd28b7d94ef3883e817a328be9e1d66aedaa24" +hash = "fde7ffee932782c7718fd0596864aa9058b7b93c" [update] [update.modrinth] mod-id = "OVuFYfre" -version = "s76PBY7D" +version = "fZx04xgT" diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml index 87c068d..1465dd2 100644 --- a/mods/fabric-language-kotlin.pw.toml +++ b/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.8.3+kotlin.1.7.10.jar" +filename = "fabric-language-kotlin-1.8.5+kotlin.1.7.20.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/MrMwCJlh/fabric-language-kotlin-1.8.3%2Bkotlin.1.7.10.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/FrvEFBGt/fabric-language-kotlin-1.8.5%2Bkotlin.1.7.20.jar" hash-format = "sha1" -hash = "80645897db245424cf1efb474e7bf34ddbc34212" +hash = "d792f00ea9cb6062646de40a235a976e1bd4b666" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "MrMwCJlh" +version = "FrvEFBGt" diff --git a/mods/ibe-editor.pw.toml b/mods/ibe-editor.pw.toml index 54c9b0d..2e85246 100644 --- a/mods/ibe-editor.pw.toml +++ b/mods/ibe-editor.pw.toml @@ -1,13 +1,13 @@ name = "IBE Editor" -filename = "IBEEditor-1.19-2.1.2-fabric.jar" +filename = "IBEEditor-1.19.2-2.2.0-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/E9sX1ncV/versions/2.1.2+1.19-fabric/IBEEditor-1.19-2.1.2-fabric.jar" +url = "https://cdn.modrinth.com/data/E9sX1ncV/versions/jQ4wI8T9/IBEEditor-1.19.2-2.2.0-fabric.jar" hash-format = "sha1" -hash = "6303ed89bb71bd787f63894691f2618f561bcdc7" +hash = "c74b7cc5fca3d83e64c4d2a947e5b9c4d1863618" [update] [update.modrinth] mod-id = "E9sX1ncV" -version = "q4KoD26G" +version = "jQ4wI8T9" diff --git a/mods/inventory-profiles-next.pw.toml b/mods/inventory-profiles-next.pw.toml index af79b28..5a5dd0c 100644 --- a/mods/inventory-profiles-next.pw.toml +++ b/mods/inventory-profiles-next.pw.toml @@ -1,13 +1,13 @@ name = "Inventory Profiles Next" -filename = "InventoryProfilesNext-fabric-1.19-1.7.2.jar" +filename = "InventoryProfilesNext-fabric-1.19-1.8.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/8ikbNSpu/InventoryProfilesNext-fabric-1.19-1.7.2.jar" +url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/PKna8JZM/InventoryProfilesNext-fabric-1.19-1.8.2.jar" hash-format = "sha1" -hash = "bb5897b49170f228c8b53290c76e405d2265269b" +hash = "688364076d4422fb345701357364624df00c4307" [update] [update.modrinth] mod-id = "O7RBXm3n" -version = "8ikbNSpu" +version = "PKna8JZM" diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml index 6ae83ff..6a49033 100644 --- a/mods/iris.pw.toml +++ b/mods/iris.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-mc1.19.2-1.3.1.jar" +filename = "iris-mc1.19.2-1.4.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/r8IxC3aO/iris-mc1.19.2-1.3.1.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/RRjXTE6G/iris-mc1.19.2-1.4.0.jar" hash-format = "sha1" -hash = "d48f9bbc13989367629b85a785d0ff227b63dc5e" +hash = "2e62f68c5ae5b4b38728e84ab7779023677bd78a" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "r8IxC3aO" +version = "RRjXTE6G" diff --git a/mods/libipn.pw.toml b/mods/libipn.pw.toml new file mode 100644 index 0000000..82b9306 --- /dev/null +++ b/mods/libipn.pw.toml @@ -0,0 +1,13 @@ +name = "libIPN" +filename = "libIPN-fabric-1.19-1.0.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/onSQdWhM/versions/sNHw0Fym/libIPN-fabric-1.19-1.0.3.jar" +hash-format = "sha1" +hash = "a745e5491969f0f1a7f4ce7be2a9d705234bc00f" + +[update] +[update.modrinth] +mod-id = "onSQdWhM" +version = "sNHw0Fym" diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml index a8d54e7..b2be13a 100644 --- a/mods/no-chat-reports.pw.toml +++ b/mods/no-chat-reports.pw.toml @@ -1,16 +1,16 @@ name = "No Chat Reports" -filename = "NoChatReports-FABRIC-1.19.2-v1.12.0.jar" +filename = "NoChatReports-FABRIC-1.19.2-v1.13.9.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/CrvlUGPx/NoChatReports-FABRIC-1.19.2-v1.12.0.jar" +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/A7bdmpUO/NoChatReports-FABRIC-1.19.2-v1.13.9.jar" hash-format = "sha1" -hash = "ebb50f927ca4226505aeee90d020e6a04afa5215" +hash = "ad273539ea39ad166cf6b0ea9830e1768ecadbba" [update] [update.modrinth] mod-id = "qQyHxfxd" -version = "CrvlUGPx" +version = "A7bdmpUO" [option] optional = true diff --git a/mods/qsl.pw.toml b/mods/qsl.pw.toml index 230073e..6c4c7d6 100644 --- a/mods/qsl.pw.toml +++ b/mods/qsl.pw.toml @@ -1,13 +1,13 @@ name = "Quilted Fabric API / Quilt Standard Libraries" -filename = "quilted-fabric-api-4.0.0-beta.12+0.61.0-1.19.2.jar" +filename = "quilted-fabric-api-4.0.0-beta.17+0.64.0-1.19.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/VNZ3SkYT/quilted-fabric-api-4.0.0-beta.12%2B0.61.0-1.19.2.jar" +url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/1RL57ufH/quilted-fabric-api-4.0.0-beta.17%2B0.64.0-1.19.2.jar" hash-format = "sha1" -hash = "a9875997ea934c2b19701fdf28cf8706bce658c4" +hash = "1d1b1c06f5f5d539d55cc70a85b02a4c69b1b6f8" [update] [update.modrinth] mod-id = "qvIfYCYJ" -version = "VNZ3SkYT" +version = "1RL57ufH" diff --git a/mods/roughly-enough-items.pw.toml b/mods/roughly-enough-items.pw.toml index 6732d96..ec471e1 100644 --- a/mods/roughly-enough-items.pw.toml +++ b/mods/roughly-enough-items.pw.toml @@ -1,13 +1,13 @@ name = "Roughly Enough Items (REI)" -filename = "RoughlyEnoughItems-9.1.544.jar" +filename = "RoughlyEnoughItems-9.1.555.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nfn13YXA/versions/tXq602sj/RoughlyEnoughItems-9.1.544.jar" +url = "https://cdn.modrinth.com/data/nfn13YXA/versions/UEJ54gI4/RoughlyEnoughItems-9.1.555.jar" hash-format = "sha1" -hash = "6d03b479329fb14d1fbc4fed8a109547c5f5da72" +hash = "5ce832b81bc4dea332b249a6b01b4241e3e16dfa" [update] [update.modrinth] mod-id = "nfn13YXA" -version = "tXq602sj" +version = "UEJ54gI4" diff --git a/mods/shulkerboxtooltip.pw.toml b/mods/shulkerboxtooltip.pw.toml index 9e60535..db1004b 100644 --- a/mods/shulkerboxtooltip.pw.toml +++ b/mods/shulkerboxtooltip.pw.toml @@ -1,13 +1,13 @@ name = "ShulkerBoxTooltip [Fabric/Forge]" -filename = "shulkerboxtooltip-fabric-3.1.3+1.19.2.jar" +filename = "shulkerboxtooltip-fabric-3.2.1+1.19.2.jar" side = "both" [download] hash-format = "sha1" -hash = "ce970c272ec943a3be03779a8003c50f272427ca" +hash = "1df9a2b63c227ec7c3e150725f297b4ed14bb4f5" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3994075 +file-id = 4041285 project-id = 315811 diff --git a/mods/sodium-extra.pw.toml b/mods/sodium-extra.pw.toml index 90e7bf6..787a532 100644 --- a/mods/sodium-extra.pw.toml +++ b/mods/sodium-extra.pw.toml @@ -1,13 +1,13 @@ name = "Sodium Extra" -filename = "sodium-extra-0.4.10+mc1.19.2-build.64.jar" +filename = "sodium-extra-0.4.11+mc1.19.2-build.68.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/uy3WEIvn/sodium-extra-0.4.10%2Bmc1.19.2-build.64.jar" +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/xJ8SShUa/sodium-extra-0.4.11%2Bmc1.19.2-build.68.jar" hash-format = "sha1" -hash = "ea9ac83d25e16874bf5c673afdff56cc57aac156" +hash = "367a728b7fb867c71a3f5958d1e04c2ade50e7d6" [update] [update.modrinth] mod-id = "PtjYWJkn" -version = "uy3WEIvn" +version = "xJ8SShUa" diff --git a/mods/suggestion-tweaker.pw.toml b/mods/suggestion-tweaker.pw.toml index 0b887ad..6185cf1 100644 --- a/mods/suggestion-tweaker.pw.toml +++ b/mods/suggestion-tweaker.pw.toml @@ -1,13 +1,13 @@ name = "Suggestion Tweaker" -filename = "suggestion-tweaker-1.19-1.3.0-fabric.jar" +filename = "suggestion-tweaker-1.19.1-1.3.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/MBLj38R0/versions/1.19-1.3.0+fabric/suggestion-tweaker-1.19-1.3.0-fabric.jar" +url = "https://cdn.modrinth.com/data/MBLj38R0/versions/1.19.1-1.3.1%2Bfabric/suggestion-tweaker-1.19.1-1.3.1-fabric.jar" hash-format = "sha1" -hash = "754ad2c6a42867ef5543f0f86b9b85b52bf42754" +hash = "3b272c42ed831db83f6990c78e7144f205bcc6c6" [update] [update.modrinth] mod-id = "MBLj38R0" -version = "qJKtlZ5Z" +version = "kgF1KR0Q" diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml index 5379d5a..e1e09c8 100644 --- a/mods/xaeros-world-map.pw.toml +++ b/mods/xaeros-world-map.pw.toml @@ -1,15 +1,15 @@ name = "Xaero's World Map" -filename = "XaerosWorldMap_1.27.0_Fabric_1.19.1.jar" +filename = "XaerosWorldMap_1.28.1_Fabric_1.19.1.jar" side = "both" [download] hash-format = "sha1" -hash = "3f2d3d809b63223f6c9ea1958057869104422b6d" +hash = "45b3e788850cd0c2ae2c5a87e943b41b2f696e4a" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 3967777 +file-id = 4026544 project-id = 317780 [option] diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml index 78da14b..f6f886d 100644 --- a/mods/yacl.pw.toml +++ b/mods/yacl.pw.toml @@ -1,13 +1,13 @@ name = "YetAnotherConfigLib" -filename = "YetAnotherConfigLib-1.5.0.jar" +filename = "YetAnotherConfigLib-1.6.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/FxNs8Edj/YetAnotherConfigLib-1.5.0.jar" +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/EyhlJvkj/YetAnotherConfigLib-1.6.0.jar" hash-format = "sha1" -hash = "6928a199868ed4e4131b4fe0c401a1f2184b4db6" +hash = "82296f5c091f6339f6539c54bde02343789c518a" [update] [update.modrinth] mod-id = "1eAoo2KR" -version = "FxNs8Edj" +version = "EyhlJvkj" diff --git a/mods/zoomify.pw.toml b/mods/zoomify.pw.toml index 1eaf459..a779b67 100644 --- a/mods/zoomify.pw.toml +++ b/mods/zoomify.pw.toml @@ -1,13 +1,13 @@ name = "Zoomify" -filename = "Zoomify-2.7.0.jar" +filename = "Zoomify-2.8.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/TQKBOZaT/Zoomify-2.7.0.jar" +url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/nls01OIv/Zoomify-2.8.0.jar" hash-format = "sha1" -hash = "e12c3d79eda26b1d250b0b37372a70783c6a4533" +hash = "903a6b92da59e1ba8268b7983e3e3b6d619ca25e" [update] [update.modrinth] mod-id = "w7ThoJFB" -version = "TQKBOZaT" +version = "nls01OIv" diff --git a/pack.toml b/pack.toml index 75aa982..ff86e51 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "27ab7a7d9d6e204a7f9d6e226b7fbbd004c3a62e92846d8d7fd50889d9b32a2f" +hash = "67ff6f86bc25c58534db90198351f1d84f41429e0f3b41f75a1752a34de7d413" [versions] minecraft = "1.19.2"