add: updates to all configs
This commit is contained in:
parent
d88dd3b3fe
commit
fa5c1c6569
59 changed files with 4054 additions and 2655 deletions
|
|
@ -1,43 +1,43 @@
|
|||
{
|
||||
"_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,
|
||||
"entityTickBudget": 30.0,
|
||||
"stressedThreshold": 45,
|
||||
"dimensions": {
|
||||
"minecraft:overworld": true,
|
||||
"minecraft:the_nether": true,
|
||||
"minecraft:the_end": true,
|
||||
"ad_astra:earth_orbit": true,
|
||||
"ad_astra:moon": true,
|
||||
"ad_astra:moon_orbit": true,
|
||||
"ad_astra:mars": true,
|
||||
"ad_astra:mars_orbit": true,
|
||||
"ad_astra:venus": true,
|
||||
"ad_astra:venus_orbit": true,
|
||||
"ad_astra:mercury": true,
|
||||
"ad_astra:mercury_orbit": true,
|
||||
"ad_astra:glacio": true,
|
||||
"ad_astra:glacio_orbit": true
|
||||
},
|
||||
"entities": {
|
||||
"fromanotherworld:starship": false,
|
||||
"minecraft:player": false,
|
||||
"minecraft:arrow": false,
|
||||
"create": false,
|
||||
"minecraft:ender_dragon": false,
|
||||
"sandworm_mod": false
|
||||
},
|
||||
"version": 2,
|
||||
"name": "immersive_optimization"
|
||||
"_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,
|
||||
"ad_astra:earth_orbit": true,
|
||||
"ad_astra:moon": true,
|
||||
"ad_astra:moon_orbit": true,
|
||||
"ad_astra:mars": true,
|
||||
"ad_astra:mars_orbit": true,
|
||||
"ad_astra:venus": true,
|
||||
"ad_astra:venus_orbit": true,
|
||||
"ad_astra:mercury": true,
|
||||
"ad_astra:mercury_orbit": true,
|
||||
"ad_astra:glacio": true,
|
||||
"ad_astra:glacio_orbit": true
|
||||
},
|
||||
"entities": {
|
||||
"fromanotherworld:starship": false,
|
||||
"minecraft:player": false,
|
||||
"minecraft:arrow": false,
|
||||
"create": false,
|
||||
"minecraft:ender_dragon": false,
|
||||
"sandworm_mod": false
|
||||
},
|
||||
"version": 2,
|
||||
"name": "immersive_optimization"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue