Initialize pack from in-play

This commit is contained in:
bluepython508
2025-04-11 16:06:26 +01:00
parent 71aff04690
commit d0b9f09cb5
189 changed files with 7505 additions and 0 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"
}