Update to 1.3, restore VoxyServer
This commit is contained in:
parent
1614f90f52
commit
58325cd279
@ -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
12
config/voxyserver.json
Normal 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
|
||||
}
|
||||
15
index.toml
15
index.toml
@ -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]]
|
||||
|
||||
@ -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
8
mods/voxy-server.pw.toml
Normal 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"
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user