hfmc-dev/config/physicsmod/physics_client_config.json

191 lines
4.3 KiB
JSON

{
"maxPhysicsObjects": 3178,
"particleLifetimeVines": 4.0,
"particleLifetimeItems": 3.0,
"particleLifetimeParticles": 0.1,
"particleLifetimeLiquids": 6.0,
"particleLifetimeSmoke": 60.0,
"particleDespawnTimeSmoke": 3.0,
"particleLifetimeVarianceVines": 3.0,
"particleLifetimeVarianceItems": 3.0,
"particleLifetimeVarianceParticles": 3.0,
"particleLifetimeVarianceLiquids": 3.0,
"particleLifetimeVarianceSmoke": 15.0,
"particleDespawnTimeVarianceSmoke": 12.0,
"cpuThreads": 5,
"itemPhysics": true,
"minecraftBlockBreakParticles": false,
"vinePhysics": true,
"capePhysics": false,
"fishingRodPhysics": true,
"leashPhysics": true,
"bannerPhysics": true,
"clothSmoothShading": false,
"showUpdateNotifications": true,
"clothThreads": 2,
"leashLength": 3.0,
"fishingLineLength": 12.0,
"pvpServerCompatibility": false,
"snowballModel": 0,
"snowballImpact": 1,
"snowballShade": false,
"enderpearlModel": 0,
"enderpearlImpact": 1,
"enderpearlShade": false,
"eggModel": 0,
"eggImpact": 1,
"eggShade": false,
"crackPhysicsParticles": true,
"liquidPhysics": false,
"liquidSourceDistance": 6.0,
"liquidThreads": 2,
"bannerPhysicsRange": 48.0,
"soundVolume": 1.0,
"blockPhysicsRange": 96.0,
"vineRange": 32.0,
"waterDensity": 3,
"snowPhysics": false,
"snowTracks": true,
"snowTrackEntities": 6,
"snowTrackDistance": 48.0,
"snowThickness": 0.0,
"grassSnowy": true,
"snowType": 0,
"snowSmoothShading": true,
"snowChunkSize": 0,
"blockSettings": {
"Physics Type": 2,
"Lifetime": 1.399999976158142,
"Lifetime Variance": 3.0,
"Scale": 1.0,
"Animation": 2
},
"mobSettings": {
"Physics Type": 1,
"Lifetime": 2.1000001430511475,
"Lifetime Variance": 3.0,
"Animation": -1
},
"sprintingPhysicsParticles": true,
"eatingPhysicsParticles": true,
"serverBlockPhysicsParticles": true,
"smokePhysics": false,
"smokeParticleLimit": 6000,
"verificationCode": "",
"smokeColorRed": 0.56,
"smokeColorGreen": 0.56,
"smokeColorBlue": 0.56,
"smokeDenseColorRed": 0.364,
"smokeDenseColorGreen": 0.364,
"smokeDenseColorBlue": 0.364,
"smokeDensity": 0.9,
"smokePhysicsRange": 100.0,
"smokeBlaze": 0.05,
"smokeCampfire": 0.3,
"smokeFire": 0.3,
"smokeOther": 1.0,
"smokeShadowTransformer": 0,
"maxLoadedDynamicBlocks": 20,
"windPhysics": true,
"weatherParticles": true,
"weatherClearStrength": 0.1,
"weatherRainStrength": 1.0,
"weatherThunderStrength": 1.4,
"windVolume": 1.0,
"weatherRainParticleAmount": 5,
"weatherThunderParticleAmount": 2,
"oceanPhysics": true,
"oceanAdjustHitbox": true,
"oceanDetail": 1.0,
"oceanWaveHeightMultiplier": 1.0,
"oceanBlockRange": 32,
"oceanWeatherClear": 0.0,
"oceanWeatherRain": 0.75,
"oceanWeatherThunder": 0.25,
"oceanBaseSpeed": 1.0,
"oceanHorizontalWaveScale": 1.0,
"oceanParticles": true,
"oceanParticleAlpha": 0.5,
"oceanStickyEntities": false,
"oceanSplashVolumeNew": 1.0,
"snowLOD": 1.0,
"particleRainOpacity": 1.0,
"particleSnowOpacity": 1.0,
"particleDustOpacity": 1.0,
"itemRotationSpeed": 1.0,
"jointBreakForce": 1.0,
"jointBlood": 1.0,
"mobRagdollLimit": 16,
"clothEntityRange": 48.0,
"clothForceArmor": false,
"oceanPuddles": true,
"oceanFoamAmount": 0.8,
"oceanFoamOpacity": 0.5,
"cudaLiquids": false,
"cudaLiquidsParticleSize": 0.1,
"cudaLiquidsBlurPasses": 3,
"playbackSpeed": 1.0,
"oceanRainPuddleAmount": 0.5,
"puddleResolutionQuality": 2048,
"itemBreakPhysics": true,
"customizedGravities": [
"minecraft:the_nether",
0.0,
-9.81,
0.0,
"minecraft:overworld",
0.0,
-9.81,
0.0,
"minecraft:the_end",
0.0,
-9.81,
0.0,
"witherstormmod:bowels",
0.0,
-9.81,
0.0,
"deeperdarker:otherside",
0.0,
-9.81,
0.0,
"worlds_dimensions:survivalreal",
0.0,
-9.81,
0.0,
"twilightforest:twilight_forest",
0.0,
-9.81,
0.0
],
"customizedBuoyancies": [
"minecraft:the_nether",
0.0,
2.0,
0.0,
"minecraft:overworld",
0.0,
2.0,
0.0,
"minecraft:the_end",
0.0,
2.0,
0.0,
"witherstormmod:bowels",
0.0,
2.0,
0.0,
"deeperdarker:otherside",
0.0,
2.0,
0.0,
"worlds_dimensions:survivalreal",
0.0,
2.0,
0.0,
"twilightforest:twilight_forest",
0.0,
2.0,
0.0
]
}