1
0
mirror of https://github.com/nesquate-mcserver/modpack-server.git synced 2026-06-06 05:48:55 +00:00

Add WorldEdit

This commit is contained in:
Nesquate
2023-08-20 14:34:49 +08:00
parent 01bf08a2b9
commit 93f307b49c
3 changed files with 19 additions and 1 deletions

View File

@@ -202,3 +202,8 @@ metafile = true
file = "mods/vmp-fabric.pw.toml" file = "mods/vmp-fabric.pw.toml"
hash = "dc3970e3d66599050e917319f42a8a002f2ec0ed744d3140acc5a6f3d032199f" hash = "dc3970e3d66599050e917319f42a8a002f2ec0ed744d3140acc5a6f3d032199f"
metafile = true metafile = true
[[files]]
file = "mods/worldedit.pw.toml"
hash = "bd1dc13316e2aa9b56c89e7e974057f8da8d6bbfe707ba4210109fc612b782e3"
metafile = true

13
mods/worldedit.pw.toml Normal file
View File

@@ -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

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "dd5563b46ece7aeb868e83ef93d18ef87a6cad21d644b0631dd6a9df694aa9f4" hash = "5fc35112a5311419abd4b1ce283e5a53d8caf13a92ebf8f1ba5cca8c2478570e"
[versions] [versions]
fabric = "0.14.21" fabric = "0.14.21"