diff options
| author | Felix Perktold <> | 2026-08-21 14:05:08 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-08-21 14:05:08 +0000 |
| commit | e373d34c019122f2cfb98ce664effdcef59028d8 (patch) | |
| tree | e80742487e6e842c16e688f07ddb20ce94891db3 | |
| parent | c3b0c12b1b3805e5b3120df5c467af70a3575c03 (diff) | |
add botania combat
| -rw-r--r-- | index.toml | 5 | ||||
| -rw-r--r-- | mods/botaniacombat.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -515,6 +515,11 @@ hash = "2a9af640fbed693419f392d9e20bc43d4848f663eae3878dffc8363720abfb2d" metafile = true [[files]] +file = "mods/botaniacombat.pw.toml" +hash = "45a39d25ad3afd552924fdb4c37e9452306399f0fd6fd7a1b0188f781240ce00" +metafile = true + +[[files]] file = "mods/bountiful-fares.pw.toml" hash = "850075dfcf7313e5e6b037e65d9dc20f59997fa46cc852d8789afc7825ab869e" metafile = true diff --git a/mods/botaniacombat.pw.toml b/mods/botaniacombat.pw.toml new file mode 100644 index 0000000..a65cfcf --- /dev/null +++ b/mods/botaniacombat.pw.toml @@ -0,0 +1,13 @@ +name = "BotaniaCombat" +filename = "botaniacombat-1.20.1-3.0.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CFXaaDkh/versions/Bw7kQ3qB/botaniacombat-1.20.1-3.0.4.jar" +hash-format = "sha512" +hash = "f0ba85fdb39304c4c209b2f3c6386d958db75200e336eb10332d1466fcc3761eb41fe5898ac5c5ea1634199423bafe93da73768eba286a7810231b71dd9f2f29" + +[update] +[update.modrinth] +mod-id = "CFXaaDkh" +version = "Bw7kQ3qB" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e39683fcb8f079fdc0f671846c999553bf7bf473d08e67270346a6f35c4d719c" +hash = "5a6bcdcbe5b25da3bc7f71eca8c93f99b63a477882f8ec8e5a97026b22881ebe" [versions] fabric = "0.19.3" |
