Update to 1.3, restore VoxyServer
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"lodStreamRadius": 256,
|
||||
"maxSectionsPerTickPerPlayer": 50,
|
||||
"sectionsPerPacket": 15,
|
||||
"generateOnChunkLoad": true,
|
||||
"tickInterval": 5,
|
||||
"workerThreads": 1,
|
||||
"dirtyTrackingEnabled": true,
|
||||
"dirtyTrackingInterval": 40,
|
||||
"debugTrackingEnabled": false,
|
||||
"debugTrackingInterval": 200
|
||||
}
|
||||
Reference in New Issue
Block a user