From e214f7f774f59e24473beb2d38abacf90f4c7616 Mon Sep 17 00:00:00 2001 From: Nesquate Date: Sun, 13 Aug 2023 01:59:20 +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 20f0935..f5adc45 100644 --- a/index.toml +++ b/index.toml @@ -187,3 +187,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 f1dfe59..e3a86ca 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 = "9d2e6b5af4ccbb080a07396feaca3fbc3bf942d59de5002bb6adaf0b5dceb542" +hash = "41c01a54cf913e5f0832916313d192d1da394c458087858419a48d44d337b694" [versions] fabric = "0.14.21"