Update mods
Craft Presence not updated to latest at this time - incompatible with quilt latest release due to its manifest Inventory Profiles next added config that hides newly added button in inventory that leads to its configuration, config adjusted to remove it.
This commit is contained in:
parent
96b7b969a0
commit
031494d8b0
24 changed files with 168 additions and 101 deletions
|
@ -12,6 +12,11 @@
|
||||||
"verifiedIconEnabled": true,
|
"verifiedIconEnabled": true,
|
||||||
"showNCRButton": true,
|
"showNCRButton": true,
|
||||||
"enableMod": true,
|
"enableMod": true,
|
||||||
|
"skipRealmsWarning": false,
|
||||||
"verifiedIconOffsetX": 0,
|
"verifiedIconOffsetX": 0,
|
||||||
"verifiedIconOffsetY": 0
|
"verifiedIconOffsetY": 0,
|
||||||
|
"reconnectAwaitSeconds": 4,
|
||||||
|
"postDisconnectAwaitSeconds": 10,
|
||||||
|
"signingCheckDelaySeconds": 43200,
|
||||||
|
"serverSigningChecks": {}
|
||||||
}
|
}
|
|
@ -1,8 +1,8 @@
|
||||||
#CraftPresence - Configuration Settings
|
#CraftPresence - Configuration Settings
|
||||||
#Current Version -> v1.9.1 (Schema v2)
|
#Current Version -> v1.9.3 (Schema v2)
|
||||||
#
|
#
|
||||||
#Last synchronized:
|
#Last synchronized:
|
||||||
#Sat Sep 24 20:35:41 CEST 2022
|
#Mon Oct 24 11:13:07 CEST 2022
|
||||||
Large_Image_Key_Format=&DEFAULT&
|
Large_Image_Key_Format=&DEFAULT&
|
||||||
Enable_Join_Requests=true
|
Enable_Join_Requests=true
|
||||||
Default_Icon=jappa_grass_498
|
Default_Icon=jappa_grass_498
|
||||||
|
@ -74,7 +74,6 @@ Strip_Translation_Colors=false
|
||||||
Rounding_Size=3
|
Rounding_Size=3
|
||||||
Player_Health_Placeholder=Health\: ¤t&/&max&
|
Player_Health_Placeholder=Health\: ¤t&/&max&
|
||||||
Preferred_Client=3
|
Preferred_Client=3
|
||||||
Entity_Attacking_Messages=[default;Attacking &entity&]
|
|
||||||
Default_Server_Motd=A Minecraft Server
|
Default_Server_Motd=A Minecraft Server
|
||||||
Large_Image_Text_Format=&MCVERSION& &BRAND& &MODS&
|
Large_Image_Text_Format=&MCVERSION& &BRAND& &MODS&
|
||||||
Singleplayer_Game_Message=Playing Singleplayer
|
Singleplayer_Game_Message=Playing Singleplayer
|
||||||
|
|
|
@ -14,6 +14,9 @@
|
||||||
"enable_inventory_editor_button": {
|
"enable_inventory_editor_button": {
|
||||||
"value": false
|
"value": false
|
||||||
},
|
},
|
||||||
|
"enable_inventory_settings_button": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
"enable_profiles_ui": {
|
"enable_profiles_ui": {
|
||||||
"value": false
|
"value": false
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,11 +4,6 @@
|
||||||
(default value: true)
|
(default value: true)
|
||||||
*/
|
*/
|
||||||
"enable": 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.
|
/* Swaps the preview modes.
|
||||||
If true, pressing the preview key will show the full preview instead.
|
If true, pressing the preview key will show the full preview instead.
|
||||||
(default value: false)
|
(default value: false)
|
||||||
|
@ -25,10 +20,6 @@
|
||||||
(default value: SEPARATE)
|
(default value: SEPARATE)
|
||||||
*/
|
*/
|
||||||
"compactPreviewNbtBehavior": "SEPARATE",
|
"compactPreviewNbtBehavior": "SEPARATE",
|
||||||
/* Controls whether the preview window should be colored.
|
|
||||||
(default value: true)
|
|
||||||
*/
|
|
||||||
"coloredPreview": true,
|
|
||||||
/* The max number of items in a row.
|
/* The max number of items in a row.
|
||||||
May not affect modded containers.
|
May not affect modded containers.
|
||||||
(default value: 9)
|
(default value: 9)
|
||||||
|
@ -47,7 +38,7 @@
|
||||||
"theme": "MOD_LIGHT",
|
"theme": "MOD_LIGHT",
|
||||||
/* The position of the preview window.
|
/* The position of the preview window.
|
||||||
INSIDE: Inside the item's tooltip.
|
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_TOP: Always at the top of the item's tooltip.
|
||||||
OUTSIDE_BOTTOM: Always at the bottom of the item's tooltip.
|
OUTSIDE_BOTTOM: Always at the bottom of the item's tooltip.
|
||||||
(default value: INSIDE)
|
(default value: INSIDE)
|
||||||
|
@ -84,6 +75,56 @@
|
||||||
*/
|
*/
|
||||||
"hideShulkerBoxLore": false
|
"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": {
|
"controls": {
|
||||||
/* Press this key when hovering a container stack to open the preview window.
|
/* Press this key when hovering a container stack to open the preview window.
|
||||||
(default value: key.keyboard.left.shift)
|
(default value: key.keyboard.left.shift)
|
||||||
|
|
|
@ -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_players:key.keyboard.unknown
|
||||||
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
|
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
|
||||||
key_zoomify.key.zoom:key.keyboard.z
|
key_zoomify.key.zoom:key.keyboard.z
|
||||||
|
key_zoomify.key.zoom.secondary:key.keyboard.unknown
|
||||||
key_key.modmenu.open_menu:key.keyboard.unknown
|
key_key.modmenu.open_menu:key.keyboard.unknown
|
||||||
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
||||||
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
|
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
|
||||||
|
|
47
index.toml
generated
47
index.toml
generated
|
@ -6,7 +6,7 @@ hash = "11ba09a6771da982f9bdc906cb50b803804ab4d627566c85fc5ce9a7c4a72d68"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/NoChatReports/NCR-Client.json"
|
file = "config/NoChatReports/NCR-Client.json"
|
||||||
hash = "29a38bf85ae541f4dfae4eea1f012ffa185a7f41a646d7412b7289b71dc204f7"
|
hash = "0907c97678aaa6594f6e0fcb9ead2975031fcc8ec7439ece13e4332c5c18698f"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/NoChatReports/NCR-Common.json"
|
file = "config/NoChatReports/NCR-Common.json"
|
||||||
|
@ -14,7 +14,7 @@ hash = "7ac201e2094a0cddef81b33b0813b15725a8224bd35771be19791482bf63a439"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/craftpresence.properties"
|
file = "config/craftpresence.properties"
|
||||||
hash = "723aeff77d6fda6c6c8399d96f86c6272b00d46dd5893e10187ce59384da5b50"
|
hash = "05f3a4e3bc7dcafb7d4bf8da241759285105bab07143d3b919b6007fcf35939b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/customwindowtitle-client.toml"
|
file = "config/customwindowtitle-client.toml"
|
||||||
|
@ -38,7 +38,7 @@ hash = "3c94c0003a7616bea1a38887fafbe1c8a3e35f0ef0d0f4d5aad974ac73801b1a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/inventoryprofilesnext/inventoryprofiles.json"
|
file = "config/inventoryprofilesnext/inventoryprofiles.json"
|
||||||
hash = "4331f22e593b79a59462c80922dea305e8ca7cb87bebf58757c7b3cc0bb4cdac"
|
hash = "738ce3f5ad9505949f1e95c8e63c299293a74f34a36b57686c31d298df8f849c"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/malilib.json"
|
file = "config/malilib.json"
|
||||||
|
@ -66,7 +66,7 @@ hash = "558417ea55258432623b65465dc29f3269c43777659adcec4da951894b49f786"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/shulkerboxtooltip.json5"
|
file = "config/shulkerboxtooltip.json5"
|
||||||
hash = "c98707a69c73c30efde6052c70d1275e6dea3e783420ff32ab53ea74d6244d58"
|
hash = "2d7668cfa3ce58578952b09f03d2e02ad77558761480fe6479947bee0c2c7706"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/slightguimodifications/config.json5"
|
file = "config/slightguimodifications/config.json5"
|
||||||
|
@ -110,7 +110,7 @@ hash = "8d005752d5cebeaf920ee0bd4077fab1952d6024e3b70759ba16b9051b2f4e5e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/options.txt"
|
file = "config/yosbr/options.txt"
|
||||||
hash = "41ecb12f52310b635efa37c285bb342e84b87a7e57f95472fc2ba49b5ab319e6"
|
hash = "32a982b1ab69eb8ef95dfb517ffa7f363c05f1f10ffb552e7786388896b72e06"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/accurate-block-placement.pw.toml"
|
file = "mods/accurate-block-placement.pw.toml"
|
||||||
|
@ -124,7 +124,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/architectury-api.pw.toml"
|
file = "mods/architectury-api.pw.toml"
|
||||||
hash = "bc08ed290f7c076e8297b38f80af9694aa5972318ef29a99693a3e297b76f386"
|
hash = "651bb1998c83a40530d6cb95d40bd13e2f0f8ab064e0efdd3630f648cbe7f4ed"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -144,7 +144,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/craftpresence.pw.toml"
|
file = "mods/craftpresence.pw.toml"
|
||||||
hash = "78d4f0df3756d5d1c6c0cbef62630d346620318c3ea58a4eb1fdeb8ff74c7c8d"
|
hash = "66efe72f8835a60e9b441424a7bd1c554c97ebeb1ecdfce58570bd653ab6079a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -154,12 +154,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/enhanced-block-entities.pw.toml"
|
file = "mods/enhanced-block-entities.pw.toml"
|
||||||
hash = "855e5f89a1c2d225f10927dd9bdd06aaffbc0c59b6d2c525460db6f1c9742ad5"
|
hash = "81a389a5035dc0852ce12c796f1d667bb4715b1d6ffde16433bf80f02e3796bc"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabric-language-kotlin.pw.toml"
|
file = "mods/fabric-language-kotlin.pw.toml"
|
||||||
hash = "76f23e3c7d290c587085b22f59e06160a38593d73859cbb4a4738d1fa2fade4d"
|
hash = "6058946b7fb51a487cfdf61cba87562eda75ee38ebb16ae336c26fb24dd17c26"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -174,7 +174,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ibe-editor.pw.toml"
|
file = "mods/ibe-editor.pw.toml"
|
||||||
hash = "08be1456428da6117b49969f844dcd4333ec892a4903f38c4633d358588ead26"
|
hash = "3a46c0a6b23eb1bb81721b6416d7add97f4a4a826029c07248883a04ce2e4a24"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -189,12 +189,17 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/inventory-profiles-next.pw.toml"
|
file = "mods/inventory-profiles-next.pw.toml"
|
||||||
hash = "c3e1c25d84723b504c591d03a50c1b2d458147dec6538d3893d32404153d99b9"
|
hash = "2acd6d99abc9774fb38395bd825039343d7189fb9712f17788410fa731d5147c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/iris.pw.toml"
|
file = "mods/iris.pw.toml"
|
||||||
hash = "c3abf99ceae59c52190eff3132d949073ef39594ce38a0e90a98eca835a0efc4"
|
hash = "3d195b45c6dff7ee5a52dcb9e57a4172c91ec8d5c9d17c97305ee674fc22a357"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/libipn.pw.toml"
|
||||||
|
hash = "899e263cf28795ccb2e5848232a3a5813266839cbcdfca5df881965a9523af8a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -224,7 +229,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/no-chat-reports.pw.toml"
|
file = "mods/no-chat-reports.pw.toml"
|
||||||
hash = "946f285b4c688514ccf1b828d8658cbe0860c7fdd944d19801efddc343208b7a"
|
hash = "d63c01cd4fbe977242aa5ae93536471c505192840717faee4fd1f0dac553b924"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -244,7 +249,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/qsl.pw.toml"
|
file = "mods/qsl.pw.toml"
|
||||||
hash = "a4c71d1e6256cd75f0bbafee90086d372c79dc836b40d81f7b67c66d65c14948"
|
hash = "8e6f816746597947ef95f88a678c1be0dec151d517c27e4658566005c0ca20dc"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -254,12 +259,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/roughly-enough-items.pw.toml"
|
file = "mods/roughly-enough-items.pw.toml"
|
||||||
hash = "bd67a5e30759ca434a2b18cc73ebd501c5bc5d7314afa4f2f47e6abea8987f3c"
|
hash = "001350237bce8df4bf29e36f566199cc8ccb37f2a2b9111c6e043894ab14e9ae"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/shulkerboxtooltip.pw.toml"
|
file = "mods/shulkerboxtooltip.pw.toml"
|
||||||
hash = "394f42b683efbdd486804197815b47fd1263d26d8acb972cbbf0ba0bd3e66d50"
|
hash = "2726cf7748a50c1c28ff002f55dfcd2e74deb976f881c7342f430531d1925db6"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -269,7 +274,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sodium-extra.pw.toml"
|
file = "mods/sodium-extra.pw.toml"
|
||||||
hash = "82585384e2026e809e34368ac23e9a1e11918aa449529ce79903c03eb4cbbc2e"
|
hash = "99c83e926faf4565a4a75f8666a9c68721c3effdeece027509e23c5d50395321"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -284,7 +289,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/suggestion-tweaker.pw.toml"
|
file = "mods/suggestion-tweaker.pw.toml"
|
||||||
hash = "94c4268b88df8c43c04ebb7313df8b32c143879f39d683d042a3e20f56c54074"
|
hash = "c24170ea2222370f7113c041ebb80ea30cef76eba7ade25a861bd1e30ada3738"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -304,12 +309,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-world-map.pw.toml"
|
file = "mods/xaeros-world-map.pw.toml"
|
||||||
hash = "b59d3454055278bc087769233fe4326ada58eae1ce52180a978acba25f601953"
|
hash = "800f61cda441a1222e7d9146414f73375d928bc24f5f78f552d83c92c406e15c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yacl.pw.toml"
|
file = "mods/yacl.pw.toml"
|
||||||
hash = "f1b822298ccbb96ab43b054811b802080c3160db2168e7c795370779e8bc1b93"
|
hash = "bf1922d77e7e4b5667532dd6abd36f5cdff870314247d43a1cf50e9139e18458"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -319,7 +324,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/zoomify.pw.toml"
|
file = "mods/zoomify.pw.toml"
|
||||||
hash = "2ef6bd2d5beb568877c9e9d379f59d7ce6fe0bff3bae958a1c65d17cce9a09fd"
|
hash = "fd46de6c3c5d14189e12daa71b81e697a248fbeac9b1c0b2d71bb8f61a84605b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Architectury API"
|
name = "Architectury API"
|
||||||
filename = "architectury-6.2.46-fabric.jar"
|
filename = "architectury-6.3.49-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "210c1f482c84598e907713f073c8b712df850efa"
|
hash = "9c6173d2c38306fd8f87d33e259d33fecb5e1dea"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "lhGA9TYQ"
|
mod-id = "lhGA9TYQ"
|
||||||
version = "xjWpId6m"
|
version = "KE5bu0Vd"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "CraftPresence"
|
name = "CraftPresence"
|
||||||
filename = "CraftPresence-1.19.2-Release-1.9.1-universal.jar"
|
filename = "CraftPresence-1.19.2-Release-1.9.3-universal.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/P97oiY9k/CraftPresence-1.19.2-Release-1.9.3-universal.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "dcb7ad46b389574e1da89359147056c80f728d94"
|
hash = "87bbef99065f2378122986e260886b922232adc9"
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 4001002
|
mod-id = "DFqQfIBR"
|
||||||
project-id = 297038
|
version = "P97oiY9k"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Enhanced Block Entities"
|
name = "Enhanced Block Entities"
|
||||||
filename = "enhancedblockentities-0.7.1+1.19.jar"
|
filename = "enhancedblockentities-0.7.2+1.19.2.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "78dd28b7d94ef3883e817a328be9e1d66aedaa24"
|
hash = "fde7ffee932782c7718fd0596864aa9058b7b93c"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "OVuFYfre"
|
mod-id = "OVuFYfre"
|
||||||
version = "s76PBY7D"
|
version = "fZx04xgT"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Fabric Language Kotlin"
|
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"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "80645897db245424cf1efb474e7bf34ddbc34212"
|
hash = "d792f00ea9cb6062646de40a235a976e1bd4b666"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Ha28R6CL"
|
mod-id = "Ha28R6CL"
|
||||||
version = "MrMwCJlh"
|
version = "FrvEFBGt"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "IBE Editor"
|
name = "IBE Editor"
|
||||||
filename = "IBEEditor-1.19-2.1.2-fabric.jar"
|
filename = "IBEEditor-1.19.2-2.2.0-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "6303ed89bb71bd787f63894691f2618f561bcdc7"
|
hash = "c74b7cc5fca3d83e64c4d2a947e5b9c4d1863618"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "E9sX1ncV"
|
mod-id = "E9sX1ncV"
|
||||||
version = "q4KoD26G"
|
version = "jQ4wI8T9"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Inventory Profiles Next"
|
name = "Inventory Profiles Next"
|
||||||
filename = "InventoryProfilesNext-fabric-1.19-1.7.2.jar"
|
filename = "InventoryProfilesNext-fabric-1.19-1.8.2.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "bb5897b49170f228c8b53290c76e405d2265269b"
|
hash = "688364076d4422fb345701357364624df00c4307"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "O7RBXm3n"
|
mod-id = "O7RBXm3n"
|
||||||
version = "8ikbNSpu"
|
version = "PKna8JZM"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Iris Shaders"
|
name = "Iris Shaders"
|
||||||
filename = "iris-mc1.19.2-1.3.1.jar"
|
filename = "iris-mc1.19.2-1.4.0.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "d48f9bbc13989367629b85a785d0ff227b63dc5e"
|
hash = "2e62f68c5ae5b4b38728e84ab7779023677bd78a"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "YL57xq9U"
|
mod-id = "YL57xq9U"
|
||||||
version = "r8IxC3aO"
|
version = "RRjXTE6G"
|
||||||
|
|
13
mods/libipn.pw.toml
Normal file
13
mods/libipn.pw.toml
Normal file
|
@ -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"
|
|
@ -1,16 +1,16 @@
|
||||||
name = "No Chat Reports"
|
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"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "ebb50f927ca4226505aeee90d020e6a04afa5215"
|
hash = "ad273539ea39ad166cf6b0ea9830e1768ecadbba"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "qQyHxfxd"
|
mod-id = "qQyHxfxd"
|
||||||
version = "CrvlUGPx"
|
version = "A7bdmpUO"
|
||||||
|
|
||||||
[option]
|
[option]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Quilted Fabric API / Quilt Standard Libraries"
|
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"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "a9875997ea934c2b19701fdf28cf8706bce658c4"
|
hash = "1d1b1c06f5f5d539d55cc70a85b02a4c69b1b6f8"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "qvIfYCYJ"
|
mod-id = "qvIfYCYJ"
|
||||||
version = "VNZ3SkYT"
|
version = "1RL57ufH"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Roughly Enough Items (REI)"
|
name = "Roughly Enough Items (REI)"
|
||||||
filename = "RoughlyEnoughItems-9.1.544.jar"
|
filename = "RoughlyEnoughItems-9.1.555.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "6d03b479329fb14d1fbc4fed8a109547c5f5da72"
|
hash = "5ce832b81bc4dea332b249a6b01b4241e3e16dfa"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "nfn13YXA"
|
mod-id = "nfn13YXA"
|
||||||
version = "tXq602sj"
|
version = "UEJ54gI4"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "ShulkerBoxTooltip [Fabric/Forge]"
|
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"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "ce970c272ec943a3be03779a8003c50f272427ca"
|
hash = "1df9a2b63c227ec7c3e150725f297b4ed14bb4f5"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3994075
|
file-id = 4041285
|
||||||
project-id = 315811
|
project-id = 315811
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Sodium Extra"
|
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"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "ea9ac83d25e16874bf5c673afdff56cc57aac156"
|
hash = "367a728b7fb867c71a3f5958d1e04c2ade50e7d6"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "PtjYWJkn"
|
mod-id = "PtjYWJkn"
|
||||||
version = "uy3WEIvn"
|
version = "xJ8SShUa"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Suggestion Tweaker"
|
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"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "754ad2c6a42867ef5543f0f86b9b85b52bf42754"
|
hash = "3b272c42ed831db83f6990c78e7144f205bcc6c6"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "MBLj38R0"
|
mod-id = "MBLj38R0"
|
||||||
version = "qJKtlZ5Z"
|
version = "kgF1KR0Q"
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
name = "Xaero's World Map"
|
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"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "3f2d3d809b63223f6c9ea1958057869104422b6d"
|
hash = "45b3e788850cd0c2ae2c5a87e943b41b2f696e4a"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3967777
|
file-id = 4026544
|
||||||
project-id = 317780
|
project-id = 317780
|
||||||
|
|
||||||
[option]
|
[option]
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "YetAnotherConfigLib"
|
name = "YetAnotherConfigLib"
|
||||||
filename = "YetAnotherConfigLib-1.5.0.jar"
|
filename = "YetAnotherConfigLib-1.6.0.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "6928a199868ed4e4131b4fe0c401a1f2184b4db6"
|
hash = "82296f5c091f6339f6539c54bde02343789c518a"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "1eAoo2KR"
|
mod-id = "1eAoo2KR"
|
||||||
version = "FxNs8Edj"
|
version = "EyhlJvkj"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Zoomify"
|
name = "Zoomify"
|
||||||
filename = "Zoomify-2.7.0.jar"
|
filename = "Zoomify-2.8.0.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[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-format = "sha1"
|
||||||
hash = "e12c3d79eda26b1d250b0b37372a70783c6a4533"
|
hash = "903a6b92da59e1ba8268b7983e3e3b6d619ca25e"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "w7ThoJFB"
|
mod-id = "w7ThoJFB"
|
||||||
version = "TQKBOZaT"
|
version = "nls01OIv"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "27ab7a7d9d6e204a7f9d6e226b7fbbd004c3a62e92846d8d7fd50889d9b32a2f"
|
hash = "67ff6f86bc25c58534db90198351f1d84f41429e0f3b41f75a1752a34de7d413"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.19.2"
|
minecraft = "1.19.2"
|
||||||
|
|
Loading…
Reference in a new issue