Initial Sync!
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"_documentation": "https://github.com/Luke100000/ImmersiveOptimization/blob/1.20.1/common/src/main/java/net/conczin/immersive_optimization/config/Config.java",
|
||||
"enableEntities": true,
|
||||
"enableBlockEntities": true,
|
||||
"optimizeForceLoadedChunks": false,
|
||||
"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": {
|
||||
"fromanotherworld:starship": false,
|
||||
"minecolonies:citizen": false,
|
||||
"minecraft:player": false,
|
||||
"minecraft:arrow": false,
|
||||
"minecraft:ender_dragon": false,
|
||||
"minecraft:wither": false,
|
||||
"cataclysm:netherite_monstrosity": false,
|
||||
"cataclysm:ignis": false,
|
||||
"cataclysm:the_harbinger": false,
|
||||
"cataclysm:the_leviathan": false
|
||||
},
|
||||
"version": 2,
|
||||
"name": "immersive_optimization"
|
||||
}
|
||||
Reference in New Issue
Block a user