From 9748b01b94559bf05766c34157eda59457782b46 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 1 Sep 2025 14:31:04 +0200 Subject: [PATCH] Added WorldEdit CUI --- index.toml | 5 +++++ mods/worldeditcui-fabric.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/worldeditcui-fabric.pw.toml diff --git a/index.toml b/index.toml index 90d2a20..2fd0a54 100644 --- a/index.toml +++ b/index.toml @@ -825,6 +825,11 @@ file = "mods/what-are-they-up-to.pw.toml" hash = "c709708a11f117743c086f16de67701eb35bfad331826960398bb1e64ea4d35f" metafile = true +[[files]] +file = "mods/worldeditcui-fabric.pw.toml" +hash = "48c5a8213925efd652a9e13f40116d53e0516e9147b27d6d0e0ae8cf68f83f6d" +metafile = true + [[files]] file = "mods/xaeros-minimap.pw.toml" hash = "34b672500b3219fa67f776c0e2c69854746034e541a2d17bef34ae90e38f1a03" diff --git a/mods/worldeditcui-fabric.pw.toml b/mods/worldeditcui-fabric.pw.toml new file mode 100644 index 0000000..160a393 --- /dev/null +++ b/mods/worldeditcui-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "WorldEdit CUI (Fabric)" +filename = "WorldEditCUI-1.20+01.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4fd64cabffe5c2160a175101ed8474faf969e6a6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4575022 +project-id = 402098 diff --git a/pack.toml b/pack.toml index d636dee..0af11d6 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 = "638b8448763aaadc05bb143c6bd2d12e6fa05a394271da0bea09de99d087380a" +hash = "8ce8b5b6ebcba92d4a98b8a5a287b18607603ff9fd2039051239c43f18f7be80" [versions] fabric = "0.16.14"