Update to 1.3, restore VoxyServer

This commit is contained in:
Mateusz Słodkowicz 2026-05-05 22:31:55 +02:00
parent 1614f90f52
commit 58325cd279
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
7 changed files with 36 additions and 7 deletions

View File

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

12
config/voxyserver.json Normal file
View File

@ -0,0 +1,12 @@
{
"lodStreamRadius": 256,
"maxSectionsPerTickPerPlayer": 50,
"sectionsPerPacket": 15,
"generateOnChunkLoad": true,
"tickInterval": 5,
"workerThreads": 1,
"dirtyTrackingEnabled": true,
"dirtyTrackingInterval": 40,
"debugTrackingEnabled": false,
"debugTrackingInterval": 200
}

View File

@ -22,7 +22,7 @@ hash = "199780a11fff42f04e8806677fff6255d51e815493b52fa7224be8b6b344306d"
[[files]]
file = "config/bcc-common.toml"
hash = "e032f387dbf505cea4e4ed15903d58ae12b3bb437478c15809c9faa7d444786e"
hash = "8c9d2d8b443995863b6e35c6fc32be07a4dfe05c9fbf2fd0339080b5e5a02ccf"
[[files]]
file = "config/chalk-common.toml"
@ -124,6 +124,10 @@ hash = "905a111f1a019369fce0bb225acc31245bd0b7363512b838c6bab868b1bb0576"
file = "config/supplementaries-client.toml"
hash = "80e5996a4fd4b93a98b66e0ea4892767932cae2cc1789650b6016e976cedc001"
[[files]]
file = "config/voxyserver.json"
hash = "8694df873622e88d46436e7f4a8ec883749e23996b3542234b9c8ea3a5b7a732"
[[files]]
file = "config/waystones-common.toml"
hash = "88366eeace65f3c2565eb87a7bc6224914e43702f5d627dc2cbd398d61d1b6f3"
@ -1713,7 +1717,7 @@ metafile = true
[[files]]
file = "mods/sodium.pw.toml"
hash = "0281ed9713f3141bdac363056a791845510e14761ea65b4b2813cf96d664b20a"
hash = "9bda5c5784ac697fc6fe0c1c6e8fec99dac8e2140c500150f055b75bc4a22a3a"
metafile = true
[[files]]
@ -1951,9 +1955,14 @@ file = "mods/voidtotem.pw.toml"
hash = "b701df90f4f93dae1b4aaa799a43f5f8b7b0eb8b08a1caa4e2cdcbcb69d897f7"
metafile = true
[[files]]
file = "mods/voxy-server.pw.toml"
hash = "17fb051b9806d86283e658ffedde246f648621c17dd809e7d1da1496393aef80"
metafile = true
[[files]]
file = "mods/voxy.pw.toml"
hash = "e2d41d2d3cac177732c079eddcb943860ba6fa82345a36fb393060eb40d415c2"
hash = "5d34e185f0edc0c21b55b420c5e8bb9345e6e653796a47fef5459f97f60bfa20"
metafile = true
[[files]]

View File

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

8
mods/voxy-server.pw.toml Normal file
View File

@ -0,0 +1,8 @@
name = "voxy-server"
filename = "VoxyServer-1.1.5.jar"
side = "both"
[download]
url = "https://baka.materus.pl/materus/banana-mc/raw/branch/1.21.1/extra_files/VoxyServer-1.1.5.jar"
hash-format = "sha256"
hash = "0832527c99eb0d0a4419dba282bd766840bc60b07226eef2ff0be09401bae0e1"

View File

@ -1,6 +1,6 @@
name = "voxy"
filename = "voxy-0.2.14.jar"
side = "client"
side = "both"
[download]
url = "https://baka.materus.pl/materus/banana-mc/raw/branch/1.21.1/extra_files/voxy-0.2.14.jar"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "cd0d38f1a6c1710739b435a9f69030f7033299267781f6aa511b53f140b7c3a7"
hash = "4c2ad708c4237ebfa94e9e97044190eb7794ff2c8a9c7c6710f6f064034abf0a"
[versions]
minecraft = "1.21.1"