update default configs :3

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2023-11-05 17:20:14 +01:00
parent 95e70bf627
commit 61dcd3d108
Signed by: root
GPG key ID: 83A53A8C412E93F5
134 changed files with 7873 additions and 1 deletions

View file

@ -0,0 +1,19 @@
{
"FTBChunks" : {
"shipsProtectedByClaims" : true,
"shipsProtectionOutOfBuildHeight" : false
},
"ComputerCraft" : {
"canTurtlesLeaveScaledShips" : false
},
"enableInteractDistanceChecks" : true,
"transformTeleports" : true,
"enableMovementChecks" : false,
"preventFluidEscapingShip" : true,
"explosionBlastForce" : 500000.0,
"allowMobSpawns" : true,
"aiOnShips" : true,
"miniShipSize" : 0.5,
"minScaling" : 0.25,
"$schema" : "schemas/vs_server.schema.json"
}