diff --git a/index.toml b/index.toml index d5181a3..be077b7 100644 --- a/index.toml +++ b/index.toml @@ -258,6 +258,14 @@ metafile = true file = "mods/wavey-capes.pw.toml" metafile = true +[[files]] +file = "mods/worldedit.pw.toml" +metafile = true + +[[files]] +file = "mods/worldeditcui-fabric.pw.toml" +metafile = true + [[files]] file = "mods/wthit.pw.toml" 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/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