first commit

This commit is contained in:
Leonid Pershin
2026-05-07 21:38:27 +03:00
commit 84fb173ea8
3949 changed files with 564326 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"_documentation": "https://github.com/Luke100000/ImmersiveOptimization/wiki",
"enableEntities": true,
"enableBlockEntities": true,
"enableDistanceCulling": true,
"enableTrackingCulling": true,
"enableViewportCulling": true,
"minDistance": 6,
"blocksPerLevel": 64,
"blocksPerLevelDistanceCulled": 10,
"blocksPerLevelTrackingCulled": 10,
"blocksPerLevelViewportCulled": 20,
"maxLevel": 20,
"blocksPerLevelBlockEntities": 32,
"stressedThreshold": 45,
"minDecreaseFactor": 0.25,
"dimensions": {
"minecraft:overworld": true,
"minecraft:the_nether": true,
"minecraft:the_end": true
},
"entities": {
"minecraft:ender_pearl": false,
"fromanotherworld:starship": false,
"minecraft:player": false,
"valkyrienskies": false,
"minecraft:arrow": false,
"create": false,
"minecraft:ender_dragon": false
},
"cullProjectiles": false,
"version": 2,
"name": "immersive_optimization"
}