Add mod: ForgetMeChunk
This commit is contained in:
parent
4e0fea927c
commit
ed97457a54
3 changed files with 19 additions and 1 deletions
5
index.toml
generated
5
index.toml
generated
|
@ -159,6 +159,11 @@ file = "mods/fallingleaves.pw.toml"
|
||||||
hash = "f0a1c212e68166b823a68080b32fd27d772fe87d533409fc0feb35a5c4c2093e"
|
hash = "f0a1c212e68166b823a68080b32fd27d772fe87d533409fc0feb35a5c4c2093e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/forgetmechunk.pw.toml"
|
||||||
|
hash = "c576911c18870a36c1337d4f48b708fb620b51f1cb0c6497e5cab661ae07f5a0"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ibe-editor.pw.toml"
|
file = "mods/ibe-editor.pw.toml"
|
||||||
hash = "08be1456428da6117b49969f844dcd4333ec892a4903f38c4633d358588ead26"
|
hash = "08be1456428da6117b49969f844dcd4333ec892a4903f38c4633d358588ead26"
|
||||||
|
|
13
mods/forgetmechunk.pw.toml
Normal file
13
mods/forgetmechunk.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "ForgetMeChunk"
|
||||||
|
filename = "forgetmechunk-1.0.4-1.18.X-1.19.X.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/vRXn3MrA/versions/1.0.4/forgetmechunk-1.0.4-1.18.X-1.19.X.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "ed03ad25fb8cbfae4637edd5a4dd6386d9a6231e"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "vRXn3MrA"
|
||||||
|
version = "yX5SANL7"
|
|
@ -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 = "9301dc4c0b91ee4978d13d9e257baac14b0ed1e52720ae1b81561396b3a50b1b"
|
hash = "4286d4e625ce69fa09d681eb69d54926c42fd4c77bdf600e221333d3c59e20a4"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.19"
|
minecraft = "1.19"
|
||||||
|
|
Loading…
Reference in a new issue