31 lines
964 B
JSON
31 lines
964 B
JSON
{
|
|
"_documentation": "https://github.com/Luke100000/ImmersiveOptimization/blob/1.20.1/common/src/main/java/net/conczin/immersive_optimization/config/Config.java",
|
|
"enableEntities": true,
|
|
"enableBlockEntities": false,
|
|
"enableDistanceCulling": true,
|
|
"enableViewportCulling": true,
|
|
"minDistance": 6,
|
|
"blocksPerLevel": 64,
|
|
"blocksPerLevelDistanceCulled": 10,
|
|
"blocksPerLevelViewportCulled": 20,
|
|
"maxLevel": 20,
|
|
"blocksPerLevelBlockEntities": 32,
|
|
"entityTickBudget": 30.0,
|
|
"stressedThreshold": 45,
|
|
"dimensions": {
|
|
"minecraft:overworld": true,
|
|
"minecraft:the_nether": true,
|
|
"minecraft:the_end": true
|
|
},
|
|
"entities": {
|
|
"create:contraption": false,
|
|
"create:carriage_contraption": false,
|
|
"create:crafting_blue_print": false,
|
|
"create:gantry_contraption": false,
|
|
"minecraft:player": false,
|
|
"minecraft:arrow": false,
|
|
"minecraft:ender_dragon": false
|
|
},
|
|
"version": 2,
|
|
"name": "immersive_optimization"
|
|
} |