From 0c31a9699829d2898f810045dac125b39eec4f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 18 Jun 2024 20:16:50 +0200 Subject: [PATCH] feat: universal enchants & universal bone meals --- packwiz/1.20.1/index.toml | 10 ++++++++++ packwiz/1.20.1/mods/universal-bone-meal.pw.toml | 13 +++++++++++++ packwiz/1.20.1/mods/universal-enchants.pw.toml | 13 +++++++++++++ packwiz/1.20.1/pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 packwiz/1.20.1/mods/universal-bone-meal.pw.toml create mode 100644 packwiz/1.20.1/mods/universal-enchants.pw.toml diff --git a/packwiz/1.20.1/index.toml b/packwiz/1.20.1/index.toml index c3f934c..49425c6 100644 --- a/packwiz/1.20.1/index.toml +++ b/packwiz/1.20.1/index.toml @@ -980,6 +980,16 @@ file = "mods/treechop.pw.toml" hash = "9b09aa0056d02ee5d529009e392af5412536bcb4b832ab9bc907d9135b1e00ec" metafile = true +[[files]] +file = "mods/universal-bone-meal.pw.toml" +hash = "0d33b2f5dd7ea035ea85d384eea91459c4d6266d1848082e85cc23dc09424b02" +metafile = true + +[[files]] +file = "mods/universal-enchants.pw.toml" +hash = "ed4342776c2a18da7de99b9c98f530df3f42fe25549bc2c299b318f1de9ff91f" +metafile = true + [[files]] file = "mods/valhelsia-core.pw.toml" hash = "291b739cd1f5c3faa1d9c7de0ef3b414f479dfd71ef6c0eed4f79eeba4514ac3" diff --git a/packwiz/1.20.1/mods/universal-bone-meal.pw.toml b/packwiz/1.20.1/mods/universal-bone-meal.pw.toml new file mode 100644 index 0000000..48fa43f --- /dev/null +++ b/packwiz/1.20.1/mods/universal-bone-meal.pw.toml @@ -0,0 +1,13 @@ +name = "Universal Bone Meal" +filename = "UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/66VIiT1y/versions/RHX4KX61/UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar" +hash-format = "sha1" +hash = "7cd0784bdbc282c6fbc5e19db829031e9b635273" + +[update] +[update.modrinth] +mod-id = "66VIiT1y" +version = "RHX4KX61" diff --git a/packwiz/1.20.1/mods/universal-enchants.pw.toml b/packwiz/1.20.1/mods/universal-enchants.pw.toml new file mode 100644 index 0000000..65101f3 --- /dev/null +++ b/packwiz/1.20.1/mods/universal-enchants.pw.toml @@ -0,0 +1,13 @@ +name = "Universal Enchants" +filename = "UniversalEnchants-v8.0.0-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/DT56YDir/versions/3mpPAuYk/UniversalEnchants-v8.0.0-1.20.1-Forge.jar" +hash-format = "sha1" +hash = "0cc9f85e09c04bb5fbd561985f004a518590378d" + +[update] +[update.modrinth] +mod-id = "DT56YDir" +version = "3mpPAuYk" diff --git a/packwiz/1.20.1/pack.toml b/packwiz/1.20.1/pack.toml index f59e4ef..1355497 100644 --- a/packwiz/1.20.1/pack.toml +++ b/packwiz/1.20.1/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "6ab5980cebdaed5f49a314e1ea9cde6957afb04832d263a8a0bfe8e61389c8c1" +hash = "f8ae31df55eb8f165c1798e5243cd9ee82a4c550d437806e6b6fc92b2688e5a4" [versions] forge = "47.2.17"