added dimensions
This commit is contained in:
parent
96396fb73a
commit
fdb61f960c
2 changed files with 114 additions and 102 deletions
|
|
@ -1,74 +1,75 @@
|
|||
{
|
||||
"enableDropsForNonPlayer": true,
|
||||
"enableCrashExplosion": true,
|
||||
"enableCrashBlockDestruction": false,
|
||||
"enableCrashFire": false,
|
||||
"crashExplosionRadius": 2.0,
|
||||
"crashDamage": 2.0,
|
||||
"preventKillThroughCrash": true,
|
||||
"healthBarRow": 0,
|
||||
"damagePerHealthPoint": 30,
|
||||
"separateCamera": true,
|
||||
"useThirdPersonByDefault": true,
|
||||
"enableTrails": true,
|
||||
"renderDistance": 192.0,
|
||||
"fuelConsumption": 1.0,
|
||||
"windClearWeather": 1.0,
|
||||
"windRainWeather": 3.0,
|
||||
"windThunderWeather": 3.0,
|
||||
"repairSpeed": 0.025,
|
||||
"repairExhaustion": 0.5,
|
||||
"collisionDamage": true,
|
||||
"collisionDamageMultiplier": 40.0,
|
||||
"burnFuelInCreative": false,
|
||||
"acceptVanillaFuel": true,
|
||||
"useCustomKeybindSystem": true,
|
||||
"showHotbarEngineGauge": true,
|
||||
"weaponsAreDestructive": false,
|
||||
"dropAircraft": true,
|
||||
"dropInventory": true,
|
||||
"dropUpgrades": false,
|
||||
"regenerateHealthEveryNTicks": 0,
|
||||
"requireShiftForRepair": false,
|
||||
"bombBayEntity": {
|
||||
"minecraft:egg": "tfc:chicken"
|
||||
},
|
||||
"rotaryCannonDamage": 5.0,
|
||||
"heavyCrossBowVelocity": 3.0,
|
||||
"fuelList": {
|
||||
"minecraft:blaze_powder": 1200,
|
||||
"gtceu:coke_gem": 1200,
|
||||
"beneath:cursecoal": 1200
|
||||
},
|
||||
"validDimensions": {
|
||||
"minecraft:the_end": true,
|
||||
"minecraft:the_nether": true,
|
||||
"minecraft:overworld": true,
|
||||
"ad_astra:earth_orbit": false,
|
||||
"ad_astra:moon": false,
|
||||
"ad_astra:moon_orbit": false,
|
||||
"ad_astra:mars": false,
|
||||
"ad_astra:mars_orbit": false,
|
||||
"ad_astra:venus_orbit": false,
|
||||
"ad_astra:mercury": false,
|
||||
"ad_astra:mercury_orbit": false,
|
||||
"ad_astra:glacio": false,
|
||||
"ad_astra:glacio_orbit": false
|
||||
},
|
||||
"gunpowderAmmunition": {
|
||||
"minecraft:gunpowder": 100
|
||||
},
|
||||
"arrowAmmunition": {
|
||||
"minecraft:arrow": 100,
|
||||
"minecraft:spectral_arrow": 100,
|
||||
"minecraft:tipped_arrow": 100
|
||||
},
|
||||
"bombBayAmmunition": {
|
||||
"minecraft:tnt": 100,
|
||||
"gtceu:powderbarrel": 80,
|
||||
"gtceu:industrial_tnt": 50,
|
||||
"gtceu:dynamite": 200
|
||||
},
|
||||
"version": 1,
|
||||
"name": "immersive_aircraft"
|
||||
"enableDropsForNonPlayer": true,
|
||||
"enableCrashExplosion": true,
|
||||
"enableCrashBlockDestruction": false,
|
||||
"enableCrashFire": false,
|
||||
"crashExplosionRadius": 2.0,
|
||||
"crashDamage": 2.0,
|
||||
"preventKillThroughCrash": true,
|
||||
"healthBarRow": 0,
|
||||
"damagePerHealthPoint": 30,
|
||||
"separateCamera": true,
|
||||
"useThirdPersonByDefault": true,
|
||||
"enableTrails": true,
|
||||
"renderDistance": 192.0,
|
||||
"fuelConsumption": 1.0,
|
||||
"windClearWeather": 1.0,
|
||||
"windRainWeather": 3.0,
|
||||
"windThunderWeather": 3.0,
|
||||
"repairSpeed": 0.025,
|
||||
"repairExhaustion": 0.5,
|
||||
"collisionDamage": true,
|
||||
"collisionDamageMultiplier": 40.0,
|
||||
"burnFuelInCreative": false,
|
||||
"acceptVanillaFuel": true,
|
||||
"useCustomKeybindSystem": true,
|
||||
"showHotbarEngineGauge": true,
|
||||
"weaponsAreDestructive": false,
|
||||
"dropAircraft": true,
|
||||
"dropInventory": true,
|
||||
"dropUpgrades": false,
|
||||
"regenerateHealthEveryNTicks": 0,
|
||||
"requireShiftForRepair": false,
|
||||
"bombBayEntity": {
|
||||
"minecraft:egg": "tfc:chicken"
|
||||
},
|
||||
"rotaryCannonDamage": 5.0,
|
||||
"heavyCrossBowVelocity": 3.0,
|
||||
"fuelList": {
|
||||
"minecraft:blaze_powder": 1200,
|
||||
"gtceu:coke_gem": 1200,
|
||||
"beneath:cursecoal": 1200
|
||||
},
|
||||
"validDimensions": {
|
||||
"minecraft:the_end": true,
|
||||
"minecraft:the_nether": true,
|
||||
"minecraft:overworld": true,
|
||||
"ad_astra:earth_orbit": false,
|
||||
"ad_astra:moon": false,
|
||||
"ad_astra:moon_orbit": false,
|
||||
"ad_astra:mars": false,
|
||||
"ad_astra:mars_orbit": false,
|
||||
"ad_astra:venus": true,
|
||||
"ad_astra:venus_orbit": false,
|
||||
"ad_astra:mercury": false,
|
||||
"ad_astra:mercury_orbit": false,
|
||||
"ad_astra:glacio": false,
|
||||
"ad_astra:glacio_orbit": false
|
||||
},
|
||||
"gunpowderAmmunition": {
|
||||
"minecraft:gunpowder": 100
|
||||
},
|
||||
"arrowAmmunition": {
|
||||
"minecraft:arrow": 100,
|
||||
"minecraft:spectral_arrow": 100,
|
||||
"minecraft:tipped_arrow": 100
|
||||
},
|
||||
"bombBayAmmunition": {
|
||||
"minecraft:tnt": 100,
|
||||
"gtceu:powderbarrel": 80,
|
||||
"gtceu:industrial_tnt": 50,
|
||||
"gtceu:dynamite": 200
|
||||
},
|
||||
"version": 1,
|
||||
"name": "immersive_aircraft"
|
||||
}
|
||||
|
|
@ -1,32 +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
|
||||
},
|
||||
"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,
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue