LTDV8/config/immersive_optimization.json
3944Realms c54dcd1015
All checks were successful
Deploy to Remote Server / deploy (push) Successful in 23s
初始化优化模组部分
2025-10-26 20:51:35 +08:00

33 lines
923 B
JSON

{
"_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
},
"version": 2,
"name": "immersive_optimization"
}