Move voxy to client side only
This commit is contained in:
parent
af554d4178
commit
8ca6645eef
@ -7,7 +7,7 @@
|
||||
#The name of the modpack
|
||||
modpackName = "Banana"
|
||||
#The version of the modpack
|
||||
modpackVersion = "1.1.1"
|
||||
modpackVersion = "1.1.2"
|
||||
#Use the metadata.json to determine the modpack version
|
||||
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
|
||||
useMetadata = false
|
||||
|
||||
12
index.toml
12
index.toml
@ -1360,11 +1360,6 @@ file = "mods/nullscape.pw.toml"
|
||||
hash = "dcfbfa39abeaba554c2c5323f9b9a3ec58dfc386aca2d237f73948abdbdc7125"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/nyfs-spiders.pw.toml"
|
||||
hash = "10e2d5565e299d0fafa79e7c949961bf692d9a15b5de146b2905ea7df0987d29"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/observable.pw.toml"
|
||||
hash = "3e477c97729015ac6184c0b56cb148947b7c0dc5cca764336ee96719f05f05e6"
|
||||
@ -1681,7 +1676,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.pw.toml"
|
||||
hash = "9bda5c5784ac697fc6fe0c1c6e8fec99dac8e2140c500150f055b75bc4a22a3a"
|
||||
hash = "0281ed9713f3141bdac363056a791845510e14761ea65b4b2813cf96d664b20a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -1900,8 +1895,9 @@ hash = "b701df90f4f93dae1b4aaa799a43f5f8b7b0eb8b08a1caa4e2cdcbcb69d897f7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/voxy-0.2.14.jar"
|
||||
hash = "ccc16784694598348d2970c1c1c4bd4523f6663d24e33c7299ee0e3262d3795c"
|
||||
file = "mods/voxy.pw.toml"
|
||||
hash = "f0262d484535865edc45743cb22a17f2bc631e803edb82fe9415960bfd47beed"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/waterframes.pw.toml"
|
||||
|
||||
@ -1,13 +0,0 @@
|
||||
name = "Nyf's Spiders"
|
||||
filename = "nyfsspiders-neoforge-1.21.1-3.0.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/dOGM7ccu/versions/pjXVTyLu/nyfsspiders-neoforge-1.21.1-3.0.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "820b4a983f2ec117f96b9fe2eda110b17e3da3b80f7c7c18a76b09781f1a9eb325490de1e69cea2270db6d1b27eefccee1dd022863b190bb88a660d48f602f13"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "dOGM7ccu"
|
||||
version = "pjXVTyLu"
|
||||
@ -1,6 +1,6 @@
|
||||
name = "Sodium"
|
||||
filename = "sodium-neoforge-0.6.13+mc1.21.1.jar"
|
||||
side = "both"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/AANobbMI/versions/Pb3OXVqC/sodium-neoforge-0.6.13%2Bmc1.21.1.jar"
|
||||
|
||||
Binary file not shown.
8
mods/voxy.pw.toml
Normal file
8
mods/voxy.pw.toml
Normal file
@ -0,0 +1,8 @@
|
||||
name = "voxy"
|
||||
filename = "voxy-0.2.14.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://baka.materus.pl/materus/banana-mc/src/branch/1.21.1/extra_files/voxy-0.2.14.jar"
|
||||
hash-format = "sha256"
|
||||
hash = "ef45f9be071d1e7ec0574997abef137c84a1dc88ffea6f35ef926d07a170d80f"
|
||||
Loading…
x
Reference in New Issue
Block a user