Move voxy to client side only

This commit is contained in:
Mateusz Słodkowicz 2026-05-04 11:56:13 +02:00
parent af554d4178
commit 8ca6645eef
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
7 changed files with 15 additions and 24 deletions

View File

@ -7,7 +7,7 @@
#The name of the modpack #The name of the modpack
modpackName = "Banana" modpackName = "Banana"
#The version of the modpack #The version of the modpack
modpackVersion = "1.1.1" modpackVersion = "1.1.2"
#Use the metadata.json to determine the modpack version #Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false useMetadata = false

View File

@ -1360,11 +1360,6 @@ file = "mods/nullscape.pw.toml"
hash = "dcfbfa39abeaba554c2c5323f9b9a3ec58dfc386aca2d237f73948abdbdc7125" hash = "dcfbfa39abeaba554c2c5323f9b9a3ec58dfc386aca2d237f73948abdbdc7125"
metafile = true metafile = true
[[files]]
file = "mods/nyfs-spiders.pw.toml"
hash = "10e2d5565e299d0fafa79e7c949961bf692d9a15b5de146b2905ea7df0987d29"
metafile = true
[[files]] [[files]]
file = "mods/observable.pw.toml" file = "mods/observable.pw.toml"
hash = "3e477c97729015ac6184c0b56cb148947b7c0dc5cca764336ee96719f05f05e6" hash = "3e477c97729015ac6184c0b56cb148947b7c0dc5cca764336ee96719f05f05e6"
@ -1681,7 +1676,7 @@ metafile = true
[[files]] [[files]]
file = "mods/sodium.pw.toml" file = "mods/sodium.pw.toml"
hash = "9bda5c5784ac697fc6fe0c1c6e8fec99dac8e2140c500150f055b75bc4a22a3a" hash = "0281ed9713f3141bdac363056a791845510e14761ea65b4b2813cf96d664b20a"
metafile = true metafile = true
[[files]] [[files]]
@ -1900,8 +1895,9 @@ hash = "b701df90f4f93dae1b4aaa799a43f5f8b7b0eb8b08a1caa4e2cdcbcb69d897f7"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/voxy-0.2.14.jar" file = "mods/voxy.pw.toml"
hash = "ccc16784694598348d2970c1c1c4bd4523f6663d24e33c7299ee0e3262d3795c" hash = "f0262d484535865edc45743cb22a17f2bc631e803edb82fe9415960bfd47beed"
metafile = true
[[files]] [[files]]
file = "mods/waterframes.pw.toml" file = "mods/waterframes.pw.toml"

View File

@ -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"

View File

@ -1,6 +1,6 @@
name = "Sodium" name = "Sodium"
filename = "sodium-neoforge-0.6.13+mc1.21.1.jar" filename = "sodium-neoforge-0.6.13+mc1.21.1.jar"
side = "both" side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/AANobbMI/versions/Pb3OXVqC/sodium-neoforge-0.6.13%2Bmc1.21.1.jar" 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
View 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"

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 = "96a1c09eba83a0203fdc67b247fe21a89cd03a101896846eb2b333bd8da12dd8" hash = "a5305c3783b7f4a296c86d19e5da7112aa9407f4b64b8bb3b7de41bd9477d0f6"
[versions] [versions]
minecraft = "1.21.1" minecraft = "1.21.1"