Compare commits

..

No commits in common. "7d6bc74246e4a9d604671190d83bd61d2f7334bf" and "51bea31198a891180e73bcafa988d119a1ad2c10" have entirely different histories.

5 changed files with 50 additions and 24 deletions

View File

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

View File

@ -1,13 +0,0 @@
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 = "444ad82f43fc3c66f92a69e962b940d74c43612d442681ba09a5c68818d0348e" hash = "a77cc56b708fa6c9f102af73efd904abd951ffc3b3e7e21c57bf992f4ed06ac2"
[versions] [versions]
fabric = "0.14.22" fabric = "0.14.22"

File diff suppressed because one or more lines are too long

View File

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