Skip to content

Commit 2184963

Browse files
feat: Add Surveyor and Hoofprint port.
1 parent d2543e1 commit 2184963

File tree

4 files changed

+38
-1
lines changed

4 files changed

+38
-1
lines changed

pack/index.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ file = "mods/ferrite-core.pw.toml"
206206
hash = "fbf9806c22ee5bccbe08f7dec15b742f5ae3a70caf186d6dce0d42f28790f559"
207207
metafile = true
208208

209+
[[files]]
210+
file = "mods/hoofprint.pw.toml"
211+
metafile = true
212+
209213
[[files]]
210214
file = "mods/iris.pw.toml"
211215
hash = "623f91f5cb2cfe0e7c3a6fc48ae5984dfad62e85389e2567ab5421f7d9d02c51"
@@ -291,6 +295,10 @@ file = "mods/styledplayerlist.pw.toml"
291295
hash = "a51892495fece6745e0b90ef5c659f1000efeda9941738fb33e1668ddcd8e329"
292296
metafile = true
293297

298+
[[files]]
299+
file = "mods/surveyor.pw.toml"
300+
metafile = true
301+
294302
[[files]]
295303
file = "mods/tmyk.pw.toml"
296304
hash = "6ebe0902f9f5aa2692a00fb036ae3f5dd0fc7423b6f60f8a29a0e967eccb1713"

pack/mods/hoofprint.pw.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "hoofprint"
2+
filename = "hoofprint-0.8.0-alpha.9+1.21.jar"
3+
side = "client"
4+
5+
[download]
6+
url = "https://github.com/ModGardenEvent/hoofprint/releases/download/v0.8.0-alpha.9%2B1.21.5/hoofprint-0.8.0-alpha.9%2B1.21.jar"
7+
hash-format = "sha256"
8+
hash = "e548c594c5ac20d986d235bcff09fb92b03bdda237279b208c41e43b424f3021"
9+
10+
[update]
11+
[update.github]
12+
branch = "1.21.5"
13+
regex = "^.+(?<!-api|-dev|-dev-preshadow|-sources)\\.jar$"
14+
slug = "ModGardenEvent/hoofprint"
15+
tag = "v0.8.0-alpha.9+1.21.5"

pack/mods/surveyor.pw.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "surveyor"
2+
filename = "surveyor-1.0.0-alpha.10+1.21.5.jar"
3+
side = "both"
4+
5+
[download]
6+
url = "https://github.com/ModGardenEvent/surveyor/releases/download/v1.0.0-alpha.10%2B1.21.5/surveyor-1.0.0-alpha.10%2B1.21.5.jar"
7+
hash-format = "sha256"
8+
hash = "40ed41cee4de0753606780d8301f8647b20d7d5df8e8cdd436a8688e4ccdd9eb"
9+
10+
[update]
11+
[update.github]
12+
branch = "1.21.5"
13+
regex = "^.+(?<!-api|-dev|-dev-preshadow|-sources)\\.jar$"
14+
slug = "ModGardenEvent/surveyor"
15+
tag = "v1.0.0-alpha.10+1.21.5"

pack/pack.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ pack-format = "packwiz:1.1.0"
66
[index]
77
file = "index.toml"
88
hash-format = "sha256"
9-
hash = "595594d6e946cff8115fb79c5f4b96d6efd31bf1e315e23e6eb0f21c151a56a0"
109

1110
[versions]
1211
fabric = "0.16.14"

0 commit comments

Comments
 (0)