update toolkit add worldedit

This commit is contained in:
endigma 2023-08-31 18:10:04 -03:00
parent 51bea31198
commit 18c50173a0
Signed by: endigma
GPG Key ID: 915867AD1D297D9F
4 changed files with 24 additions and 1 deletions

View File

@ -654,6 +654,11 @@ file = "mods/wall-jumped.pw.toml"
hash = "4a10ec865800a3ab45f31c1ae85dd2a9497edcd32a3ecd5daa6ca9bdc40725d9"
metafile = true
[[files]]
file = "mods/worldedit.pw.toml"
hash = "bd1dc13316e2aa9b56c89e7e974057f8da8d6bbfe707ba4210109fc612b782e3"
metafile = true
[[files]]
file = "mods/wthit.pw.toml"
hash = "4e34ef6f58a17523c6fbfd210277a9871ee39a1f0d30e9906edd69d9a1ac0755"

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]
file = "index.toml"
hash-format = "sha256"
hash = "a77cc56b708fa6c9f102af73efd904abd951ffc3b3e7e21c57bf992f4ed06ac2"
hash = "444ad82f43fc3c66f92a69e962b940d74c43612d442681ba09a5c68818d0348e"
[versions]
fabric = "0.14.22"

View File

@ -73,6 +73,11 @@ export def "updateMods" [] {
} |
save -f all.json
)
(
open all.json |
where review |
save -f review.json
)
}
def kindOf [client_side: string, server_side: string] string {