Initial Commit
This commit is contained in:
68
config/chloride-client.json
Normal file
68
config/chloride-client.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"modpackMode": false,
|
||||
"fullScreen": "WINDOWED",
|
||||
"fpsDisplayMode": "ADVANCED",
|
||||
"fpsDisplayAlign": "LEFT",
|
||||
"fpsDisplayVAlign": "TOP",
|
||||
"fpsDisplaySystemMode": "OFF",
|
||||
"fpsDisplayMargin": 12,
|
||||
"fpsDisplayVMargin": 12,
|
||||
"fpsDisplayShadow": false,
|
||||
"fog": true,
|
||||
"blueBand": true,
|
||||
"customFog": false,
|
||||
"fogStart": 0,
|
||||
"fogEnd": 150,
|
||||
"fogShape": "CYLINDER",
|
||||
"cloudsHeight": 192,
|
||||
"entityNametagRendering": true,
|
||||
"playerNametagRendering": true,
|
||||
"itemNametagRendering": true,
|
||||
"chunkFadeSpeed": "SLOW",
|
||||
"darknessMode": "VANILLA",
|
||||
"darknessOnOverworld": true,
|
||||
"darknessOnNether": false,
|
||||
"darknessNetherFogBright": 0.5,
|
||||
"darknessOnEnd": false,
|
||||
"darknessEndFogBright": 0.5,
|
||||
"darknessByDefault": false,
|
||||
"darknessDimensionWhiteList": [],
|
||||
"darknessOnNoSkyLight": false,
|
||||
"darknessBlockLightOnly": false,
|
||||
"darknessAffectedByMoonPhase": true,
|
||||
"darknessNewMoonBright": 0.0,
|
||||
"darknessFullMoonBright": 0.25,
|
||||
"hideJREMI": false,
|
||||
"fontShadows": true,
|
||||
"leavesCulling": "OFF",
|
||||
"fastChests": false,
|
||||
"fastBeds": false,
|
||||
"rainParticles": true,
|
||||
"rainDropParticles": true,
|
||||
"crackingBlockParticles": true,
|
||||
"destroyedBlockParticles": true,
|
||||
"disabledParticles": [],
|
||||
"tileEntityDistanceCulling": true,
|
||||
"tileEntityCullingDistanceX": 4096,
|
||||
"tileEntityCullingDistanceY": 32,
|
||||
"entityDistanceCulling": false,
|
||||
"entityCullingDistanceX": 16384,
|
||||
"entityCullingDistanceY": 64,
|
||||
"monsterDistanceCulling": false,
|
||||
"monsterCullingDistanceX": 16384,
|
||||
"monsterCullingDistanceY": 64,
|
||||
"entityWhitelist": [
|
||||
"minecraft:ghast",
|
||||
"minecraft:ender_dragon",
|
||||
"iceandfire:all",
|
||||
"create:all"
|
||||
],
|
||||
"monsterWhitelist": [],
|
||||
"tileEntityWhitelist": [
|
||||
"waterframes:all"
|
||||
],
|
||||
"borderlessAttachModeF11": "ATTACH",
|
||||
"fastLanguageReload": true,
|
||||
"enableZoom": true,
|
||||
"maxZoom": 50.0
|
||||
}
|
||||
Reference in New Issue
Block a user