Add, update and remove mods

This commit is contained in:
Moritz Ruth 2024-11-03 23:06:28 +01:00
parent 2a3988a22c
commit 5dd91754a7
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
95 changed files with 804 additions and 647 deletions

View file

@ -14,7 +14,6 @@ These two resource-packs are preinstalled:
### Graphics ### Graphics
- `Animatica` — animated textures - `Animatica` — animated textures
- `BedrockWaters` — biome-specific water properties
- `Bobby` — allows render distances greater than the servers limit - `Bobby` — allows render distances greater than the servers limit
- `cat_jam` — cats jam to the rhythm of music discs - `cat_jam` — cats jam to the rhythm of music discs
- `Continuity` — connected textures - `Continuity` — connected textures
@ -67,7 +66,7 @@ These two resource-packs are preinstalled:
- `Botania` — natural magic themed tech - `Botania` — natural magic themed tech
- `CC: Tweaked` — computers - `CC: Tweaked` — computers
- `Create` - `Create`
- `Create Crafts & Additions` — bridge between electricity and kinetic energy - `Create Crafts & Additions` — bridge between electricity and kinetic energy <sup>wrong semver</sup>
- `Create Enchantment Industry` — automatic enchanting with `Create` - `Create Enchantment Industry` — automatic enchanting with `Create`
- `Create Jetpack` - `Create Jetpack`
- `Create: New Age``Create`-style electricity - `Create: New Age``Create`-style electricity
@ -102,7 +101,7 @@ These two resource-packs are preinstalled:
- `Fabric Seasons: Terralith Compat``Fabric Seasons` + `Terralith` - `Fabric Seasons: Terralith Compat``Fabric Seasons` + `Terralith`
- `Fabric Seasons: Delight Compat``Fabric Seasons` + `Farmer's Delight` - `Fabric Seasons: Delight Compat``Fabric Seasons` + `Farmer's Delight`
- `Indium``Lithium` + `Fabric Rendering API` - `Indium``Lithium` + `Fabric Rendering API`
- `Iris Flywheel Compat``Iris Shaders` + `Create` - `Iris Flywheel Compat``Iris Shaders` + `Create` <sup>wrong semver</sup>
### Food ### Food
- `Create: Garnished` — different food items, mainly nuts - `Create: Garnished` — different food items, mainly nuts
@ -146,17 +145,15 @@ These two resource-packs are preinstalled:
- `Nature's Compass` — biome compass - `Nature's Compass` — biome compass
- `Replanting Crops` — automatically replants crops harvested with a hoe - `Replanting Crops` — automatically replants crops harvested with a hoe
- `Sophisticated Backpacks` - `Sophisticated Backpacks`
- `Sound Physics Remastered` — realistic sound attenuation, reverberation, and absorption through blocks
- `Stack Refill` — automatically refills the players hand - `Stack Refill` — automatically refills the players hand
- `Storage Drawers` - `Storage Drawers`
- `Supplementaries` — various items - `Supplementaries` — various items
- `Tree Harvester` — fast tree harvesting + fast leaf decay - `Tree Harvester` — fast tree harvesting + fast leaf decay
- `Utility belt`
- `Zoomify` — zoom - `Zoomify` — zoom
### Modpack utilities ### Modpack utilities
- `Global Packs` - `Global Packs`
- `Here be no Dragons!` — disable the "experimental world settings" warning screen - `Hide Experimental Warning` — removes experimental world settings warnings
- `Main Menu Credits` - `Main Menu Credits`
- `OneTimeOverrides` - `OneTimeOverrides`
- `Remove Terralith Intro Message` - `Remove Terralith Intro Message`
@ -168,11 +165,12 @@ These two resource-packs are preinstalled:
- `Bookshelf` — required by `Enchantment Description` - `Bookshelf` — required by `Enchantment Description`
- `Botarium` — required by `Ad Astra`, `Create: New Age` - `Botarium` — required by `Ad Astra`, `Create: New Age`
- `Cloth Config API` — required by several mods - `Cloth Config API` — required by several mods
- `Collective` — required by `Stack Refill`, `Tree Harvester`, `Replanting Crops` - `Collective` — required by `Stack Refill`, `Tree Harvester`, `Replanting Crops` <sup>wrong semver</sup>
- `Fabric API` - `Fabric API`
- `Fabric Language Kotlin` — required by several mods - `Fabric Language Kotlin` — required by several mods
- `Forge Config API Port` — required by `Puzzles Lib`, `Easy Anvils` - `Forge Config API Port` — required by `Puzzles Lib`, `Easy Anvils`
- `JamLib` — required by `Utility Belt` - `Fzzy Config` — required by `EMI Loot`
- `Lithostitched` — required by `ChoiceTheorem's Overhauled Village`
- `Moonlight Lib` — required by `Supplementaries` - `Moonlight Lib` — required by `Supplementaries`
- `Obscure API` — required by `Aquamirae` - `Obscure API` — required by `Aquamirae`
- `oωo` — required by `Fabric Waystones`, `Infinity Buttons` - `oωo` — required by `Fabric Waystones`, `Infinity Buttons`
@ -182,6 +180,7 @@ These two resource-packs are preinstalled:
- `Resourceful Lib` — required by `Ad Astra`, `Chipped`, `Handcrafted` - `Resourceful Lib` — required by `Ad Astra`, `Chipped`, `Handcrafted`
- `Sophisticated Core` — required by `Sophisticated Backpacks` - `Sophisticated Core` — required by `Sophisticated Backpacks`
- `Statement` — required by `Lanterns Belong on Walls` - `Statement` — required by `Lanterns Belong on Walls`
- `TCDCommons API` — required by `Better Statistics Screen`
- `Trinkets` — required by several mods - `Trinkets` — required by several mods
- `YetAnotherConfigLib` — required by `Zoomify` - `YetAnotherConfigLib` — required by `Zoomify`
- `YUNG's API` — required by `YUNG's ...` mods - `YUNG's API` — required by `YUNG's ...` mods
@ -201,6 +200,7 @@ These mods would be in the pack if they were stable/finished.
- `Brewin' And Chewin'` — addon for `Farmer's Delight` - `Brewin' And Chewin'` — addon for `Farmer's Delight`
- `Campanion` — various camping-themed items - `Campanion` — various camping-themed items
- `Festive Delight` — addon for `Farmer's Delight` - `Festive Delight` — addon for `Farmer's Delight`
- `Utility belt`
## In consideration ## In consideration
- `Culinaire` — more food items: no interoperability with `Farmer's Delight`, leading to duplication. - `Culinaire` — more food items: no interoperability with `Farmer's Delight`, leading to duplication.

View file

@ -0,0 +1,157 @@
{
"#README": "This config file does not support comments. To see them configure it in-game using YACL or Cloth Config",
"blocks": {
"globe": {
"random_world": true,
"show_coordinates": true
},
"notice_board": {
"centered_text": true
},
"bunting": {
"fast_buntings": false
},
"clock_block": {
"24h_format": true
},
"pedestal": {
"spin": true,
"speed": 2.0,
"fancy_renderers": true
},
"bubble_block": {
"wobble": 0.2,
"grow_speed": 0.4
},
"item_shelf": {
"supported_blocks": true
},
"wind_vane": {
"power_scaling": 3.0,
"max_angle_1": 30.0,
"max_angle_2": 10.0,
"period_1": 450.0,
"period_2": 150.0
},
"flag": {
"slowness": 100,
"wavyness": 4.0,
"intensity": 1.0,
"intensity_increment": 0.3,
"fanciness": "FABULOUS",
"render_as_banner": false
},
"captured_mobs": {
"tickable_inside_jars": [
"iceandfire:pixie",
"druidcraft:dreadfish",
"druidcraft:lunar_moth",
"alexsmobs:hummingbird"
]
},
"hat_stand": {
"swing_physics": {
"frequency": 1.5,
"collision_considers_entity_hitbox": true,
"collision_inertia": 1.5,
"collision_force": 15.0,
"min_angle": 0.0,
"max_angle": 54.99998,
"damping": 1.625
}
},
"turn_table": {
"turn_particles": true
},
"speaker_block": {
"mute_narrator": false
},
"rope": {
"wobbling_amplitude": 1.2,
"wobbling_period": 12.0
}
},
"particles": {
"turn_particle": {
"initial_color": "#002A77EA",
"fade_color": "#0032BEFA"
}
},
"general": {
"no_optifine_warn_screen": false,
"no_amendments_screen": true,
"config_button": false,
"config_button_y_offset": 0,
"tooltip_hints": true,
"placeable_tooltips": true,
"custom_configured_screen": true,
"test1": 0.0,
"test2": 0.0,
"test3": 0.0
},
"tweaks": {
"clock_right_click": true,
"projectile_weapon_overlay": true,
"compass_right_click": false,
"placeable_books_glint": false,
"placeable_books_random_colors": [
"brown",
"orange",
"yellow",
"red",
"green",
"lime",
"cyan",
"blue",
"purple"
],
"banner_pattern_tooltip": true,
"paintings_tooltip": true,
"sherds_tooltip": true,
"tooltip_image_size": 80,
"mob_head_shaders": true,
"send_chat_on_death": true,
"colored_maps": {
"tinted_blocks_on_maps": true,
"tall_grass_color": true,
"accurate_colors": false
}
},
"items": {
"slingshot": {
"overlay": true,
"stasis_block_outline": true,
"block_outline_color": "#FFFFFF66",
"projectile_scale": 0.5
},
"lunch_basket": {
"overlay": true
},
"altimeter": {
"click_action": true,
"extra_dimension_textures": [
"minecraft:the_nether",
"minecraft:the_end"
],
"texture_precision_multiplier": 1
},
"cannonball": {
"3d_model": true
},
"quiver": {
"armor_render_offset": -1.0,
"render_mode": "THIGH",
"skeleton_render_mode": "THIGH",
"overlay": true,
"mouse_movement_in_gui": true,
"gui_x_offset": 0,
"gui_y_offset": 0
},
"wrench": {
"turn_particles": true
},
"flute": {
"note_particles": true
}
}
}

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "0.6+1.20", "name": "0.6.1+1.20.4",
"size": 69810, "size": 71415,
"fileName": "animatica-0.6+1.20.jar", "fileName": "animatica-0.6.1+1.20.4.jar",
"downloadUrl": "https://cdn.modrinth.com/data/PRN43VSY/versions/uNgEPb10/animatica-0.6%2B1.20.jar", "downloadUrl": "https://cdn.modrinth.com/data/PRN43VSY/versions/M2xzBL7h/animatica-0.6.1%2B1.20.4.jar",
"hashes": { "hashes": {
"sha1": "3bcb19c759f313e69d3f7848b03c48f15167b88d", "sha1": "f6abc5ab768db299e688fa2c07dc0840fb57e487",
"sha512": "7d50f3f34479f8b052bfb9e2482603b4906b8984039777dc2513ecf18e9af2b599c9d094e88cec774f8525345859e721a394c8cd7c14a789c9538d2533c71d65" "sha512": "50b5d89d2a52a62496c6d459d528341e26d6d3836df3098b58da06a0907d28badfa4ae2ce1635ae48c729d8824f3f0ef9a32de10c77461b33cc04fe3a5da1662"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "PRN43VSY", "modId": "PRN43VSY",
"versionId": "uNgEPb10", "versionId": "M2xzBL7h",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -1,21 +0,0 @@
{
"formatVersion": 1,
"displayName": "BedrockWaters",
"enabled": true,
"version": {
"name": "1.7.7+1.20.1",
"size": 104834,
"fileName": "bedrockwaters-1.7.7+1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/3WAUHe3k/versions/xuDuAUJ2/bedrockwaters-1.7.7%2B1.20.1.jar",
"hashes": {
"sha1": "cbeec37b7673fbed69a5f31e871c444544540d96",
"sha512": "f6380d8ca123b31c042d186240c0cd4088172325134c0a8536d76b0d3d89b632b38315345f49b578682c9d249d5eb340c042d5f683dcd3eb5cfb1fd2228f4361"
}
},
"source": {
"type": "modrinth",
"modId": "3WAUHe3k",
"versionId": "xuDuAUJ2",
"ignoreUpdates": false
}
}

View file

@ -3,19 +3,19 @@
"displayName": "cat_jam", "displayName": "cat_jam",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.2.1", "name": "1.2.2",
"size": 42945, "size": 43348,
"fileName": "cat_jam-fabric-mc1.20-1.2.1.jar", "fileName": "cat_jam-fabric-mc1.20-1.2.2.jar",
"downloadUrl": "https://cdn.modrinth.com/data/x3s69afN/versions/D5INFJwK/cat_jam-fabric-mc1.20-1.2.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/x3s69afN/versions/yL4xn8Kt/cat_jam-fabric-mc1.20-1.2.2.jar",
"hashes": { "hashes": {
"sha1": "a4e6e1cd2e2f427bfe69701578d2ee159f87a438", "sha1": "f9fa47f3e91ab486d94507f13eb83c32063c8abe",
"sha512": "5f2ccae8e1b9e9e8d4087ae419bca1d7893c3331881fb00931efe051f3d5c840165ddf4abba178d2bc0acaee42f31253c42efa63efd68b0342dd3c4178926338" "sha512": "0478dae350fae7dee887fcd749302fcbbf454f58357ee4d6d200640d1855e9c7e8534f42e64a4cafc18a6a53d7bb69ca0c802e33d537ce6cd66cf1186ff5be40"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "x3s69afN", "modId": "x3s69afN",
"versionId": "D5INFJwK", "versionId": "yL4xn8Kt",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "3.0.0-beta.3+1.20.1", "name": "3.0.0-beta.5+1.20.1",
"size": 1048859, "size": 1009252,
"fileName": "continuity-3.0.0-beta.3+1.20.1.jar", "fileName": "continuity-3.0.0-beta.5+1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/1IjD5062/versions/xy2co4Rh/continuity-3.0.0-beta.3%2B1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/1IjD5062/versions/84Zs6tNo/continuity-3.0.0-beta.5%2B1.20.1.jar",
"hashes": { "hashes": {
"sha1": "28fa0bc995fe240d17fcb1b2c8de8b0afd98213e", "sha1": "15ad75d51f567c69308b91223454bacfd2eda7a5",
"sha512": "52728e6919e61a9e4f00427a4f0646433d85fa0853d7946fe8651fd82e4f4c1140aa7b7e45e1e2a456a61a68fc74501ecd8317058ef7b00954fa13bd9b316c69" "sha512": "8996e74dfe96ee845bdd25e2fc5ec73a73073b2b7945693a6058182a19fd8486c4d7f03de87a3369fb73a912411b8f9061a93f0fef77c4d729157de2f31e96be"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "1IjD5062", "modId": "1IjD5062",
"versionId": "xy2co4Rh", "versionId": "84Zs6tNo",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "3.2.1", "name": "3.7.6",
"size": 70316, "size": 187515,
"fileName": "dynamic-fps-3.2.1+minecraft-1.20.0.jar", "fileName": "dynamic-fps-3.7.6+minecraft-1.20.0-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/LQ3K71Q1/versions/MJxmQ042/dynamic-fps-3.2.1%2Bminecraft-1.20.0.jar", "downloadUrl": "https://cdn.modrinth.com/data/LQ3K71Q1/versions/l1WIlBBy/dynamic-fps-3.7.6%2Bminecraft-1.20.0-fabric.jar",
"hashes": { "hashes": {
"sha1": "d4edd1828b1595eca7be0d36d1cc45b189a17a6e", "sha1": "948837e629b7536e6ea491e569319afaff91a6f4",
"sha512": "6ca9280ee22153552cdb4a75454850c2b75914d661afdea97c11a7c70370631f8f1574233c52ab46e36e97b9caed3f3574eee95169b2382d1b7a1e96973bdb77" "sha512": "822d5dc3fb62d01917db6ed176ab0b2a402b7ba314274f8d309c126af05d8d7a603eea703c9ce0afa96bca4930e0d17a6a5e3e7d6af8f5a700423be1bafce1e0"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "LQ3K71Q1", "modId": "LQ3K71Q1",
"versionId": "MJxmQ042", "versionId": "l1WIlBBy",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Enchantment Descriptions", "displayName": "Enchantment Descriptions",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "17.0.9", "name": "17.1.19",
"size": 58541, "size": 63569,
"fileName": "EnchantmentDescriptions-Fabric-1.20.1-17.0.9.jar", "fileName": "EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar",
"downloadUrl": "https://cdn.modrinth.com/data/UVtY3ZAC/versions/QmgNEy2c/EnchantmentDescriptions-Fabric-1.20.1-17.0.9.jar", "downloadUrl": "https://cdn.modrinth.com/data/UVtY3ZAC/versions/LeAiyr1s/EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar",
"hashes": { "hashes": {
"sha1": "5eb4a25beec48a249a9c924b8c5bc1955c88ecab", "sha1": "1b00b494f7a4626d7dc15805fc3449a86a0137bc",
"sha512": "710270757f95b37618613f73de4617ee8bee45531225e86d0f94d1bc1b658fea9b87eef915dc854ee008caaf7086d2b7cccb900f4416454df4624f28827e83bc" "sha512": "9ba8a939713b7945b937118b756033e1428b3b445c60276e3e6143d95a6a5f839ebc95233290cd34fed953000301d5f24b4f680fb53ebd85587c73e8e27b5682"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "UVtY3ZAC", "modId": "UVtY3ZAC",
"versionId": "QmgNEy2c", "versionId": "LeAiyr1s",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "[ETF] Entity Texture Features", "displayName": "[ETF] Entity Texture Features",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "4.6.1", "name": "6.2.5",
"size": 516533, "size": 638732,
"fileName": "entity_texture_features_fabric_1.20.1-4.6.1.jar", "fileName": "entity_texture_features_fabric_1.20.1-6.2.5.jar",
"downloadUrl": "https://cdn.modrinth.com/data/BVzZfTc1/versions/aG9vZFHa/entity_texture_features_fabric_1.20.1-4.6.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/BVzZfTc1/versions/YVBDOKy0/entity_texture_features_fabric_1.20.1-6.2.5.jar",
"hashes": { "hashes": {
"sha1": "253c11fe998c7c6d5dff9f01d60b5edff2c12963", "sha1": "8cbb6555efbd3de26ed9a9d15fe6b2880c62ed4e",
"sha512": "802a7a6c32ed5bae8277fab9af2a1e69ccd07511115cf577d170e0937f069cd8e7bd7e7bd81e4d9dd37fdce8a870ab05f60b308d1f07948431f815b984ff49d9" "sha512": "969ab353103084021a65dc96c0278f2451ede401185b247ea52629fc68e205c878621e128746cfdff19c8c51b8a52d34e5f0a09c604c1aaa3ec2fbe7c8240d34"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "BVzZfTc1", "modId": "BVzZfTc1",
"versionId": "aG9vZFHa", "versionId": "YVBDOKy0",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.15.4", "name": "1.15.6+1.20.1",
"size": 153985, "size": 156773,
"fileName": "fallingleaves-1.15.4+1.20.1.jar", "fileName": "fallingleaves-1.15.6+1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/WhbRG4iK/versions/KpvXCE2X/fallingleaves-1.15.4%2B1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/WhbRG4iK/versions/flPXaySR/fallingleaves-1.15.6%2B1.20.1.jar",
"hashes": { "hashes": {
"sha1": "5101bd05c678a874c1fa40c3363d1c127f7074d5", "sha1": "9950aaea2a33b1cfc972e881c533384e3bb0a0fb",
"sha512": "60bdf742d75a7836809087fed4e92da23dd24a09a2f222e5d2807a0fe6f1dfeff9c42c1a3cb84d20d93b3c8045b349f805d3b7b4eee4278dfe5bfe3b9bd2ebc1" "sha512": "9a335ccb81b4511c073dc4cc687a4bdbeb2aec5f8735da6032096d13e90a81b98912dd96cafed885ea4b9d30d5e44fa4d2dda185009164b285f297f021da4e78"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "WhbRG4iK", "modId": "WhbRG4iK",
"versionId": "KpvXCE2X", "versionId": "flPXaySR",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -0,0 +1,21 @@
{
"formatVersion": 1,
"displayName": "Hide Experimental Warning",
"enabled": true,
"version": {
"name": "1.20.1-1.2-fabric+forge+neo",
"size": 14256,
"fileName": "hideexperimentalwarning-1.20.1-1.2.jar",
"downloadUrl": "https://cdn.modrinth.com/data/Rm4OOdHd/versions/hJuIowdr/hideexperimentalwarning-1.20.1-1.2.jar",
"hashes": {
"sha1": "9ae7fa690a25fb809f12bc683412071f9d8a3405",
"sha512": "d18013a57005c5ef902f656f76237edf5b92e00880b241ed22f6327a19bece3bc0ecbaa6038fc19b6559a9436d73e4bfe378d8b7b463e8676e140c48bbb715a9"
}
},
"source": {
"type": "modrinth",
"modId": "Rm4OOdHd",
"versionId": "hJuIowdr",
"ignoreUpdates": false
}
}

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.0.27+mc1.20.1", "name": "1.0.34+mc1.20.1",
"size": 104807, "size": 105359,
"fileName": "indium-1.0.27+mc1.20.1.jar", "fileName": "indium-1.0.34+mc1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/Orvt0mRa/versions/Lue6O9z9/indium-1.0.27%2Bmc1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/Orvt0mRa/versions/gofbpynL/indium-1.0.34%2Bmc1.20.1.jar",
"hashes": { "hashes": {
"sha1": "8c8e6b96243155b41f2f9d29d5940ee895bcb141", "sha1": "a2de9ba15f155b09626995ad58b0e23803b05fe6",
"sha512": "c6e6627b8bb6a40497f27f86619ee5f17f68386f10585b4944e1aad01337a8f55be7401bc1824c69f94d755db3faaf16537b1d2d2cd282d24393d61df9b6fbef" "sha512": "15bb1be71ee8c0455804d38b0e735ce1cd72b6a65ce78199b227dd4806a7726fd5fcf44ea60b382b5d97546c693d289c64f7ef872701ee1ddf1ddab14f2cee74"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "Orvt0mRa", "modId": "Orvt0mRa",
"versionId": "Lue6O9z9", "versionId": "gofbpynL",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -16,6 +16,6 @@
"type": "modrinth", "type": "modrinth",
"modId": "ndHYMY2K", "modId": "ndHYMY2K",
"versionId": "tov8IR88", "versionId": "tov8IR88",
"ignoreUpdates": false "ignoreUpdates": true
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Iris Shaders", "displayName": "Iris Shaders",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.6.10+1.20.1", "name": "1.7.5+1.20.1",
"size": 2412690, "size": 2730664,
"fileName": "iris-mc1.20.1-1.6.10.jar", "fileName": "iris-1.7.5+mc1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/YL57xq9U/versions/DsjYuGMO/iris-mc1.20.1-1.6.10.jar", "downloadUrl": "https://cdn.modrinth.com/data/YL57xq9U/versions/Bi9nvICq/iris-1.7.5%2Bmc1.20.1.jar",
"hashes": { "hashes": {
"sha1": "338d922ec28c8ccd24e2387de29f53987145485a", "sha1": "613d3e28f4c0744a049f2583a25c2f36bd8537d9",
"sha512": "db36743c97adc2f38497db7086c559f1b9a41d633340fefb9ee423ddb17cf11c86b4046d130f76d91fe8d41a24cc5071e4e83d4d8a460bfffdb6410aa9a9679d" "sha512": "6bc2ab52aae576062d1f4673ee7b92a7fdc64717a8aa13e76cea574623badfef692037bfc6ef6e979e716d52cf15cf24c90694baf69a584f44e1b121550292a3"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "YL57xq9U", "modId": "YL57xq9U",
"versionId": "DsjYuGMO", "versionId": "Bi9nvICq",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Lighty", "displayName": "Lighty",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "v2.1.2+1.20.1", "name": "2.1.3+1.20.1",
"size": 44527, "size": 45637,
"fileName": "lighty-fabric-2.1.2+1.20.1.jar", "fileName": "lighty-fabric-2.1.3+1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/yjvKidNM/versions/uSb6CMnH/lighty-fabric-2.1.2%2B1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/yjvKidNM/versions/tiE781mZ/lighty-fabric-2.1.3%2B1.20.1.jar",
"hashes": { "hashes": {
"sha1": "61fbbce7185d314ebeb1b89cc4e6228360a9b559", "sha1": "a2cf4bf9444f1c2c7e04446d6573e2d3b4bce41e",
"sha512": "cbe29e6a9fbf022633a4eb9374a058b28aaddb4b1b9c49aa0a06ca7c0b4243010d1f69d91149bec6160ce2e22261665f7d3f744cdf7272379b13316327eddfb6" "sha512": "02d6e564ef251cc639a03e5f6e593d89e33f74fb8d9aa52638dfb359eb69662bfb65b9d6f04bd46280d89fae4ef7be98a62f907dc7b756cb84cf068ee2b4e820"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "yjvKidNM", "modId": "yjvKidNM",
"versionId": "uSb6CMnH", "versionId": "tiE781mZ",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Make Bubbles Pop", "displayName": "Make Bubbles Pop",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "0.2.0-fabric", "name": "0.3.0-fabric",
"size": 18643, "size": 27579,
"fileName": "make_bubbles_pop-0.2.0-fabric-mc1.19.4+.jar", "fileName": "make_bubbles_pop-0.3.0-fabric-mc1.19.4-1.21.jar",
"downloadUrl": "https://cdn.modrinth.com/data/gPCdW0Wr/versions/ZQx9k5Sj/make_bubbles_pop-0.2.0-fabric-mc1.19.4%2B.jar", "downloadUrl": "https://cdn.modrinth.com/data/gPCdW0Wr/versions/WyRIJsP5/make_bubbles_pop-0.3.0-fabric-mc1.19.4-1.21.jar",
"hashes": { "hashes": {
"sha1": "0044c979ef7104f5a7ac4005b7f63a6bd57f516f", "sha1": "d59abea779c343b22925ea026d809073aa49ebbc",
"sha512": "ddb8f43543dc0c51facfa1b85f947857fd8106aec926bb378c2f82d963bc1aaba94e33a93a57a35bdf8528b5d94b5e74b2405cc55f9084383f83bdc2441d75fa" "sha512": "05dda248f173dc34c705bd668982a49380f4afb2734966dd67ef00c2011c7dafb9697741a1c40f77a7e3a363df6f37cf60111348c3625d73072d9bc54c0bb330"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "gPCdW0Wr", "modId": "gPCdW0Wr",
"versionId": "ZQx9k5Sj", "versionId": "WyRIJsP5",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Mouse Tweaks", "displayName": "Mouse Tweaks",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.20-2.25-fabric", "name": "1.20-2.26-fabric",
"size": 77342, "size": 77943,
"fileName": "MouseTweaks-fabric-mc1.20-2.25.jar", "fileName": "MouseTweaks-fabric-mc1.20-2.26.jar",
"downloadUrl": "https://cdn.modrinth.com/data/aC3cM3Vq/versions/m0Dd8Cjy/MouseTweaks-fabric-mc1.20-2.25.jar", "downloadUrl": "https://cdn.modrinth.com/data/aC3cM3Vq/versions/mjuG4AYd/MouseTweaks-fabric-mc1.20-2.26.jar",
"hashes": { "hashes": {
"sha1": "21ae6dd81324543e77c10bbb2b928320d71b6750", "sha1": "6a6b977e671b1ab625e740fc70fb5300c21bb841",
"sha512": "04f017920be9e982c945df0d27ef93a4cace730b7bc6fd46a82c028c50f7d6819ec0a4c28a4454bc681b4591eeddb08b74c330cb577d7a697a2391fcc11d925d" "sha512": "d0faf200dda358efddad2d2809f646023f4dd06254572369e07f3bf33cb6941f0fcdb02db4675b30b4f3bd542cbf6196e135680ba91a2b74c2b071f34978e2d5"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "aC3cM3Vq", "modId": "aC3cM3Vq",
"versionId": "m0Dd8Cjy", "versionId": "mjuG4AYd",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Not Enough Animations", "displayName": "Not Enough Animations",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.6.4-1.20", "name": "1.7.6",
"size": 407579, "size": 424450,
"fileName": "notenoughanimations-fabric-1.6.4-mc1.20.jar", "fileName": "notenoughanimations-fabric-1.7.6-mc1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/MPCX6s5C/versions/6auoqhMp/notenoughanimations-fabric-1.6.4-mc1.20.jar", "downloadUrl": "https://cdn.modrinth.com/data/MPCX6s5C/versions/vXBVkqWZ/notenoughanimations-fabric-1.7.6-mc1.20.1.jar",
"hashes": { "hashes": {
"sha1": "8397ccb8afcf16e7f27e5f0d5ca5c2346ee5330d", "sha1": "66d4b350f1e5a293f4bcef9c03df2f23a11fd94c",
"sha512": "ff4ad244f553e2b75f264eb2487f831745ade306dd1039522f25010608db6f27b9283517cbec01c10908ef6c8d9d36f9296f5d6acb47c68a588df5347e298ebd" "sha512": "4a0636b4ee79a9d60b392203d1297a2d2471b39cf3be42a2d64558a11cd45548d10f4a0163f19b5477f07d6b73ebc950f2d9e38efe179617586f98bf826ff00d"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "MPCX6s5C", "modId": "MPCX6s5C",
"versionId": "6auoqhMp", "versionId": "vXBVkqWZ",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "Fabric-1.20.1-3.1.0", "name": "Fabric-1.20.1-4.0.1",
"size": 30488, "size": 73807,
"fileName": "raised-fabric-1.20.1-3.1.0.jar", "fileName": "raised-fabric-1.20.1-4.0.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/nCQRBEiR/versions/hJe5aLGc/raised-fabric-1.20.1-3.1.0.jar", "downloadUrl": "https://cdn.modrinth.com/data/nCQRBEiR/versions/rJuvV8zU/raised-fabric-1.20.1-4.0.1.jar",
"hashes": { "hashes": {
"sha1": "3ad6e181d68614163847eef75db82f933e01aaee", "sha1": "16beb4d404a5dc668a5ad9ee9c96bf3dfa70b14c",
"sha512": "6d018f1db276b87ddfa08498ff61f8ef549b7628f1d8b0a948aa15335a928ba4e8203933239382408485f08eccead6684666e1b78d464a553f4b77a4e5b644c1" "sha512": "401da1764b05e510291041b031bfd55c4f5158ba98c871bd7f0fb3487bd8d1bf3c42489a0e9e96a5073f7bf697c604f73a2665c86625544b22ba13e8ee32ac45"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "nCQRBEiR", "modId": "nCQRBEiR",
"versionId": "hJe5aLGc", "versionId": "rJuvV8zU",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Reese's Sodium Options", "displayName": "Reese's Sodium Options",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "mc1.20.1-1.6.5", "name": "mc1.20.1-1.7.2",
"size": 70820, "size": 77304,
"fileName": "reeses_sodium_options-1.6.5+mc1.20.1-build.95.jar", "fileName": "reeses_sodium_options-1.7.2+mc1.20.1-build.101.jar",
"downloadUrl": "https://cdn.modrinth.com/data/Bh37bMuy/versions/hCsMUZLa/reeses_sodium_options-1.6.5%2Bmc1.20.1-build.95.jar", "downloadUrl": "https://cdn.modrinth.com/data/Bh37bMuy/versions/Rc9pkPug/reeses_sodium_options-1.7.2%2Bmc1.20.1-build.101.jar",
"hashes": { "hashes": {
"sha1": "49c68b22b9b4db4e1d3eaa3bdb6fdedd1faeba29", "sha1": "206f1b01b99ac3df99ddd84ed96b466a8700412d",
"sha512": "8f0e96ebf0d8f114f789b644b8360fce2fc260716af2b69ea352e96f01e0f4f2871ec0eb4b7f279f2b90117e30c55fa851eca3e39353fdebe03bfca7d2962c3a" "sha512": "efb5eab3caea346f9d13ea7c73e856f286bba1c87508c7250deada7bf4e9ad179a12e9861f61145d5c9578d88f740abf19c564f14579aac5da1f46bf6f086977"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "Bh37bMuy", "modId": "Bh37bMuy",
"versionId": "hCsMUZLa", "versionId": "Rc9pkPug",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Sodium Extra", "displayName": "Sodium Extra",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "mc1.20.1-0.5.1", "name": "mc1.20.1-0.5.4",
"size": 365533, "size": 385539,
"fileName": "sodium-extra-0.5.1+mc1.20.1-build.112.jar", "fileName": "sodium-extra-0.5.4+mc1.20.1-build.115.jar",
"downloadUrl": "https://cdn.modrinth.com/data/PtjYWJkn/versions/80a0J5Cn/sodium-extra-0.5.1%2Bmc1.20.1-build.112.jar", "downloadUrl": "https://cdn.modrinth.com/data/PtjYWJkn/versions/I7ggF6B5/sodium-extra-0.5.4%2Bmc1.20.1-build.115.jar",
"hashes": { "hashes": {
"sha1": "74b6dce1ede645ffdecf1185fa05701cef68840d", "sha1": "890864a6ab5d77d57d8d757bcc31f5379b5a11b1",
"sha512": "f22f22df15c494a428a8113739267ded3a7e2732158a8e948c115e278d9ffcfb9a94faa7ba3a37364318c895d9d43271ecc58a483b8e49e030394c60a5325c25" "sha512": "ab561186421776d0db506dcbf1a724f80b345be5769ff00aa4327161c79af6e3f353eb65345ce06da30546ffa6b43e1c4a4c41dd246b7e473b131fd727997a85"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "PtjYWJkn", "modId": "PtjYWJkn",
"versionId": "80a0J5Cn", "versionId": "I7ggF6B5",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "mc1.20.1-0.5.3", "name": "mc1.20.1-0.5.11",
"size": 852373, "size": 968419,
"fileName": "sodium-fabric-mc1.20.1-0.5.3.jar", "fileName": "sodium-fabric-0.5.11+mc1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/AANobbMI/versions/4OZL6q9h/sodium-fabric-mc1.20.1-0.5.3.jar", "downloadUrl": "https://cdn.modrinth.com/data/AANobbMI/versions/ygf8cVZg/sodium-fabric-0.5.11%2Bmc1.20.1.jar",
"hashes": { "hashes": {
"sha1": "74784e6deb72e8cdb4e3788ac3a3cfd88fc77acf", "sha1": "c4293c1483f3b39c1c6c4c69143e8bb2c6e53daf",
"sha512": "989dffbf494030a09d69004ff761aadd130ac1fbdd26d640c1dccb5dae6a48db24de812bdf75ae7ba373e8bbdd668300884f35f9ad85b25f168619e33218279b" "sha512": "628129702e830fe88d79f0b87ef0591b708fb39045ce3d985703d6a3a78c30c9beb518df8e70151e55ca6c82d9274fea904c016f60085d889a4f7ac431cccd9e"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "AANobbMI", "modId": "AANobbMI",
"versionId": "4OZL6q9h", "versionId": "ygf8cVZg",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -1,21 +0,0 @@
{
"formatVersion": 1,
"displayName": "Sound Physics Remastered",
"enabled": true,
"version": {
"name": "fabric-1.20.1-1.4.5",
"size": 195159,
"fileName": "sound-physics-remastered-fabric-1.20.1-1.4.5.jar",
"downloadUrl": "https://cdn.modrinth.com/data/qyVF9oeo/versions/MmKSrFU9/sound-physics-remastered-fabric-1.20.1-1.4.5.jar",
"hashes": {
"sha1": "a608afd97b96a0f6635f29add98f659533dd44ae",
"sha512": "15236091c5285af328034e0af8c7d76eb8130692dcb32a36a8fbf227f455864374f8e3ce9689431d7061da06028d8931e3f998ce78453224f67babe4f8588eea"
}
},
"source": {
"type": "modrinth",
"modId": "qyVF9oeo",
"versionId": "MmKSrFU9",
"ignoreUpdates": false
}
}

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "3.2.1+1.20-fabric", "name": "3.6.1+1.20.1-fabric",
"size": 977261, "size": 1167964,
"fileName": "yet-another-config-lib-fabric-3.2.1+1.20.jar", "fileName": "YetAnotherConfigLib-3.6.1+1.20.1-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/1eAoo2KR/versions/3hsIB5yP/yet-another-config-lib-fabric-3.2.1%2B1.20.jar", "downloadUrl": "https://cdn.modrinth.com/data/1eAoo2KR/versions/nYfjbBJd/YetAnotherConfigLib-3.6.1%2B1.20.1-fabric.jar",
"hashes": { "hashes": {
"sha1": "68ed6a69b22da12916cec79043011110e93ae900", "sha1": "e4f5bbfa8f4d3c61f7862cf225b83989a65e6199",
"sha512": "2f1c3b68e6ea62e33a2fa00b2b77041000f354c9be71f04caa2ef5217676bfe86c7d891605c1b9410e9e49b40ab98255d3422334f52b6e97e4e9fc0c5ebcc293" "sha512": "b3fa9eb67f853535e32260af86e51c751f232809a1a7f4cae8f90344aed8862609d93e0c6e0fbb6ec89625dbde1fe30245585d710112c8c421780589d323cf1d"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "1eAoo2KR", "modId": "1eAoo2KR",
"versionId": "3hsIB5yP", "versionId": "nYfjbBJd",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "2.11.2", "name": "2.14.2+1.20.1",
"size": 999881, "size": 807877,
"fileName": "Zoomify-2.11.2.jar", "fileName": "Zoomify-2.14.2+1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/w7ThoJFB/versions/gZr7EykF/Zoomify-2.11.2.jar", "downloadUrl": "https://cdn.modrinth.com/data/w7ThoJFB/versions/RW06GEHk/Zoomify-2.14.2%2B1.20.1.jar",
"hashes": { "hashes": {
"sha1": "75d8785b79cd2333f4d1d326da55ba5fc6372f8d", "sha1": "7e1b7b1fcf2e0e7dd55f4131b2d49b8df1fc0a2f",
"sha512": "93b15012dab0e43a0ae4c32dc130e12baa4467c4d0a01a130f2a0fd8f8bf7ac5dd8b31660f98fb8124830f6b1e0e6973296251d614e4a85dfff30a5af4267ace" "sha512": "5ab72d28f2fd3da28818256b849c38d3a0da7d8b38222785dc34ab99e301141e95e904984fb7ec693f699e71d955f7ddcf0e437d02eee1ddb058e6f2ea485afa"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "w7ThoJFB", "modId": "w7ThoJFB",
"versionId": "gZr7EykF", "versionId": "RW06GEHk",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.3.92", "name": "1.3.146",
"size": 330739, "size": 344004,
"fileName": "Chunky-1.3.92.jar", "fileName": "Chunky-1.3.146.jar",
"downloadUrl": "https://cdn.modrinth.com/data/fALzjamp/versions/t8SbUchF/Chunky-1.3.92.jar", "downloadUrl": "https://cdn.modrinth.com/data/fALzjamp/versions/NHWYq9at/Chunky-1.3.146.jar",
"hashes": { "hashes": {
"sha1": "91f8daeeaab0f3114016fb1d45822179701862bf", "sha1": "b5672d69dc2b210ab2165a27afc03a424fa2b46a",
"sha512": "25fc408d1604d0d9dfe61db0a79cd482085c79d9fbd426608836e30a838f947aa6c25da828a932f8f0c4bb0d5ad7e34bf5f3e93e77281df06c2e3576b232089a" "sha512": "9dbb82993302a8dfbe6ce1f46a051d72b5ada924424f4e23674ce660d209257584159a33248fa9247793e9ba03d3a117299ce1ff6685f06a7fb87c96504459aa"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "fALzjamp", "modId": "fALzjamp",
"versionId": "t8SbUchF", "versionId": "NHWYq9at",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "5.0.0-fabric", "name": "5.0.1-fabric",
"size": 4128140, "size": 4128916,
"fileName": "Adorn-5.0.0+1.20.1-fabric.jar", "fileName": "Adorn-5.0.1+1.20.1-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/E6FUtRJh/versions/HXibuobl/Adorn-5.0.0%2B1.20.1-fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/E6FUtRJh/versions/67OSh58o/Adorn-5.0.1%2B1.20.1-fabric.jar",
"hashes": { "hashes": {
"sha1": "62233b35e52e155e165060475484cb740534121c", "sha1": "961fe04dd7e2f798d4977b8347fa1ef989dac9c0",
"sha512": "c2cf81120242bd5205ae3b11650811268b74803839cbf57b73ddf4bfa24482abf96970d8364d4f6011a070da6bd71f9af61969f35a01b29f045245adb10fa82d" "sha512": "162c9aefb1c1e956be4401a0ac6f2a86578cbc85bd1be998cdf30227c20c4b5295fb8571bcc1bb971237a309e036a9abd8edec2639d078346a4ce012732019f7"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "E6FUtRJh", "modId": "E6FUtRJh",
"versionId": "HXibuobl", "versionId": "67OSh58o",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Applied Energistics 2", "displayName": "Applied Energistics 2",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "15.0.15", "name": "15.2.12",
"size": 9902328, "size": 9858791,
"fileName": "appliedenergistics2-fabric-15.0.15.jar", "fileName": "appliedenergistics2-fabric-15.2.12.jar",
"downloadUrl": "https://cdn.modrinth.com/data/XxWD5pD3/versions/aQH6ftSR/appliedenergistics2-fabric-15.0.15.jar", "downloadUrl": "https://cdn.modrinth.com/data/XxWD5pD3/versions/xmoW71GF/appliedenergistics2-fabric-15.2.12.jar",
"hashes": { "hashes": {
"sha1": "f438acd8bde01eae2fd3d9534de5248391588bbb", "sha1": "4a92bf47482c371a17ac1374834adbf45ded3938",
"sha512": "a30cab658bba95032302f451dd811df5568c04267924d998870b5c862494c46c57ddd130478b5746c6fa1371aa78a7d47a15f209a2226901eb4dca1e5545e809" "sha512": "82b56c6cfe02d079dc8d48c49bba1a131917c543ccbd1b35bcc08d2063cc1ee8263e0e58dd7ad76b5eecc8e79090e93f46af45a3030a55e0a41603996e6e8ed6"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "XxWD5pD3", "modId": "XxWD5pD3",
"versionId": "aQH6ftSR", "versionId": "xmoW71GF",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Animal Feeding Trough", "displayName": "Animal Feeding Trough",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.0.3+1.20.1", "name": "1.1.0+1.20.1",
"size": 239828, "size": 237378,
"fileName": "animal_feeding_trough-1.0.3+1.20.1.jar", "fileName": "animal_feeding_trough-1.1.0+1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/bRFWnJ87/versions/e7lJtonz/animal_feeding_trough-1.0.3%2B1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/bRFWnJ87/versions/WkJeqkhZ/animal_feeding_trough-1.1.0%2B1.20.1.jar",
"hashes": { "hashes": {
"sha1": "a1a616ae9ae613d3d07426ca590ae626280b303d", "sha1": "48a06994464e0e9e1751676de15b2eecccfd8ad4",
"sha512": "3462e78c59702050d664c345371da73a82b921ac600f551bed64428a7a2b4f28d8998b6946706e4b6a6b4a59e2a9b1fcb4732fc50e859a72ec119cda1f2ac6f3" "sha512": "88a51133662db318bf42a12a59de76b169bcf6eba7f5c429c3f8f782c69cb730e9263bc855d8d9ca085309c449cc3b468ea23fe016fb5b32805cf05554fac535"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "bRFWnJ87", "modId": "bRFWnJ87",
"versionId": "e7lJtonz", "versionId": "WkJeqkhZ",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Architectury API", "displayName": "Architectury API",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "9.1.12+fabric", "name": "9.2.14+fabric",
"size": 576353, "size": 585207,
"fileName": "architectury-9.1.12-fabric.jar", "fileName": "architectury-9.2.14-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/lhGA9TYQ/versions/Sbew3kXe/architectury-9.1.12-fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar",
"hashes": { "hashes": {
"sha1": "add0fffa445ee2959b0898484732704a15156553", "sha1": "4fa65e32dbf63a871a30fe8ec6fbff9a4b8d007d",
"sha512": "54bdfc469f897e70a10b31c49d908e09b9cdefdda87c662ad6695c713fbf901bc37256c157ca7d2b9c70a13b304ee74a88cbead98bb23f1ae10e2aef3482db17" "sha512": "4cb8f009fd522d68a795d2cf5a657bdbe248b32ba7c33cd968f5ab521e9d60e198f8a3f6c50e7d960a2b8f50375116be0db1fd44b5710ea758697d8ea70d15de"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "lhGA9TYQ", "modId": "lhGA9TYQ",
"versionId": "Sbew3kXe", "versionId": "WbL7MStR",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Athena", "displayName": "Athena",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "3.1.1", "name": "3.1.2",
"size": 73626, "size": 74370,
"fileName": "athena-fabric-1.20.1-3.1.1.jar", "fileName": "athena-fabric-1.20.1-3.1.2.jar",
"downloadUrl": "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/Jy8DnzcO/athena-fabric-1.20.1-3.1.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/mXJWSwbJ/athena-fabric-1.20.1-3.1.2.jar",
"hashes": { "hashes": {
"sha1": "4ec2e1e1450180a0d4a985bcddb5349f4d135ffe", "sha1": "53014ceff1e10085609c16adbe246df51113bfe9",
"sha512": "d5c44bfe6a36e2eecf93988e80d5fda1656fa3adb22f2a85853d7eb349e5224bf822cfddc312055b6e978ad4f61eb69460a7d6c16614841e57cbab5ed51c91f4" "sha512": "e55d49348a9d944bbd19390c64a4f42a1375eaaf0cbd4d69b4f523e441d9d23ce9498c912db724260cde32a43b776832cb867161e0989995d974de7e19e12389"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "b1ZV3DIJ", "modId": "b1ZV3DIJ",
"versionId": "Jy8DnzcO", "versionId": "mXJWSwbJ",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.7.2-fabric-1.20.2", "name": "1.7.3-fabric-1.20.2",
"size": 161631, "size": 27539,
"fileName": "AxesAreWeapons-1.7.2-fabric-1.20.2.jar", "fileName": "AxesAreWeapons-1.7.3-fabric-1.20.2.jar",
"downloadUrl": "https://cdn.modrinth.com/data/1jvt7RTc/versions/BDjHRAAE/AxesAreWeapons-1.7.2-fabric-1.20.2.jar", "downloadUrl": "https://cdn.modrinth.com/data/1jvt7RTc/versions/dQUnRwht/AxesAreWeapons-1.7.3-fabric-1.20.2.jar",
"hashes": { "hashes": {
"sha1": "5ebe414dceaded9ac7d9f381df538164a31c6a6a", "sha1": "515bf3ba0eb6829e0c1f108d7bac54351cc1421a",
"sha512": "404e64a59e25d1a2aa51f0efe41f44da4aaed764e8917a562684ea8725c31054304bcf7d8ebc11bb5fa7a1fef40e62474c96392f85661cd86a003120f44bf9c4" "sha512": "c2de8ef8006de197f9d9736a9a7a585829c07bad55abd8b1e7d25950727a8d0ec987478cf99e5c8bfc31965439276d90d43def3f6aac35e7975a79285ca15cec"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "1jvt7RTc", "modId": "1jvt7RTc",
"versionId": "BDjHRAAE", "versionId": "dQUnRwht",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Balm", "displayName": "Balm",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "7.1.4+fabric-1.20.1", "name": "7.3.9+fabric-1.20.1",
"size": 377263, "size": 411276,
"fileName": "balm-fabric-1.20.1-7.1.4.jar", "fileName": "balm-fabric-1.20.1-7.3.9.jar",
"downloadUrl": "https://cdn.modrinth.com/data/MBAkmtvl/versions/BJ0Uk3Di/balm-fabric-1.20.1-7.1.4.jar", "downloadUrl": "https://cdn.modrinth.com/data/MBAkmtvl/versions/5sowswPx/balm-fabric-1.20.1-7.3.9.jar",
"hashes": { "hashes": {
"sha1": "e57026da2ddbf86f5d15678454938661708c33de", "sha1": "e2ffe6bfb56ca7baffb96b83ffd49aa836b2a1fe",
"sha512": "a7f85efbbe502899d741c4b94ed1a6c75413d57085796964fb0015e6a3cd2079b750a3b9fa24142cd8ac3547de30ea1c6edfc0deee738508f417820325e3b2f0" "sha512": "7b19c6b603027f715bb7630bc1da7015a92e6323730f425334e4a449a64d2e5bf292732e96f2153a77cd3581e9b24847ab5205bc6daf26da8d57c1f8b29aaed8"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "MBAkmtvl", "modId": "MBAkmtvl",
"versionId": "BJ0Uk3Di", "versionId": "5sowswPx",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Better Statistics Screen", "displayName": "Better Statistics Screen",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "3.5.2+fabric-1.20.1", "name": "3.12.6+fabric-1.20.1",
"size": 630120, "size": 385358,
"fileName": "betterstats-3.5.2+fabric-1.20.1.jar", "fileName": "betterstats-3.12.6+fabric-1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/n6PXGAoM/versions/eZ6vxjVH/betterstats-3.5.2%2Bfabric-1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/n6PXGAoM/versions/Ktw36uDC/betterstats-3.12.6%2Bfabric-1.20.1.jar",
"hashes": { "hashes": {
"sha1": "89c4507134939c656d55e1430bd903e309528190", "sha1": "bda0ac4e8937cfbe38f9a4a8aadb77f6a882407e",
"sha512": "7889a4d666724cbf645b13ef9819f99c4c74f2645fb58d682bc5fe736a72c744bd710d3035b68a969fa6d0e06120fa1754e42bd9d5f203a4631e37ade9f02d23" "sha512": "412824d45c63dec7a629b9efc16ed9fe08c256a8754b54f8052b2a346c7f0febe359757077d5683321b8fffb059707b29a385ae171d6dfaf6e3fb2db26c9a0de"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "n6PXGAoM", "modId": "n6PXGAoM",
"versionId": "eZ6vxjVH", "versionId": "Ktw36uDC",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Bookshelf", "displayName": "Bookshelf",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "20.1.6", "name": "20.2.13",
"size": 317670, "size": 322180,
"fileName": "Bookshelf-Fabric-1.20.1-20.1.6.jar", "fileName": "Bookshelf-Fabric-1.20.1-20.2.13.jar",
"downloadUrl": "https://cdn.modrinth.com/data/uy4Cnpcm/versions/do4zQJJA/Bookshelf-Fabric-1.20.1-20.1.6.jar", "downloadUrl": "https://cdn.modrinth.com/data/uy4Cnpcm/versions/CBnLZwRS/Bookshelf-Fabric-1.20.1-20.2.13.jar",
"hashes": { "hashes": {
"sha1": "d517744dc3bd9677f505465595f0b48f20722afe", "sha1": "67a67945139b0c26bc8075a746b8f0ed571a9b8a",
"sha512": "72e8efdc0f4d1c0ac08502cb10706005f1053516934283871ebb81b47785634f304ce00cb8bb987adaf5ae325243c5649492a1443cdb4eb1ab04c7b4dd7f3d16" "sha512": "6cc0536833c4f1922711da91c3baf3a79b4bf8c72aa548a34e8f4852fc9b1cb51f21729c58544fbe05909fd3e1da316d1f885033af5844024cea936c3626e3d2"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "uy4Cnpcm", "modId": "uy4Cnpcm",
"versionId": "do4zQJJA", "versionId": "CBnLZwRS",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Botania", "displayName": "Botania",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.20.1-443-fabric", "name": "1.20.1-446-fabric",
"size": 12190577, "size": 12623115,
"fileName": "Botania-1.20.1-443-FABRIC.jar", "fileName": "Botania-1.20.1-446-FABRIC.jar",
"downloadUrl": "https://cdn.modrinth.com/data/pfjLUfGv/versions/s3EM29A3/Botania-1.20.1-443-FABRIC.jar", "downloadUrl": "https://cdn.modrinth.com/data/pfjLUfGv/versions/8kglDuQk/Botania-1.20.1-446-FABRIC.jar",
"hashes": { "hashes": {
"sha1": "cf8dcd56b3d362791bfa36b2474ff0da10796b57", "sha1": "a7f668a85b88b3c9ce5fdf151fa372a62dff0b03",
"sha512": "61ead0243f024216160eaacce92639f8925a21c644cdae609b813e2190aac7b940b6e1a19ee9dd56991ec2894800f47dcf99f8f9460d00b9fe7e47ec8ad9f81e" "sha512": "2a0d4dea002b6de97cd126e978e2659e2dabe1da43c68e757ad2cccbc44a41357e939c3614257739e5aa0f5840df8880ffbd9c9e9e2989e037d9b89a2f3e33eb"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "pfjLUfGv", "modId": "pfjLUfGv",
"versionId": "s3EM29A3", "versionId": "8kglDuQk",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Botarium", "displayName": "Botarium",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "2.2.1", "name": "2.3.4",
"size": 171080, "size": 188388,
"fileName": "botarium-fabric-1.20.1-2.2.1.jar", "fileName": "botarium-fabric-1.20.1-2.3.4.jar",
"downloadUrl": "https://cdn.modrinth.com/data/2u6LRnMa/versions/9yTYvTAh/botarium-fabric-1.20.1-2.2.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/2u6LRnMa/versions/f3ATcSfq/botarium-fabric-1.20.1-2.3.4.jar",
"hashes": { "hashes": {
"sha1": "feea0555a82bfb71e3edf9dfea7054423bdb7f3e", "sha1": "20e1c12cd5e4b4127c7b20ab7e7f81e7119dbf8b",
"sha512": "4de3104e67fd5a40b703fae9440c561e2238d26a70f5179e8dfeb5805062a49f2370d749d3814b188dc19e2d744094bf73b3aea8249ba346744bdce1ce3226d1" "sha512": "03589a8d05c17dbb4271c212d0eb00c53d9d5c0705f63c7816ff9e099245db71f94e7c544e323beaeac28d30bd3807eeccb1352792cb6d778ff6ecf68f4635c7"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "2u6LRnMa", "modId": "2u6LRnMa",
"versionId": "9yTYvTAh", "versionId": "f3ATcSfq",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "CC: Tweaked", "displayName": "CC: Tweaked",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.109.0", "name": "1.113.1",
"size": 3373266, "size": 3423775,
"fileName": "cc-tweaked-1.20.1-fabric-1.109.0.jar", "fileName": "cc-tweaked-1.20.1-fabric-1.113.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/gu7yAYhd/versions/7RnsCpDD/cc-tweaked-1.20.1-fabric-1.109.0.jar", "downloadUrl": "https://cdn.modrinth.com/data/gu7yAYhd/versions/Zoo9N9Dv/cc-tweaked-1.20.1-fabric-1.113.1.jar",
"hashes": { "hashes": {
"sha1": "57add63e2848019cfb6d19338da464295a8eb378", "sha1": "6c8177da26d3de753599884a78b61d3f2b2598c4",
"sha512": "b42940c97fa88e376d31fda087019d1956b135885477feb8158cf06bc84917a8f896d5089c488d4d0889deb49e7177ca7459956ea50e09ec981ec5bc0d9f8d0f" "sha512": "a5024ac6da3004396c8aaa275ee6096802ac0fc8fb2fbf8aa6b6287e45820b8f6c1bd1f922340b8750010b1051739547c1abf1b003f437a223624fe4f1a88891"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "gu7yAYhd", "modId": "gu7yAYhd",
"versionId": "7RnsCpDD", "versionId": "Zoo9N9Dv",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Charm of Undying", "displayName": "Charm of Undying",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "6.4.5+1.20.1", "name": "6.5.0+1.20.1",
"size": 398813, "size": 402847,
"fileName": "charmofundying-fabric-6.4.5+1.20.1.jar", "fileName": "charmofundying-fabric-6.5.0+1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/b5GyyYkp/versions/qxgJorhU/charmofundying-fabric-6.4.5%2B1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/b5GyyYkp/versions/bRynnjen/charmofundying-fabric-6.5.0%2B1.20.1.jar",
"hashes": { "hashes": {
"sha1": "0e29040ffa67dc091ce129b492de4b0161dc8cee", "sha1": "96d1e220f2697a0c2a63fca8eca2b1690d14ca4e",
"sha512": "ca23678e4fdad0e8f1427b9ff82cdce0135c0f25d4ceb4f6fc335b667490751ed8a99a3f9b14bd642bf4b68241c14813432e7b99554e2a9dc6250217192dee1d" "sha512": "6c86eb878c1e5e7a5958fd3b6c7a3219fe799cc20e6440f60a59fa7823c33843aaadbe8393d42f1643e173d29873feace60bab92d47a82b9ba748e0cd22d00dd"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "b5GyyYkp", "modId": "b5GyyYkp",
"versionId": "qxgJorhU", "versionId": "bRynnjen",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Chipped", "displayName": "Chipped",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "3.0.1", "name": "3.0.7",
"size": 14649186, "size": 15057458,
"fileName": "chipped-fabric-1.20.1-3.0.1.jar", "fileName": "chipped-fabric-1.20.1-3.0.7.jar",
"downloadUrl": "https://cdn.modrinth.com/data/BAscRYKm/versions/yXxHBIer/chipped-fabric-1.20.1-3.0.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/BAscRYKm/versions/pwyEaKDs/chipped-fabric-1.20.1-3.0.7.jar",
"hashes": { "hashes": {
"sha1": "3da798a08a780acd8831a9effdef11ec98a43ea0", "sha1": "add35e79f6a930825e4dbe77d5d0468fb96c533f",
"sha512": "a96d9f6746f76915e74b4e4b7d99025f1b28bd3f834450d6997e88c3890cf4874984e88fa3341f136a1ada5122bed8f2214e1602b46255fc5d822202a9f0e538" "sha512": "5e12cc2ac7aec827a06fb9358fa53a25040428ae0f192a96305b129b084073154a6ae862d6875f6a02fe89a7a11d253049ce90b292f4c4ab2c72a9c94b93c9b0"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "BAscRYKm", "modId": "BAscRYKm",
"versionId": "yXxHBIer", "versionId": "pwyEaKDs",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Cloth Config API", "displayName": "Cloth Config API",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "11.1.106+fabric", "name": "11.1.136+fabric",
"size": 1159179, "size": 1172214,
"fileName": "cloth-config-11.1.106-fabric.jar", "fileName": "cloth-config-11.1.136-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/9s6osm5g/versions/s7VTKfLA/cloth-config-11.1.106-fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/9s6osm5g/versions/2xQdCMyG/cloth-config-11.1.136-fabric.jar",
"hashes": { "hashes": {
"sha1": "a05e176326365f2b8e377a35be52a5671491bcfd", "sha1": "d5fe84a0cc9ed5c7290a76ba570e1f8716afecab",
"sha512": "bce3d04905f49a331ade089332f0bb5f2329a81451f2acdd4d95590cb090dbc88f0192a85de342e705f4aea9f4cdf2add8b5ef842d0014e29f0a2a9c281984a2" "sha512": "2da85c071c854223cc30c8e46794391b77e53f28ecdbbde59dc83b3dbbdfc74be9e68da9ed464e7f98b4361033899ba4f681ebff1f35edc2c60e599a59796f1c"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "9s6osm5g", "modId": "9s6osm5g",
"versionId": "s7VTKfLA", "versionId": "2xQdCMyG",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Collective", "displayName": "Collective",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.20.1-7.6-forge+fabric", "name": "1.20.1-7.87-fabric+forge+neo",
"size": 530907, "size": 648876,
"fileName": "collective-1.20.1-7.6.jar", "fileName": "collective-1.20.1-7.87.jar",
"downloadUrl": "https://cdn.modrinth.com/data/e0M1UDsY/versions/Vs95Wipv/collective-1.20.1-7.6.jar", "downloadUrl": "https://cdn.modrinth.com/data/e0M1UDsY/versions/aNzU64AT/collective-1.20.1-7.87.jar",
"hashes": { "hashes": {
"sha1": "b5ec6b59ebf018af4040b6ddaf31e6f8acf1f9b5", "sha1": "6b30430c4737fddf0ee1913a198bcce0f5230a21",
"sha512": "05171d556025bab8c8c57c5f77cca267cb2006e11772721b72baa4b338e0a7c3ad2a0a2bf15754706d69ff5892754a7f69f470b9c386d074a3bda9bda1897187" "sha512": "65acb74e5acd56f1507ff83cee86fa2a78efea5ff2577828bd1c38323af4bcb594bfa4deb9d511060035c9503046a5da7fccc034228e6e799c2fb36fbf59e1a8"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "e0M1UDsY", "modId": "e0M1UDsY",
"versionId": "Vs95Wipv", "versionId": "aNzU64AT",
"ignoreUpdates": false "ignoreUpdates": true
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Create: Crystal Clear", "displayName": "Create: Crystal Clear",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "2.0", "name": "2.1-Beta",
"size": 203757, "size": 203765,
"fileName": "Crystal-Clear-2.0-Beta-fabric.jar", "fileName": "Crystal-Clear-2.1-Beta-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/h7QgiH72/versions/p1Zl1Pi5/Crystal-Clear-2.0-Beta-fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/h7QgiH72/versions/jCoGpP8a/Crystal-Clear-2.1-Beta-fabric.jar",
"hashes": { "hashes": {
"sha1": "1c86802202ad547ed317274cee015c7b42060ec8", "sha1": "717090cba0fa31259ddba530b9c636149c83ef4c",
"sha512": "9c21f35d3127815cf4a090cf6619a68e4b88faa53dcc89fae033ab35245b7fb0171d4ea53aa0f0a1a3c50f7248c66cf2daad0491b1cfc209c509d543b1bb1eb5" "sha512": "e80461981dda1179cb15f57f39d41d7418af3d37f88f32d9cfa01a4f7d1dc2192d378ee415bc02d5616c3ea2b418fcc3f326423f5f7baf5886bfaf23ff2d725e"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "h7QgiH72", "modId": "h7QgiH72",
"versionId": "p1Zl1Pi5", "versionId": "jCoGpP8a",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Create Enchantment Industry Fabric", "displayName": "Create Enchantment Industry Fabric",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.2.9", "name": "1.2.16",
"size": 519315, "size": 520093,
"fileName": "create_enchantment_industry-1.2.9.jar", "fileName": "create_enchantment_industry-1.2.16.jar",
"downloadUrl": "https://cdn.modrinth.com/data/AEZO385x/versions/kJq996nt/create_enchantment_industry-1.2.9.jar", "downloadUrl": "https://cdn.modrinth.com/data/AEZO385x/versions/SI0RzkGk/create_enchantment_industry-1.2.16.jar",
"hashes": { "hashes": {
"sha1": "0fff62c053658a4e3f0a1f6e592c4249fb43a454", "sha1": "c1153315e3d0e7d216ca3179e483fe8b9f794433",
"sha512": "44f95767730ed022166ebe2937572aaa784ce4d093d9f64cd00331a50a73e299a3c81462d04a8dbff9741a0fbd28346294c6367aa856ebb6d4a525d7778d7c6b" "sha512": "c9b9c8d03c763aa6e378d20534e8ae25861e6895b8f2f301108ae7271a6bfaceae306f1b45fbf79db5aa05a0164efc57db5dba37be54cc82dc3a652d6f6d5c3d"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "AEZO385x", "modId": "AEZO385x",
"versionId": "kJq996nt", "versionId": "SI0RzkGk",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Create Jetpack", "displayName": "Create Jetpack",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "4.0.0", "name": "4.2.0",
"size": 199019, "size": 223082,
"fileName": "create_jetpack-fabric-4.0.0.jar", "fileName": "create_jetpack-fabric-4.2.0.jar",
"downloadUrl": "https://cdn.modrinth.com/data/UbFnAd4l/versions/UVXtwBop/create_jetpack-fabric-4.0.0.jar", "downloadUrl": "https://cdn.modrinth.com/data/UbFnAd4l/versions/IwBgWAGw/create_jetpack-fabric-4.2.0.jar",
"hashes": { "hashes": {
"sha1": "05147d87698c38db38f0eb1045a07929c459f340", "sha1": "6fdd2d1f93c4d51ec2eea6063b7026326b59fdd9",
"sha512": "379b7d6294a14864105ea36f1dd2fb05aba45379fc25a7e02c05d44283e2d5096b61c430cc2013ff683d27bec184696b7cb43c5c1ba461f3a9c19790e16add44" "sha512": "88aee08e888e4dc20a83edf7187b0f3dc7e16eec3883a428c95c6247186983f75ddde1962c6fccca84b85ff80f0ac1e4b206e12ba0da8bf959e43eea44b80c28"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "UbFnAd4l", "modId": "UbFnAd4l",
"versionId": "UVXtwBop", "versionId": "IwBgWAGw",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Create: New Age", "displayName": "Create: New Age",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.0.1", "name": "1.1.2",
"size": 521601, "size": 657516,
"fileName": "create-new-age-fabric-1.20.1-1.0.1.jar", "fileName": "create-new-age-fabric-1.20.1-1.1.2.jar",
"downloadUrl": "https://cdn.modrinth.com/data/FTeXqI9v/versions/WCDx7Wfc/create-new-age-fabric-1.20.1-1.0.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/FTeXqI9v/versions/rk63oafd/create-new-age-fabric-1.20.1-1.1.2.jar",
"hashes": { "hashes": {
"sha1": "f7b4c99bdb830d189391c5998a3cf71191ca5f80", "sha1": "b7620a4c47911da46a7fff253ef0ce4ce7aa54ab",
"sha512": "5620feee1656bbe51013393ed694f516b4c572ced4e660bf6c90abaa328396cc070a79faa353bab6eb9f52706522dc09ec32c7c0cf6b9eca81a162ffa8ae1ed8" "sha512": "a94c20d349546a774a89265c56650e547de353af7e8eb8d7ca7a69033570bdaa7c8d478edda3a6c50379d64d708c3ffd581da4214abc3930694fcf8462b03058"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "FTeXqI9v", "modId": "FTeXqI9v",
"versionId": "WCDx7Wfc", "versionId": "rk63oafd",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Create: Steam 'n' Rails", "displayName": "Create: Steam 'n' Rails",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.5.1-fabric-mc1.20.1", "name": "1.6.4+fabric-mc1.20.1",
"size": 6741940, "size": 9135839,
"fileName": "Steam_Rails-1.5.1+fabric-mc1.20.1.jar", "fileName": "Steam_Rails-1.6.4+fabric-mc1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/ZzjhlDgM/versions/vVIvVuGn/Steam_Rails-1.5.1%2Bfabric-mc1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/ZzjhlDgM/versions/AJ3IGl3n/Steam_Rails-1.6.4%2Bfabric-mc1.20.1.jar",
"hashes": { "hashes": {
"sha1": "221edeb669eef0c8c554f0b0cd35e915fa19cfca", "sha1": "6aebceb3b11005d9cf7255f26344e1c3a635c91c",
"sha512": "c8bb882a2a636b129e33c2fe2ea9a3e84e684646a3627dcf57579d04af4798e1d2a195ee8b8037a3a067b806197a7bacd400bf4676daa2dd14dfce1e2f30d554" "sha512": "e2c1ea06c270118a99d6a047f48eb210b047c6a25b3f05c53e53f0e4d1fc2805cff23aea02f8543af7d175c4f35bd43ba928be13c443dfa122ae13f8043fa3f3"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "ZzjhlDgM", "modId": "ZzjhlDgM",
"versionId": "vVIvVuGn", "versionId": "AJ3IGl3n",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Create Crafts & Additions", "displayName": "Create Crafts & Additions",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "fabric-1.20.1-0.9.0", "name": "1.20.1-1.2.4",
"size": 1152307, "size": 1596988,
"fileName": "createaddition-fabric+1.20.1-0.9.0.jar", "fileName": "createaddition-fabric+1.20.1-1.2.4.jar",
"downloadUrl": "https://cdn.modrinth.com/data/kU1G12Nn/versions/ogRcUOQY/createaddition-fabric%2B1.20.1-0.9.0.jar", "downloadUrl": "https://cdn.modrinth.com/data/kU1G12Nn/versions/vV4bZmhm/createaddition-fabric%2B1.20.1-1.2.4.jar",
"hashes": { "hashes": {
"sha1": "69e833eb880e94c1c934ff34b2b03651cc019d11", "sha1": "a4b1618a3a7c14aab3c2fc46017a26c2b668dda3",
"sha512": "71cbaa25872bf53a78b44c7df8b2b0ee219944e99049471fa0081f4a04305e1ff8f06bf15c30f442288734d23ec600e4a72081d849a7f41aa30b040b27ac5949" "sha512": "66bab7b3e0cada74d70cfc921d94f53759dd64189a261bcb7d75c5fd2818bbc375bcaa215d321c1c619092aff34ba56a94ec61e6868788d0e599913e7445341d"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "kU1G12Nn", "modId": "kU1G12Nn",
"versionId": "ogRcUOQY", "versionId": "vV4bZmhm",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "ChoiceTheorem's Overhauled Village", "displayName": "ChoiceTheorem's Overhauled Village",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "3.3.6", "name": "3.4.9",
"size": 4643964, "size": 5692635,
"fileName": "ctov-3.3.6.jar", "fileName": "[Fabric]CTOV-3.4.9.jar",
"downloadUrl": "https://cdn.modrinth.com/data/fgmhI8kH/versions/nF92O1uF/ctov-3.3.6.jar", "downloadUrl": "https://cdn.modrinth.com/data/fgmhI8kH/versions/JHpY779l/%5BFabric%5DCTOV-3.4.9.jar",
"hashes": { "hashes": {
"sha1": "9fe2efeb1f2bff5309191c088437d0c6b4121e82", "sha1": "1be074ed97695293e21726c537ab993c6c944485",
"sha512": "bfe67af2d569d41ed96ee9165ba0c9c2c4452c69a2b6062183d2394cde075315e957df4688b401bd6753286ce14542daf0279868902fe8f9c2014d1043e77dec" "sha512": "e35497d5a8a9adcd872ac88deb32b70aa231144dcc7162bbd8042fb344e25c6cda404dd62e479c4a9a9d9e07ae1bf5526199176b6ecb6d0fa3af791a47b7ea38"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "fgmhI8kH", "modId": "fgmhI8kH",
"versionId": "nF92O1uF", "versionId": "JHpY779l",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Deeper and Darker", "displayName": "Deeper and Darker",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.2.5", "name": "1.3.2-fabric+1.20",
"size": 17449395, "size": 17821335,
"fileName": "deeperdarker-fabric-1.20-1.2.5.jar", "fileName": "deeperdarker-fabric-1.20-1.3.2.jar",
"downloadUrl": "https://cdn.modrinth.com/data/fnAffV0n/versions/qJBXtnKM/deeperdarker-fabric-1.20-1.2.5.jar", "downloadUrl": "https://cdn.modrinth.com/data/fnAffV0n/versions/YbgEcJGO/deeperdarker-fabric-1.20-1.3.2.jar",
"hashes": { "hashes": {
"sha1": "3e897d20bcbd341a54e62700decf206cdfc6ac74", "sha1": "6ee60d2481114c459be64fcab3af337292857e8b",
"sha512": "e00c23a75b4a4198670e28d7603eb0a0c7a61a4146698687f4573cb62235f1cb2c30ae1483624c75581abe19c5175ce9f33d03969190a39878f50569a5b2e6e1" "sha512": "e35a3df2b0c8ed48a28fbf95a2d49aa30426ca93e685954374c863e17dc70c89c5e33cb6e735515fed5d2b30eb3d05333eac1defc49b088fb05575b111426880"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "fnAffV0n", "modId": "fnAffV0n",
"versionId": "qJBXtnKM", "versionId": "YbgEcJGO",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Discs Where Discs Shouldn't Be", "displayName": "Discs Where Discs Shouldn't Be",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.2.3", "name": "1.6.0",
"size": 61202678, "size": 20540727,
"fileName": "dwdsb-1.2.3.jar", "fileName": "dwdsb-1.6.0.jar",
"downloadUrl": "https://cdn.modrinth.com/data/wA5VlakK/versions/yoNEDjmy/dwdsb-1.2.3.jar", "downloadUrl": "https://cdn.modrinth.com/data/wA5VlakK/versions/rmOG1ylF/dwdsb-1.6.0.jar",
"hashes": { "hashes": {
"sha1": "150f8c31e34daba2c9bab1c4de53539e70dc7415", "sha1": "50d6aca4585958a0a46058864a7cc62502992736",
"sha512": "4b9f840c7831bedd726d2ee80d5a8e6537a5eb8f7538d5b977659c75dd23e3b1d7afb2cab7f83ce47bcbaebf1d61d4d97f80958925a02e2a469652bac05534b2" "sha512": "ddd8d8db4608b9553114c39d76d5b9e4f5300f7e1178c5629bacc2b9a836d282b63ad39ad3740a5ea73ca8becfd3523891715cd7a21fa34c1ccb3b119e143f8b"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "wA5VlakK", "modId": "wA5VlakK",
"versionId": "yoNEDjmy", "versionId": "rmOG1ylF",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Elytra Slot", "displayName": "Elytra Slot",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "6.3.0+1.20.1", "name": "6.4.4+1.20.1",
"size": 51609, "size": 85106,
"fileName": "elytraslot-fabric-6.3.0+1.20.1.jar", "fileName": "elytraslot-fabric-6.4.4+1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/mSQF1NpT/versions/6uCj1VmZ/elytraslot-fabric-6.3.0%2B1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/mSQF1NpT/versions/7w60aZYA/elytraslot-fabric-6.4.4%2B1.20.1.jar",
"hashes": { "hashes": {
"sha1": "8434372482be878e0d40542cd2cce09b6dfccf84", "sha1": "1c8ac3502cb72cd76a804fa7ee31ea535de0bcdf",
"sha512": "95031cce078c029710a0aeacab8e76df35d388d78e52f03f75b7df95ae7eb9619570e24900050ad33f9fe4660083da5fc4d3e1a9f81b34c5e775e84d00ece55b" "sha512": "4ffb63737c7cf209443d9026b60467136b437ea207986f32e2caef1305fa4b3aaa907844a3e647f4d3c54b683b22e0cf26ddd3c83a6da01b5a3e8a2cf8afcec5"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "mSQF1NpT", "modId": "mSQF1NpT",
"versionId": "6uCj1VmZ", "versionId": "7w60aZYA",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "EMI", "displayName": "EMI",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.1.17+1.20.1+fabric", "name": "1.1.18+1.20.1+fabric",
"size": 1020805, "size": 1023360,
"fileName": "emi-1.1.17+1.20.1+fabric.jar", "fileName": "emi-1.1.18+1.20.1+fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/fRiHVvU7/versions/dX93L2Zf/emi-1.1.17%2B1.20.1%2Bfabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/fRiHVvU7/versions/7z8wc2Iv/emi-1.1.18%2B1.20.1%2Bfabric.jar",
"hashes": { "hashes": {
"sha1": "5497d22e2a0e65a6a0c0e1920623b79020e7b4a5", "sha1": "a3d0e04cc276327287711cea92564671f0bed21d",
"sha512": "e39f1910c0a525f0c7d07e5e660b29969543157b5f1c1ed419a866b1f3464bcecc71d475e9c0f698b2c0e860201a07a83b9de09773b816e5de53610c06d35eb3" "sha512": "a827007f3b040ce2ddb1c082fc256d2c0b220b0042a8b66cec3766339e662c66af9f340942e86d10754a0f49cb1a85da10feecc08054d19cdd231a74dabbb975"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "fRiHVvU7", "modId": "fRiHVvU7",
"versionId": "dX93L2Zf", "versionId": "7z8wc2Iv",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Create: Extended Cogwheels", "displayName": "Create: Extended Cogwheels",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "2.1.0-1.20.1-0.5.1.c-fabric", "name": "2.1.1-1.20.1-0.5.1.f-fabric",
"size": 229779, "size": 224000,
"fileName": "extendedgears-2.1.0-1.20.1-0.5.1.c-fabric.jar", "fileName": "extendedgears-2.1.1-1.20.1-0.5.1.f-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/qO4lsa4Y/versions/YqweXuwL/extendedgears-2.1.0-1.20.1-0.5.1.c-fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/qO4lsa4Y/versions/22pR1H3P/extendedgears-2.1.1-1.20.1-0.5.1.f-fabric.jar",
"hashes": { "hashes": {
"sha1": "466355b19710ed79c25018fa33c0c9be5952c370", "sha1": "521279ad168e61f864debdb3eebfa3059e396a63",
"sha512": "9116838e62c1abeb55dc4f49fb901681c5b0240353b296374ac74e8f6d2109b8cf2a6245b399b951658ab3efc077ba570b8f78ae69622baf1f9e6fc15d02312f" "sha512": "156018db639d190525b465b457dbe7e83e6172f4e60f020dae6f6fc616d426bf01498dba10a5818f24c9cb77b72047b63c98cd24986ef91dbc36684b5f942bf5"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "qO4lsa4Y", "modId": "qO4lsa4Y",
"versionId": "YqweXuwL", "versionId": "22pR1H3P",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "0.91.0+1.20.1", "name": "0.92.2+1.20.1",
"size": 2060204, "size": 2107289,
"fileName": "fabric-api-0.91.0+1.20.1.jar", "fileName": "fabric-api-0.92.2+1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/P7dR8mSH/versions/YblXfKtI/fabric-api-0.91.0%2B1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/P7dR8mSH/versions/P7uGFii0/fabric-api-0.92.2%2B1.20.1.jar",
"hashes": { "hashes": {
"sha1": "7ffc72573fb45e172cbc28a71b05481ca7f049d1", "sha1": "625ee015ee426d9b677382a7bb661383d89c0807",
"sha512": "cc8d87b50e1db9df4715f4194e85f3f80f0c816d1636f19d9a31fd4608203c588720318d9659f066a5ebc1ae5f9a2dc7a5f37bb78fef28fc51b9765a42f91147" "sha512": "a9b461e9e28871002072337adc69e829f5a59c05a39ffe1f6a27df7daff392ac25c8e5a6c01ff340b3eef99cecc42b21c012766a7c87446ca442f9ea1b04aca6"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "P7dR8mSH", "modId": "P7dR8mSH",
"versionId": "YblXfKtI", "versionId": "P7uGFii0",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.10.16+kotlin.1.9.21", "name": "1.12.3+kotlin.2.0.21",
"size": 6728096, "size": 7137406,
"fileName": "fabric-language-kotlin-1.10.16+kotlin.1.9.21.jar", "fileName": "fabric-language-kotlin-1.12.3+kotlin.2.0.21.jar",
"downloadUrl": "https://cdn.modrinth.com/data/Ha28R6CL/versions/VJUqKopR/fabric-language-kotlin-1.10.16%2Bkotlin.1.9.21.jar", "downloadUrl": "https://cdn.modrinth.com/data/Ha28R6CL/versions/B0fZidZi/fabric-language-kotlin-1.12.3%2Bkotlin.2.0.21.jar",
"hashes": { "hashes": {
"sha1": "c411b587ba7b272b956605e5ee2ad10985e38ec9", "sha1": "54cd3900a904b81bd24c4a35b6577a2ac197b51a",
"sha512": "a8cd43f7b946c5c3229f179eee24d8ec8624b9646f27e1a4022e67281a2e142e35a13d537287718ea86b93d7a9b24169c464219806f36eefec53dfb70cc037c5" "sha512": "a9278c0a32a4906989fff17431ad5cc13fbed95a99a15bb8e10ba427714e28eb4828f779affb4e80731d98ab14f23e4d759ea2090be05a10da908608139e67e7"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "Ha28R6CL", "modId": "Ha28R6CL",
"versionId": "VJUqKopR", "versionId": "B0fZidZi",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Fabric Seasons", "displayName": "Fabric Seasons",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "2.2.1+1.20", "name": "2.4.2-BETA+1.20",
"size": 426427, "size": 429272,
"fileName": "fabric-seasons-2.2.1+1.20.jar", "fileName": "fabric-seasons-2.4.2-BETA+1.20.jar",
"downloadUrl": "https://cdn.modrinth.com/data/KJe6y9Eu/versions/dJtxMqxE/fabric-seasons-2.2.1%2B1.20.jar", "downloadUrl": "https://cdn.modrinth.com/data/KJe6y9Eu/versions/sdV8aBn8/fabric-seasons-2.4.2-BETA%2B1.20.jar",
"hashes": { "hashes": {
"sha1": "7d74bc7963930006a38f4f61b6fd78130cfad5df", "sha1": "635c16010a0e9003c99154b15dfc53ac0d28fd3b",
"sha512": "685943f58dee9d80e10e6282c557240a788b7278652b46c60dfda7d0fac926abbc3bcb5568b9b314a1d39001373647c2534deb130ec9631842ffe5d40ffd21d3" "sha512": "7de3208e455046e6c0ea6f41bcd17242498b1db942ee58ff93ff44b1368e65146a5d49bbe9d50874e47c19f8a75129dd3df56e10f218eeb13ae9847e32c99a8e"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "KJe6y9Eu", "modId": "KJe6y9Eu",
"versionId": "dJtxMqxE", "versionId": "sdV8aBn8",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "3.3.1+mc1.20.1", "name": "3.3.2+mc1.20.1",
"size": 424034, "size": 423994,
"fileName": "wraith-waystones-3.3.1+mc1.20.1.jar", "fileName": "wraith-waystones-3.3.2+mc1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/sTZr7NVo/versions/6qnJ50rN/wraith-waystones-3.3.1%2Bmc1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/sTZr7NVo/versions/DZAntbmD/wraith-waystones-3.3.2%2Bmc1.20.1.jar",
"hashes": { "hashes": {
"sha1": "329e7ea1ce1e56759265ad8edb0067e95ea939d5", "sha1": "ae8a0df8c94058f589871396f64b6636b00568b4",
"sha512": "35974f52d72cb19b200ad1cec2f4b41123056f8520a18a8caaa352a89959e177370d8f73164b3381ac47ab448bceba6e8c441f5c4fd8013c3f27920f1668b75e" "sha512": "1d7d07e4910670899108a6c4cb570f27dcf0a9502ca477d19be3e0f486e4c0720ef51d4854fed8f7b55823cde63741065aaf6836d849af1ce25e75e54329d999"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "sTZr7NVo", "modId": "sTZr7NVo",
"versionId": "6qnJ50rN", "versionId": "DZAntbmD",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -0,0 +1,21 @@
{
"formatVersion": 1,
"displayName": "Fzzy Config",
"enabled": true,
"version": {
"name": "0.5.6+1.20.1",
"size": 1507899,
"fileName": "fzzy_config-0.5.6+1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/hYykXjDp/versions/8vtVGagj/fzzy_config-0.5.6%2B1.20.1.jar",
"hashes": {
"sha1": "b7336f24fd48c292a0deaf43d20586ba469c44d4",
"sha512": "361a061af55a7bbe6d268bab927261a4decc0206f65ffd7b5240afe5f0594a5d0356625d1f7def312109dbfeae7245560b7cf62b7079ae9e8a4d41f3cce2c010"
}
},
"source": {
"type": "modrinth",
"modId": "hYykXjDp",
"versionId": "8vtVGagj",
"ignoreUpdates": false
}
}

View file

@ -3,19 +3,19 @@
"displayName": "Grappling Hook Mod: Restitched", "displayName": "Grappling Hook Mod: Restitched",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.20-v1.7", "name": "1.20(.1)-v1.8",
"size": 596659, "size": 598203,
"fileName": "grapplemod-1.20(.1)-v1.7.jar", "fileName": "grapplemod-1.8+1.20(.1).jar",
"downloadUrl": "https://cdn.modrinth.com/data/f4hp6FTb/versions/OfeixF2X/grapplemod-1.20%28.1%29-v1.7.jar", "downloadUrl": "https://cdn.modrinth.com/data/f4hp6FTb/versions/A6VKCyyT/grapplemod-1.8%2B1.20%28.1%29.jar",
"hashes": { "hashes": {
"sha1": "2e8164c4d795e6f7321cdfcd85481ee0999e31a2", "sha1": "868d6d1de7a9c9af71613d744972e81ac1e5047b",
"sha512": "a6ba1c976cfd3e839760a1383ad1f4900509d76f3ca1ff6d295c0b77ccdc94040f98014999019cd7d1179852568b630515f16d20969865c9e1968a314a4a38d7" "sha512": "67c54a25819c6609b8a6f4aa149d7368d065ca70039e7a3f143a801f0bde431d41cb91ebb358c159cb6b31f4e5015ecaf55234275a2709bd3524bae133c41370"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "f4hp6FTb", "modId": "f4hp6FTb",
"versionId": "OfeixF2X", "versionId": "A6VKCyyT",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Handcrafted", "displayName": "Handcrafted",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "3.0.5", "name": "3.0.6",
"size": 7102196, "size": 7106384,
"fileName": "handcrafted-fabric-1.20.1-3.0.5.jar", "fileName": "handcrafted-fabric-1.20.1-3.0.6.jar",
"downloadUrl": "https://cdn.modrinth.com/data/pJmCFF0p/versions/6GmqUG4E/handcrafted-fabric-1.20.1-3.0.5.jar", "downloadUrl": "https://cdn.modrinth.com/data/pJmCFF0p/versions/NRw0CDAc/handcrafted-fabric-1.20.1-3.0.6.jar",
"hashes": { "hashes": {
"sha1": "f862baf34a09da549533b539b2d1e29d8de3b886", "sha1": "459ccaa507c4c28738c6d821e12b66de31861c66",
"sha512": "84dc2edeef3ac0a6ecd9bfce1cf6f9ec7477bcb06182bd96f96db1a02dca4670327e34126dd96a6e35aef6f0585358ff2f01318213fed3de487f424a096e4832" "sha512": "92c3b47c635196d0991831ce64e2c47bd9d666ee6213bbba87b8f0214cccbba626a564ad130ec0336e94936568dce462d1ff6ca726a81134518795709632602e"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "pJmCFF0p", "modId": "pJmCFF0p",
"versionId": "6GmqUG4E", "versionId": "NRw0CDAc",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Ice Boat nerf", "displayName": "Ice Boat nerf",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.0.16+MC1.18-1.20.2", "name": "1.0.17+MC1.19-1.20.4",
"size": 100524, "size": 104029,
"fileName": "ice-boat-nerf-1.0.16+MC1.18-1.20.2.jar", "fileName": "ice-boat-nerf-1.0.17+MC1.19-1.20.4.jar",
"downloadUrl": "https://cdn.modrinth.com/data/Udjno5eL/versions/4VgCKuIa/ice-boat-nerf-1.0.16%2BMC1.18-1.20.2.jar", "downloadUrl": "https://cdn.modrinth.com/data/Udjno5eL/versions/OHBq9IDM/ice-boat-nerf-1.0.17%2BMC1.19-1.20.4.jar",
"hashes": { "hashes": {
"sha1": "de1cd694a1586a252ee643ad553f32a6542af730", "sha1": "ee1723e0a9950c66a89219fb7543f0f1a20befaa",
"sha512": "0a2ff4f6c64ef27db184efb9b541f5e6d8a227fc0d8f0ab342768344d1219f8a20020346dee0b4db3d4ed45ee2995ba0edfbe8bf06bad446becff044db0cd270" "sha512": "4183d6ed1c22be336bd27f16f26a463a323debca683535f4d313ce721ef028ba536b9d62aab122f898f2b34c724586396fb908e184e892f36750edfa95574077"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "Udjno5eL", "modId": "Udjno5eL",
"versionId": "4VgCKuIa", "versionId": "OHBq9IDM",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Incendium", "displayName": "Incendium",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "5.3.3", "name": "5.3.5",
"size": 4341300, "size": 4638945,
"fileName": "Incendium_1.20.2_v5.3.3.jar", "fileName": "Incendium_1.20.x_v5.3.5.jar",
"downloadUrl": "https://cdn.modrinth.com/data/ZVzW5oNS/versions/QL8CxhjY/Incendium_1.20.2_v5.3.3.jar", "downloadUrl": "https://cdn.modrinth.com/data/ZVzW5oNS/versions/uUqarp2H/Incendium_1.20.x_v5.3.5.jar",
"hashes": { "hashes": {
"sha1": "8653e534ac7e430c60b0e128b4ebad35fa22b6dc", "sha1": "484556937b1b2dde2682144e7953e79bff717104",
"sha512": "a5a866b866b7bb12d2466dc575d68ec0840fd6bc5606647576249c23026e812d864fdfac38246e5394cfde024c8b34a96d496e7832f94143439ee3dc5aba24d0" "sha512": "04944dcbf3aa7ee8ea8785549e00f74a417ca17aa5760593e39090733ab0a9e38ebce078e4f5af544030759a5459c371003601ff5a7feebbc09765f8c712bb25"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "ZVzW5oNS", "modId": "ZVzW5oNS",
"versionId": "QL8CxhjY", "versionId": "uUqarp2H",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "4.0.1-fabric-1.20.1", "name": "4.0.5-fabric-1.20.1",
"size": 1349795, "size": 1362285,
"fileName": "infinitybuttons-4.0.1-mc1.20.1.jar", "fileName": "infinitybuttons-4.0.5-mc1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/2raGoXFz/versions/Mz0C7zaI/infinitybuttons-4.0.1-mc1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/2raGoXFz/versions/VTkiRxBi/infinitybuttons-4.0.5-mc1.20.1.jar",
"hashes": { "hashes": {
"sha1": "2c3c09ffcf1fccc55b22c696681552abde7e57a8", "sha1": "45b1518925ad1f103e1d175f19186ed2b85e3a74",
"sha512": "ee294f8e0d16ce596cb9b1defc5b0ce9116b3d81bea6fbdb8930f7ac6e9e7f8f0cca95c85c9359e26627acb0c17e6feae1c0df95bd8566e5cc7aabeea7286ef4" "sha512": "f16ff902e846370798756212e80ab599be87cbbf12a1a071359c04abf15b89121694670b90d8153d7c236d995ec11b3e31fc8901fefce3bd3a5041ea58aea2d3"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "2raGoXFz", "modId": "2raGoXFz",
"versionId": "Mz0C7zaI", "versionId": "VTkiRxBi",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Jade Addons (Fabric)", "displayName": "Jade Addons (Fabric)",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "5.2.3", "name": "5.2.6",
"size": 68771, "size": 69366,
"fileName": "JadeAddons-1.20.1-fabric-5.2.3.jar", "fileName": "JadeAddons-1.20.1-fabric-5.2.6.jar",
"downloadUrl": "https://cdn.modrinth.com/data/fThnVRli/versions/oSyOLHYj/JadeAddons-1.20.1-fabric-5.2.3.jar", "downloadUrl": "https://cdn.modrinth.com/data/fThnVRli/versions/YlThsx3a/JadeAddons-1.20.1-fabric-5.2.6.jar",
"hashes": { "hashes": {
"sha1": "3ce9c570f522711718221041607204a0affb2350", "sha1": "6078cf7ba5a36ebc80393a72dab51904fdd386eb",
"sha512": "50bd00263e93feba0432400e485ba23fea3f99467ee301164582ca0a87c58f6f09f9d8fc55a52b14bb75cfdba3afd9323e0f5fc3b341f525437d993c7bc3b16f" "sha512": "cd433e3f5f24854da4488ac9d9551d5fd0048144780b3e8b363864d39ee7e92add6ad653d85294a4bb7dba5de2e6fc679aca45974e2fe54b0526d56adf08d47f"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "fThnVRli", "modId": "fThnVRli",
"versionId": "oSyOLHYj", "versionId": "YlThsx3a",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Jade 🔍", "displayName": "Jade 🔍",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "11.6.2", "name": "11.8.0",
"size": 537584, "size": 546991,
"fileName": "Jade-1.20-fabric-11.6.2.jar", "fileName": "Jade-1.20-fabric-11.8.0.jar",
"downloadUrl": "https://cdn.modrinth.com/data/nvQzSEkH/versions/ckXpheui/Jade-1.20-fabric-11.6.2.jar", "downloadUrl": "https://cdn.modrinth.com/data/nvQzSEkH/versions/CciLEAMK/Jade-1.20-fabric-11.8.0.jar",
"hashes": { "hashes": {
"sha1": "962b482522abe9c92c275ef054e43cdadf32225f", "sha1": "49b63e1c3305d946f45a50134f63698d8c7b0ec0",
"sha512": "b3a6e0d533afc5186d144b6abb54249d609731872961e41844f25a887776d7ad29939dcf1fdf87e0ee6082bae38459cff25731d513b7941615596c260c64e883" "sha512": "ef8127cdd127151fba96ec912285ed45582e9750b03984b9d5a9807cb1f634498f3ac3a39dbe932c76cd4f1be46fa6ddfd28e5483657bb4f3814f40f007054c2"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "nvQzSEkH", "modId": "nvQzSEkH",
"versionId": "ckXpheui", "versionId": "CciLEAMK",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -1,21 +0,0 @@
{
"formatVersion": 1,
"displayName": "JamLib",
"enabled": true,
"version": {
"name": "0.6.1+1.20.x",
"size": 62591,
"fileName": "jamlib-0.6.1+1.20.x.jar",
"downloadUrl": "https://cdn.modrinth.com/data/IYY9Siz8/versions/vVYtBiuW/jamlib-0.6.1%2B1.20.x.jar",
"hashes": {
"sha1": "f5b654132f057a00690de6c524934a75d2ae66ca",
"sha512": "44342698d3b6a7d2d876ed0391bf062c9cbfa5976ea1ee8d4c904fdedfa55087872c8501b9df9a0a92677f0d7fe0d80ad1842357a2c4951ebb512cd1a9fe919f"
}
},
"source": {
"type": "modrinth",
"modId": "IYY9Siz8",
"versionId": "vVYtBiuW",
"ignoreUpdates": false
}
}

View file

@ -0,0 +1,21 @@
{
"formatVersion": 1,
"displayName": "Lithostitched",
"enabled": true,
"version": {
"name": "1.3.4",
"size": 361178,
"fileName": "lithostitched-fabric-1.20.1-1.3.4.jar",
"downloadUrl": "https://cdn.modrinth.com/data/XaDC71GB/versions/c3a6G6Pd/lithostitched-fabric-1.20.1-1.3.4.jar",
"hashes": {
"sha1": "ebc4f019a48c2e57ce0cc4984480ce8c7ffd494e",
"sha512": "c611529bc567c1b0b27a91acbd556ef3e2d958570d9626c2eb98ad86c18bd0f323e2932aec7ae519a7d9bb94066c395523c17bf965963d73ad9c9a26180859e1"
}
},
"source": {
"type": "modrinth",
"modId": "XaDC71GB",
"versionId": "c3a6G6Pd",
"ignoreUpdates": false
}
}

View file

@ -3,19 +3,19 @@
"displayName": "Macaw's Bridges", "displayName": "Macaw's Bridges",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "2.1.0", "name": "3.0.0",
"size": 845558, "size": 768682,
"fileName": "mcw-bridges-2.1.0-mc1.20.1fabric.jar", "fileName": "mcw-bridges-3.0.0-mc1.20.1fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/GURcjz8O/versions/K88QqM25/mcw-bridges-2.1.0-mc1.20.1fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/GURcjz8O/versions/RmsMXs3r/mcw-bridges-3.0.0-mc1.20.1fabric.jar",
"hashes": { "hashes": {
"sha1": "3063f288eab2cb1bba20d966f87922e7f0a803df", "sha1": "21ea9c2124b315e2e69778e6c83491145647dee1",
"sha512": "2226c6019313540f1af8e9d7c452d7b5687953c21c39affb5dc0b6d6b570974f0bce4ecb60f588223c5190b2fcf6a08b0e1725e792d6100bd9be0cae2bb3e27b" "sha512": "7f7ef65fd569d2ea6cf3fa49a9b6a1b8f9f5736b143c8a158f765a17424b18a60c254c6c68c23279ff625c740b0028bec7ce26b6804c3e13159251112b24ced7"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "GURcjz8O", "modId": "GURcjz8O",
"versionId": "K88QqM25", "versionId": "RmsMXs3r",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Macaw's Doors", "displayName": "Macaw's Doors",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.1.0", "name": "1.1.1",
"size": 1383235, "size": 1386968,
"fileName": "mcw-doors-1.1.0fabric-mc1.20.1.jar", "fileName": "mcw-doors-1.1.1fabric-mc1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/kNxa8z3e/versions/ZGiWmpnm/mcw-doors-1.1.0fabric-mc1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/kNxa8z3e/versions/vkuwEpj0/mcw-doors-1.1.1fabric-mc1.20.1.jar",
"hashes": { "hashes": {
"sha1": "ed71048750b80a63c9fc440de2c302b305cbe58b", "sha1": "8d45110d2973a90c73261b09d247fbf19924697f",
"sha512": "6175041fe789e225e77b00a29aeba8076e1c8da55d6ba4ba4feaa97ec4090707b44e3ac0a5d976787cd4aa07ad8291199dfa22ad44c5822ab71a6e01dfe20102" "sha512": "dd4a1e476aca8b9c56f6eb9575962122ef986c0fc4a7bb11607525c3ad2cfd1447c73932cb00a5da41026851c3ad6d61e4ba85ede7f4271694df6a41c1adb6c8"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "kNxa8z3e", "modId": "kNxa8z3e",
"versionId": "ZGiWmpnm", "versionId": "vkuwEpj0",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Macaw's Fences and Walls", "displayName": "Macaw's Fences and Walls",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.0.7", "name": "1.1.2",
"size": 419415, "size": 573737,
"fileName": "mcw-fences-1.0.7-mc1.20.1fabric.jar", "fileName": "mcw-fences-1.1.2-mc1.20.1fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/GmwLse2I/versions/CUHvTrx4/mcw-fences-1.0.7-mc1.20.1fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/GmwLse2I/versions/NxAYnOkJ/mcw-fences-1.1.2-mc1.20.1fabric.jar",
"hashes": { "hashes": {
"sha1": "69709af0108aef95d883a6971edb0f58da10b7d2", "sha1": "6da4ea6d975a0c8cec95429bac8b43b8ba0e543d",
"sha512": "e106f6fa36246358dae09b0a9f2b166ee794a15731b08c0ead351aa0df772f6d7488c3ca49a17e23d73f32604315a1a99b2118a28b4ca4b808cfbaede7d829c4" "sha512": "ff65521044ab275e93d4712bdd20f0d2865c149d1005c2642de1b930250ce47d7240b7617ea0fc3ef9c2e500891056381f95fa6db0cc5899118257f86e38efb7"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "GmwLse2I", "modId": "GmwLse2I",
"versionId": "CUHvTrx4", "versionId": "NxAYnOkJ",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Macaw's Paths and Pavings", "displayName": "Macaw's Paths and Pavings",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.0.3", "name": "1.0.5",
"size": 358600, "size": 688289,
"fileName": "mcw-paths-1.0.3fabric-mc1.20.1.jar", "fileName": "mcw-paths-1.0.5-1.20.1fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/VRLhWB91/versions/HG3jFdXg/mcw-paths-1.0.3fabric-mc1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/VRLhWB91/versions/vusBu5Up/mcw-paths-1.0.5-1.20.1fabric.jar",
"hashes": { "hashes": {
"sha1": "1d8d8ab234229151acf2718526862d68795a06b6", "sha1": "67b34749bf2c04adf5028f56f02ddc419da8e52b",
"sha512": "eb90b5c5b9baff44c7ec61c351a84913b5f2e8422e2389a5bac9d0ad0a38cb74b16b3fe45b444413f372d5a1899d03e89a8fdb3eb02739b34eb53f612824b4ab" "sha512": "d8246548b80158749ba4a5219768522b4939b6d61d0f4fac292455bdc506f5f9fda30e66a13105e8dc7e3cbcb68716cbe4652ca0b49a43cb86fe7e89a141a62c"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "VRLhWB91", "modId": "VRLhWB91",
"versionId": "HG3jFdXg", "versionId": "vusBu5Up",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Macaw's Roofs", "displayName": "Macaw's Roofs",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "2.2.4", "name": "2.3.1",
"size": 2094698, "size": 2100003,
"fileName": "mcw-roofs-2.2.4-mc1.20.1fabric.jar", "fileName": "mcw-roofs-2.3.1-mc1.20.1fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/B8jaH3P1/versions/j7l7xP2e/mcw-roofs-2.2.4-mc1.20.1fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/B8jaH3P1/versions/EOjhPmTj/mcw-roofs-2.3.1-mc1.20.1fabric.jar",
"hashes": { "hashes": {
"sha1": "3e8c963f5564f027122a0043cdf8d9965ce931dd", "sha1": "03559213071a62193cddf1ed5294ab719fda5db1",
"sha512": "a7da3188b4cc95f3a0f5347605b75ab986802a5661f8aedf671fc72c0aafd1d008da6f540bac8760dabf886564ac95a1683377bd68a458437c2f74e1e9b218d2" "sha512": "e55eb4ee47f61f9acb044388f2da2dd6c844997559ff21855fea8ddf6407ff5d10d6714c27df9df96c236bda5a481cf3ef10ce8be91a5bcd0066bc7f3a395173"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "B8jaH3P1", "modId": "B8jaH3P1",
"versionId": "j7l7xP2e", "versionId": "EOjhPmTj",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Moonlight Lib", "displayName": "Moonlight Lib",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "fabric_1.20-2.8.68", "name": "fabric_1.20-2.13.21",
"size": 1075843, "size": 1173148,
"fileName": "moonlight-1.20-2.8.68-fabric.jar", "fileName": "moonlight-1.20-2.13.21-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/twkfQtEc/versions/WXnNfkOQ/moonlight-1.20-2.8.68-fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/twkfQtEc/versions/QvuWQBJS/moonlight-1.20-2.13.21-fabric.jar",
"hashes": { "hashes": {
"sha1": "cd97e5eacf8251df41f3e217ad936806114d4c9f", "sha1": "dd8dbc9da36f5a5bbcba500f2efaeedbdb7c776a",
"sha512": "1006c1d758b0ac8e2880a6efce8b3a376ee16e8ab73a071e56617adf51aedae40670234509072d511d72c2802de229c565be58aec226d88b0338c3d985ac0dfe" "sha512": "2f754250aea785c578cdab799ab8c563be99de327ead7422ff445d7f1f67d078f682f92520d9d4b0f84647c4e6e288ea217225204f72b0ed0f378de189ef8bec"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "twkfQtEc", "modId": "twkfQtEc",
"versionId": "WXnNfkOQ", "versionId": "QvuWQBJS",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "More Delight", "displayName": "More Delight",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "24.8.21-1.20.1-fabric", "name": "24.8.27-1.20.1-fabric",
"size": 141724, "size": 164570,
"fileName": "moredelight-24.8.21-1.20.1-fabric.jar", "fileName": "moredelight-24.8.27-1.20.1-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/znHQQtuU/versions/AUAWjf9r/moredelight-24.8.21-1.20.1-fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/znHQQtuU/versions/dKlDxu0H/moredelight-24.8.27-1.20.1-fabric.jar",
"hashes": { "hashes": {
"sha1": "d85cae99b9e4ff38664dec9b4c73402879db568a", "sha1": "8270a2ba8a6036e2d249aa482c2a3b0bc7a919af",
"sha512": "d5df22346355f0c307a5baead8edee763a8738ef0bf583973bbb06b9916d0d35ee602395b9041191bcfd1783751b93dfa4eb5dfab78b3fb08498a97b774a3577" "sha512": "961d361c03dde218b3b94957d86df781ca5350340bd00b0e13dd1713c37866b56c53588f20abf97b683d4917f3081c817dd5506b16c1af9576c82fd9388433aa"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "znHQQtuU", "modId": "znHQQtuU",
"versionId": "AUAWjf9r", "versionId": "dKlDxu0H",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "More Music Discs", "displayName": "More Music Discs",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.20.1-32-fabric", "name": "1.20.1-33-fabric",
"size": 137945129, "size": 184856238,
"fileName": "morediscs-1.20.1-32-fabric.jar", "fileName": "morediscs-1.20.1-33-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/pXYChc1a/versions/BBqauXf4/morediscs-1.20.1-32-fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/pXYChc1a/versions/MU4Hsnzz/morediscs-1.20.1-33-fabric.jar",
"hashes": { "hashes": {
"sha1": "7695794a8f1e793d23abbae0a79948d87c4f3c16", "sha1": "5defa471b95d93b2addf53c4244622ad8412e9bc",
"sha512": "410b51b6dfe4782cb5f749727ee7c87eeb9a421b2a3de16b947f243a54725d0970938f1d54410628962f0ac50d6c5cc2fc08224c6c9bcdc63f00cb4d6985606f" "sha512": "05a886640477085cfe8e2e24db8b10ac8a47dc586d5f821c65ec4bd6953240aa951b33f84567bf5370b4ad7aef7310f170209f9b6f4863c64d225bc6de6298ee"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "pXYChc1a", "modId": "pXYChc1a",
"versionId": "BBqauXf4", "versionId": "MU4Hsnzz",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Nullscape", "displayName": "Nullscape",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.2.3", "name": "1.2.8",
"size": 318199, "size": 399214,
"fileName": "Nullscape_1.20.2_v1.2.3.jar", "fileName": "Nullscape_1.20.x_v1.2.8.jar",
"downloadUrl": "https://cdn.modrinth.com/data/LPjGiSO4/versions/w4mEZnbU/Nullscape_1.20.2_v1.2.3.jar", "downloadUrl": "https://cdn.modrinth.com/data/LPjGiSO4/versions/QsRKydVt/Nullscape_1.20.x_v1.2.8.jar",
"hashes": { "hashes": {
"sha1": "6d0d32276415eb11b4c58f7ccd61145aa83095e4", "sha1": "e4afd980e788f1861d8a8263bc700312667df977",
"sha512": "62359d5d286128509a652cb47f55ba4bbb68d0c3618d51077a928828811e74fafddf263fae18ae66e26f4c670fcfc97238a5077a34ae8b7e1a2f0b31db785639" "sha512": "fcd11f20ab1b374a219e915156c8439f2d6fcabb060406f4d0a11392f945228e1c6e375f8e9e3048ac01c3a351c88bde4327e1f958bfd5ef4ab81c178f9e35da"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "LPjGiSO4", "modId": "LPjGiSO4",
"versionId": "w4mEZnbU", "versionId": "QsRKydVt",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Remove Terralith Intro Message", "displayName": "Remove Terralith Intro Message",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.0+mod", "name": "1.1+mod",
"size": 95951, "size": 98580,
"fileName": "remove-terralith-intro-message-1.0.jar", "fileName": "remove-terralith-intro-message-1.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/sk4iFZGy/versions/2jAppOW4/remove-terralith-intro-message-1.0.jar", "downloadUrl": "https://cdn.modrinth.com/data/sk4iFZGy/versions/Ad77N3iX/remove-terralith-intro-message-1.1.jar",
"hashes": { "hashes": {
"sha1": "80b617cdd2dcd973779bb7ce273dc06a4639ca6e", "sha1": "709d1300b4b35bf6a8c6bfc0d5c9d918484ba462",
"sha512": "a18e826a7739d16af46f138c016213cad3f5df16eddf765082ab66d63f76f46c0e0434028eefe1cf5020b37c2993f55bb42c883b864b67bc448029536b89600f" "sha512": "62391dc2948f14ea0bebab89bdd88bf768bacf458a1832dcd53f95b709c1caf3dde3470cb5b12f3efe5d6904c72410452c56fce952b03f474d9d7a5dc932dfbb"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "sk4iFZGy", "modId": "sk4iFZGy",
"versionId": "2jAppOW4", "versionId": "Ad77N3iX",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Resourceful Lib", "displayName": "Resourceful Lib",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "2.1.18", "name": "2.1.29",
"size": 390060, "size": 431646,
"fileName": "resourcefullib-fabric-1.20.1-2.1.18.jar", "fileName": "resourcefullib-fabric-1.20.1-2.1.29.jar",
"downloadUrl": "https://cdn.modrinth.com/data/G1hIVOrD/versions/5coQdKPg/resourcefullib-fabric-1.20.1-2.1.18.jar", "downloadUrl": "https://cdn.modrinth.com/data/G1hIVOrD/versions/UOdaYbhh/resourcefullib-fabric-1.20.1-2.1.29.jar",
"hashes": { "hashes": {
"sha1": "3792e0fc8d93ae361fb8b6c65882bee686026af1", "sha1": "e1d85a3100c2f3683a65dca20518e3914d82b0f0",
"sha512": "4d201846ebf600d3ec8b3a147fc3ec81f7fb38808cca6b93e4f8952492764b02c90fba62a5f4e54c0a459e3dec22313159e8bd43a995c1213f9b488caabca8c5" "sha512": "d3fcf5440c9359ee84cdec6ab198a6b2e10e5b1939995d2b12837ffdaa1f82d3caa80b14107cf02380718c65f20672b1faca3a498d2b41d79c79de34b2f7189b"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "G1hIVOrD", "modId": "G1hIVOrD",
"versionId": "5coQdKPg", "versionId": "UOdaYbhh",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Create Slice & Dice", "displayName": "Create Slice & Dice",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "3.0.0", "name": "3.3.1",
"size": 556690, "size": 563207,
"fileName": "sliceanddice-fabric-3.0.0.jar", "fileName": "sliceanddice-fabric-3.3.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/GmjmRQ0A/versions/etRuKHcg/sliceanddice-fabric-3.0.0.jar", "downloadUrl": "https://cdn.modrinth.com/data/GmjmRQ0A/versions/EzpVcwYV/sliceanddice-fabric-3.3.1.jar",
"hashes": { "hashes": {
"sha1": "28fca89ff480a636029cf3effa26963a3ea3af6e", "sha1": "2c146668d44d80af97df15f37165a3a5933b0308",
"sha512": "54986a4c776e89a7de24334ec982fca88bae38612b7dec59073dbb6bbdfed3ab116bfb2fccd5ccfb838dd067a9fc257567b85745a1dcb5ba81c7e7ac9c0260a8" "sha512": "0afb4988affe98b88122285f956d045f4e345aca25c16dd2c62b0d876f1ff21e0f613f2ab06399634ae32ed196ce888b6c7bb7df06c7e4b4a53713761a0fcc94"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "GmjmRQ0A", "modId": "GmjmRQ0A",
"versionId": "etRuKHcg", "versionId": "EzpVcwYV",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Statement", "displayName": "Statement",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "4.2.8+1.14.4-1.20.1", "name": "4.2.9+1.14.4-1.20.4",
"size": 179430, "size": 186378,
"fileName": "Statement-4.2.8+1.14.4-1.20.1.jar", "fileName": "Statement-4.2.9+1.14.4-1.20.4.jar",
"downloadUrl": "https://cdn.modrinth.com/data/a9AsUNGn/versions/kOI9xaDw/Statement-4.2.8%2B1.14.4-1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/a9AsUNGn/versions/6MFwerG8/Statement-4.2.9%2B1.14.4-1.20.4.jar",
"hashes": { "hashes": {
"sha1": "e38833d30b3b2af2b26e7e82eb85ab181a96975f", "sha1": "1600cd6caf52f4fc2b1a8a5ae1cb0f69f0f3b7e2",
"sha512": "021baec8cf916dbe229781073129b7650ed69836559025ef40725e431946d61ce0da5a2591aae9be840ae49612d683fc4415a95dfff2b83f3369234986b40dda" "sha512": "2fbed07e5bc03b4dea1f6beae37e9401372e5071fd762ed8b621182cb8fd81e3c367c982c64aeeaf2c7b1d532cd60370e7ad172d1d2c264ed1a7d601bde2d744"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "a9AsUNGn", "modId": "a9AsUNGn",
"versionId": "kOI9xaDw", "versionId": "6MFwerG8",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Storage Delight", "displayName": "Storage Delight",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "2024.07.23-1.20.1-fabric", "name": "24.09.11-1.20-fabric",
"size": 272872, "size": 301527,
"fileName": "storagedelight-2024.07.23-1.20.1-fabric.jar", "fileName": "storagedelight-24.09.11-1.20-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/LTTvOp5L/versions/mt8ZPDWt/storagedelight-2024.07.23-1.20.1-fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/LTTvOp5L/versions/LlkAI45V/storagedelight-24.09.11-1.20-fabric.jar",
"hashes": { "hashes": {
"sha1": "35720b6386cfae24842d5cb02bbabf5a1a3be4f5", "sha1": "ab6ed9a95bd5324fb2c8326dbac76fe7250b7ffb",
"sha512": "9be66480b0b9d813b606f6610a8fb6ac75d611154b2aa53e649245fd83aed63832bdfe017e95ff80241920784563ce47d05faea7b18d92ef8559171db6c9aa44" "sha512": "91df19af0fd2fa43cb48c4f062c92cfdd279d9501edd561c2ec3e2c9d086cb03a7c0b96c1a9d7a4c164b164fb030b5127dc7b756c4b9e113b728087510d98723"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "LTTvOp5L", "modId": "LTTvOp5L",
"versionId": "mt8ZPDWt", "versionId": "LlkAI45V",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Supplementaries", "displayName": "Supplementaries",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.20-2.7.1", "name": "1.20-3.0.4",
"size": 14639987, "size": 18470271,
"fileName": "supplementaries-1.20-2.7.1-fabric.jar", "fileName": "supplementaries-1.20-3.0.4-fabric.jar",
"downloadUrl": "https://cdn.modrinth.com/data/fFEIiSDQ/versions/6plFJpWs/supplementaries-1.20-2.7.1-fabric.jar", "downloadUrl": "https://cdn.modrinth.com/data/fFEIiSDQ/versions/hZYfEqZA/supplementaries-1.20-3.0.4-fabric.jar",
"hashes": { "hashes": {
"sha1": "f4671a47dbf390a80c841fa764828b3750dfeea8", "sha1": "3c86263c68d425c5e876f6066f7c9b99c7f4180e",
"sha512": "f73cb5d336fc9652c50d480a80a8907c8587c259667c07eec87d919eabe5e2791a5f38365ae9cb7ffd660593ee27df6b26081f4fed3d4269cdf057cd541b58ee" "sha512": "ff7f560f12f9c8a8446138fd342e277f1649d1b3427b4af61da73e79dcedeaa06e8f496fa6c3b7e09fbab18751cb66c7ceb0c761a3fd68f0de6004b97bcfa7cd"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "fFEIiSDQ", "modId": "fFEIiSDQ",
"versionId": "6plFJpWs", "versionId": "hZYfEqZA",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -0,0 +1,21 @@
{
"formatVersion": 1,
"displayName": "TCDCommons API",
"enabled": true,
"version": {
"name": "3.12.3+fabric-1.20.1",
"size": 856154,
"fileName": "tcdcommons-3.12.3+fabric-1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/Eldc1g37/versions/Gob4d0A8/tcdcommons-3.12.3%2Bfabric-1.20.1.jar",
"hashes": {
"sha1": "4f10da2e05caec006b7ee1c41bd2c95dc0bde0b7",
"sha512": "0a9319722c2a2786f34876c37c1c8c3f801feeb80220849f6487c33b96ae139e0f8f38ca8ffd94b6c90c1ff6afa8bee96cfcfe0c22747f162ff17bafe1993fc0"
}
},
"source": {
"type": "modrinth",
"modId": "Eldc1g37",
"versionId": "Gob4d0A8",
"ignoreUpdates": false
}
}

View file

@ -3,19 +3,19 @@
"displayName": "Terralith", "displayName": "Terralith",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "2.4.8", "name": "2.5.4",
"size": 2485047, "size": 3156901,
"fileName": "Terralith_1.20.2_v2.4.8.jar", "fileName": "Terralith_1.20.x_v2.5.4.jar",
"downloadUrl": "https://cdn.modrinth.com/data/8oi3bsk5/versions/1hOeraaL/Terralith_1.20.2_v2.4.8.jar", "downloadUrl": "https://cdn.modrinth.com/data/8oi3bsk5/versions/WeYhEb5d/Terralith_1.20.x_v2.5.4.jar",
"hashes": { "hashes": {
"sha1": "4b20f50554edbb75945bd15a5db989afffc79709", "sha1": "79e1409b8db4ce86df9d6d6730f09c4bd8860a30",
"sha512": "24e0346e06d658671967120cf9a27576e665e98a4197dccd4f52cbbc21f373b5d3b58b89a6f362306c5c9d145d8c9390fbf8ff5c2b23c0232b8fb4fdf0fc83c7" "sha512": "885e171d8b34aae7e142f082d0364285ec5a8e8342f11c60d341f7a94083d5a42c4e30612fe4f9f64d57b484396a3dff3a224e2a2497d4ced8d22f2ad6cd561d"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "8oi3bsk5", "modId": "8oi3bsk5",
"versionId": "1hOeraaL", "versionId": "WeYhEb5d",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Trinkets", "displayName": "Trinkets",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "3.7.1", "name": "3.7.2",
"size": 234448, "size": 238532,
"fileName": "trinkets-3.7.1.jar", "fileName": "trinkets-3.7.2.jar",
"downloadUrl": "https://cdn.modrinth.com/data/5aaWibi9/versions/e563ycts/trinkets-3.7.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/5aaWibi9/versions/AHxQGtuC/trinkets-3.7.2.jar",
"hashes": { "hashes": {
"sha1": "eb2a91a80d18513ca0b9ea3f76fc86422166e440", "sha1": "d58cc8759587f03f320f188972ca66baa788d008",
"sha512": "e2869ce20fc87025a8a7d2cbca58ff4857f287004141f51e4b297ea240c18950d5c0ddff258547731974a763efd835d8c3c283804dae03a42e31cb761800f75d" "sha512": "bedf97c87c5e556416410267108ad358b32806448be24ef8ae1a79ac63b78b48b9c851c00c845b8aedfc7805601385420716b9e65326fdab21340e8ba3cc4274"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "5aaWibi9", "modId": "5aaWibi9",
"versionId": "e563ycts", "versionId": "AHxQGtuC",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -1,21 +0,0 @@
{
"formatVersion": 1,
"displayName": "Utility Belt",
"enabled": true,
"version": {
"name": "2.4.1+1.20.4",
"size": 247256,
"fileName": "utility-belt-fabric-2.4.1+1.20.4.jar",
"downloadUrl": "https://cdn.modrinth.com/data/9ewe2JHJ/versions/csCVMtz8/utility-belt-fabric-2.4.1%2B1.20.4.jar",
"hashes": {
"sha1": "271f83aac1d6b6ca4a54e2ed7f493f8810bb52f3",
"sha512": "7a62606092c47750ace7a39e46cc89a6546c245b2378f5ffff6f2afe272f63b9005b6b72d2414d8b58d3fc37ae8898b0bb84025e2bc9d0e24388ec963018cf15"
}
},
"source": {
"type": "modrinth",
"modId": "9ewe2JHJ",
"versionId": "csCVMtz8",
"ignoreUpdates": false
}
}

View file

@ -2,19 +2,19 @@
"formatVersion": 1, "formatVersion": 1,
"enabled": true, "enabled": true,
"version": { "version": {
"name": "2.1.14-mc1.20.1", "name": "3.0.5-mc1.20.1",
"size": 52245167, "size": 66901180,
"fileName": "WilderWild-2.1.14-Fabric+1.20.1.jar", "fileName": "WilderWild-3.0.5-mc1.20.1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/AtHRJSUW/versions/lZgIMgjb/WilderWild-2.1.14-Fabric%2B1.20.1.jar", "downloadUrl": "https://cdn.modrinth.com/data/AtHRJSUW/versions/nK7BZunY/WilderWild-3.0.5-mc1.20.1.jar",
"hashes": { "hashes": {
"sha1": "cb1a4ee0691ab68634dbfe1d094ca3340091814f", "sha1": "04e2af26ebcd53d2ccfb8e94f85932bc0851cd71",
"sha512": "566860e6746fae6871ff30a7f3b30311746356835dc9cfb8cc0962d4331770f7bf3d1bfe0d7837f0e3b2212dcf947c67425f6ac6bcf4a1348e5cffbb845d3cf3" "sha512": "257fe395c98cc8ff44de747693be2aa97f6832dad7c7bbb310cc6df13d8026669641b838a06e2ea41a0f047e6f36d94668954423639ddb39aeef752a258a5e03"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "AtHRJSUW", "modId": "AtHRJSUW",
"versionId": "lZgIMgjb", "versionId": "nK7BZunY",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Xaero's Minimap", "displayName": "Xaero's Minimap",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "23.9.1_Fabric_1.20", "name": "24.6.1_Fabric_1.20",
"size": 1410653, "size": 1637571,
"fileName": "Xaeros_Minimap_23.9.1_Fabric_1.20.jar", "fileName": "Xaeros_Minimap_24.6.1_Fabric_1.20.jar",
"downloadUrl": "https://cdn.modrinth.com/data/1bokaNcj/versions/xFUEtVth/Xaeros_Minimap_23.9.1_Fabric_1.20.jar", "downloadUrl": "https://cdn.modrinth.com/data/1bokaNcj/versions/jouP2Oob/Xaeros_Minimap_24.6.1_Fabric_1.20.jar",
"hashes": { "hashes": {
"sha1": "fc779c562fc54c69dec08b08a161a0fd64d2be55", "sha1": "9174ffcf6efe93da397831401771e448f1807d45",
"sha512": "0b42a3acde26b4fe86fe007c1746183d0ab575f27588f411257eba8e8d46e49e4c9625edbc77376c939d02121f66e1aef5c58ec0820032594e9cd2183b6632ac" "sha512": "846929a40b8a17a49130071dc4566c5cfd4dca717cd0b6ca9af1c1f970aa29a9cdaf3e432c4f0760ae59f3abad36babb3cc0aa32dd00aecd758bbdc6ddd8573c"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "1bokaNcj", "modId": "1bokaNcj",
"versionId": "xFUEtVth", "versionId": "jouP2Oob",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }

View file

@ -3,19 +3,19 @@
"displayName": "Xaero's World Map", "displayName": "Xaero's World Map",
"enabled": true, "enabled": true,
"version": { "version": {
"name": "1.37.1_Fabric_1.20", "name": "1.39.0_Fabric_1.20",
"size": 920977, "size": 948816,
"fileName": "XaerosWorldMap_1.37.1_Fabric_1.20.jar", "fileName": "XaerosWorldMap_1.39.0_Fabric_1.20.jar",
"downloadUrl": "https://cdn.modrinth.com/data/NcUtCpym/versions/2xFoqT9G/XaerosWorldMap_1.37.1_Fabric_1.20.jar", "downloadUrl": "https://cdn.modrinth.com/data/NcUtCpym/versions/gJ5N7s4J/XaerosWorldMap_1.39.0_Fabric_1.20.jar",
"hashes": { "hashes": {
"sha1": "3f9b21040b1aae31154acb30cb820817f21d60dc", "sha1": "a1a8227625b881d0f70a4d1cd494b0568000d4ff",
"sha512": "8034e1a3e6821318595c06a978e291e85da0c21c3937dcf00e796afc4757bc93b3a9951d441f10e7c90624cc02cb15d2efcdc9d1f4c85ce641529608c2acabd7" "sha512": "5f15e58c60dc9428e19010bbf2d2104ecdcc059eba9ca1d5849be86222938060838f4b9a71762e38c400aabd50bd980acf8ff68b8f1c20c3910dd39ff6b26be3"
} }
}, },
"source": { "source": {
"type": "modrinth", "type": "modrinth",
"modId": "NcUtCpym", "modId": "NcUtCpym",
"versionId": "2xFoqT9G", "versionId": "gJ5N7s4J",
"ignoreUpdates": false "ignoreUpdates": false
} }
} }