diff --git a/packwiz/xvtest/index.toml b/packwiz/xvtest/index.toml index 8087d16..782f6ba 100644 --- a/packwiz/xvtest/index.toml +++ b/packwiz/xvtest/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "icon.png" +hash = "bd7e95e76eb5b8a3a837c4fc208e5dee019fc08bc9f3e555f61f6f4f4a849cb8" + [[files]] file = "mods/alternate-current.pw.toml" hash = "f30b15dc574856f6eca824f645537680ca12a6282bee89a33cbced66d6601dca" @@ -115,6 +119,11 @@ file = "mods/vmp-fabric.pw.toml" hash = "0fca0fcd62697e3ec9ced16a6917c2eba2f5c0de612cd28a2be1c84c316901e5" metafile = true +[[files]] +file = "mods/worldedit.pw.toml" +hash = "719da66ac6adbf00ace4a021f1bfcd6aca271b16caa40629de9e73a79b844905" +metafile = true + [[files]] file = "mods/yacl.pw.toml" hash = "80bab11e8d1438ec93695050f087dc2f9d0ae1d2523a17b8236af7029f14119e" diff --git a/packwiz/xvtest/mods/worldedit.pw.toml b/packwiz/xvtest/mods/worldedit.pw.toml new file mode 100644 index 0000000..0c7044e --- /dev/null +++ b/packwiz/xvtest/mods/worldedit.pw.toml @@ -0,0 +1,13 @@ +name = "WorldEdit" +filename = "worldedit-mod-7.2.12.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3583d0182a2a5c96d13434ed48ebb29742228174" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3922622 +project-id = 225608 diff --git a/packwiz/xvtest/pack.toml b/packwiz/xvtest/pack.toml index 2dce862..51f5c01 100644 --- a/packwiz/xvtest/pack.toml +++ b/packwiz/xvtest/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d86c434f52bbf770d5841819b1e50285e12c50ea9e1826e11669ede28b88a555" +hash = "f19ebe148b4a9ed0a07a7d5659e2108f86d79a99c4ec48430a4c3a28acdab833" [versions] minecraft = "1.19.2"