added config files

This commit is contained in:
2024-09-25 03:12:49 +02:00
parent 9a84b7a147
commit e028f16b78
373 changed files with 16567 additions and 0 deletions

17
config/skinlayers.json Normal file
View File

@@ -0,0 +1,17 @@
{
"enableHat": true,
"enableJacket": true,
"enableLeftSleeve": true,
"enableRightSleeve": true,
"enableLeftPants": true,
"enableRightPants": true,
"baseVoxelSize": 1.15,
"bodyVoxelWidthSize": 1.05,
"headVoxelSize": 1.18,
"renderDistanceLOD": 14,
"enableSkulls": true,
"enableSkullsItems": true,
"skullVoxelSize": 1.1,
"fastRender": true,
"firstPersonPixelScaling": 1.1
}