Update to 1.3, restore VoxyServer

This commit is contained in:
2026-05-05 22:31:55 +02:00
parent 1614f90f52
commit 58325cd279
7 changed files with 36 additions and 7 deletions
+1 -1
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
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
}