diff --git a/config/bcc-common.toml b/config/bcc-common.toml index a200464..5e98633 100644 --- a/config/bcc-common.toml +++ b/config/bcc-common.toml @@ -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 diff --git a/config/voxyserver.json b/config/voxyserver.json new file mode 100644 index 0000000..c469ffb --- /dev/null +++ b/config/voxyserver.json @@ -0,0 +1,12 @@ +{ + "lodStreamRadius": 256, + "maxSectionsPerTickPerPlayer": 50, + "sectionsPerPacket": 15, + "generateOnChunkLoad": true, + "tickInterval": 5, + "workerThreads": 1, + "dirtyTrackingEnabled": true, + "dirtyTrackingInterval": 40, + "debugTrackingEnabled": false, + "debugTrackingInterval": 200 +} diff --git a/index.toml b/index.toml index 7a67af3..0fd3d8f 100644 --- a/index.toml +++ b/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]] diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml index b2530b8..e190a1d 100644 --- a/mods/sodium.pw.toml +++ b/mods/sodium.pw.toml @@ -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" diff --git a/mods/voxy-server.pw.toml b/mods/voxy-server.pw.toml new file mode 100644 index 0000000..db65316 --- /dev/null +++ b/mods/voxy-server.pw.toml @@ -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" diff --git a/mods/voxy.pw.toml b/mods/voxy.pw.toml index f5cc599..8413c9e 100644 --- a/mods/voxy.pw.toml +++ b/mods/voxy.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index c5d0fa4..bc0ebb5 100644 --- a/pack.toml +++ b/pack.toml @@ -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"