aircraft configs

This commit is contained in:
Pyritie 2025-06-18 01:27:34 +01:00
parent 75d2767402
commit 4ae60492d4

View file

@ -1,59 +1,74 @@
{ {
"enableDropsForNonPlayer": true, "enableDropsForNonPlayer": true,
"enableCrashExplosion": true, "enableCrashExplosion": true,
"enableCrashBlockDestruction": false, "enableCrashBlockDestruction": false,
"enableCrashFire": false, "enableCrashFire": false,
"crashExplosionRadius": 2.0, "crashExplosionRadius": 2.0,
"crashDamage": 2.0, "crashDamage": 2.0,
"preventKillThroughCrash": true, "preventKillThroughCrash": true,
"healthBarRow": 0, "healthBarRow": 0,
"damagePerHealthPoint": 30, "damagePerHealthPoint": 30,
"separateCamera": true, "separateCamera": true,
"useThirdPersonByDefault": true, "useThirdPersonByDefault": true,
"enableTrails": true, "enableTrails": true,
"renderDistance": 192.0, "renderDistance": 192.0,
"fuelConsumption": 1.0, "fuelConsumption": 1.0,
"windClearWeather": 1.0, "windClearWeather": 1.0,
"windRainWeather": 3.0, "windRainWeather": 3.0,
"windThunderWeather": 3.0, "windThunderWeather": 3.0,
"repairSpeed": 0.025, "repairSpeed": 0.025,
"repairExhaustion": 0.5, "repairExhaustion": 0.5,
"collisionDamage": true, "collisionDamage": true,
"collisionDamageMultiplier": 40.0, "collisionDamageMultiplier": 40.0,
"burnFuelInCreative": false, "burnFuelInCreative": false,
"acceptVanillaFuel": true, "acceptVanillaFuel": true,
"useCustomKeybindSystem": true, "useCustomKeybindSystem": true,
"showHotbarEngineGauge": true, "showHotbarEngineGauge": true,
"weaponsAreDestructive": false, "weaponsAreDestructive": false,
"dropAircraft": true, "dropAircraft": true,
"dropInventory": true, "dropInventory": true,
"dropUpgrades": false, "dropUpgrades": false,
"regenerateHealthEveryNTicks": 0, "regenerateHealthEveryNTicks": 0,
"requireShiftForRepair": false, "requireShiftForRepair": false,
"bombBayEntity": { "bombBayEntity": {
"minecraft:egg": "tfc:chicken" "minecraft:egg": "tfc:chicken"
}, },
"rotaryCannonDamage": 5.0, "rotaryCannonDamage": 5.0,
"heavyCrossBowVelocity": 3.0, "heavyCrossBowVelocity": 3.0,
"fuelList": { "fuelList": {
"minecraft:blaze_powder": 1200 "minecraft:blaze_powder": 1200,
}, "gtceu:coke_gem": 1200,
"validDimensions": { "beneath:cursecoal": 1200
"minecraft:the_end": true, },
"minecraft:the_nether": true, "validDimensions": {
"minecraft:overworld": true "minecraft:the_end": true,
}, "minecraft:the_nether": true,
"gunpowderAmmunition": { "minecraft:overworld": true,
"minecraft:gunpowder": 100 "ad_astra:earth_orbit": false,
}, "ad_astra:moon": false,
"arrowAmmunition": { "ad_astra:moon_orbit": false,
"minecraft:arrow": 100, "ad_astra:mars": false,
"minecraft:spectral_arrow": 100, "ad_astra:mars_orbit": false,
"minecraft:tipped_arrow": 100 "ad_astra:venus_orbit": false,
}, "ad_astra:mercury": false,
"bombBayAmmunition": { "ad_astra:mercury_orbit": false,
"minecraft:tnt": 100 "ad_astra:glacio": false,
}, "ad_astra:glacio_orbit": false
"version": 1, },
"name": "immersive_aircraft" "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"
} }