From 93f307b49c1acccbf2daecd5daa98f04018e1814 Mon Sep 17 00:00:00 2001 From: Nesquate Date: Sun, 20 Aug 2023 14:34:49 +0800 Subject: [PATCH] Add WorldEdit --- index.toml | 5 +++++ mods/worldedit.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/worldedit.pw.toml diff --git a/index.toml b/index.toml index a028e83..655352c 100644 --- a/index.toml +++ b/index.toml @@ -202,3 +202,8 @@ metafile = true file = "mods/vmp-fabric.pw.toml" hash = "dc3970e3d66599050e917319f42a8a002f2ec0ed744d3140acc5a6f3d032199f" metafile = true + +[[files]] +file = "mods/worldedit.pw.toml" +hash = "bd1dc13316e2aa9b56c89e7e974057f8da8d6bbfe707ba4210109fc612b782e3" +metafile = true diff --git a/mods/worldedit.pw.toml b/mods/worldedit.pw.toml new file mode 100644 index 0000000..2511eac --- /dev/null +++ b/mods/worldedit.pw.toml @@ -0,0 +1,13 @@ +name = "WorldEdit" +filename = "worldedit-mod-7.2.15.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9c52765ca56f917ef8cbafc20e9a4f45c346508f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4586218 +project-id = 225608 diff --git a/pack.toml b/pack.toml index 5b53e62..ebbe533 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "dd5563b46ece7aeb868e83ef93d18ef87a6cad21d644b0631dd6a9df694aa9f4" +hash = "5fc35112a5311419abd4b1ce283e5a53d8caf13a92ebf8f1ba5cca8c2478570e" [versions] fabric = "0.14.21"