#When an Oil Lake would be generated at the surface (see 'oil_generation_chance'), percentage chance that this will actually generate a lake. Set to 0 for no surface oil lakes, and fewer lakes overall. Higher values don't guarantee surface oil lakes, but make them more likely, as well as making oil lakes more likely overall. It is recommended to adjust this value in conjunction with 'oil_generation_chance'.
#Maximum number of blocks in the area defined in an Area Programming Puzzle Piece
#Range: > 1
max_programming_area=250000
#Oil worldgen blacklist: add biome IDs to this list if you don't want oil worldgen to happen there. This works in conjunction with 'oil_world_gen_category_blacklist' - if a biome matches either, then no oil lakes will generate there.
#Oil worldgen blacklist by biome category: add biome categories to this list if you don't want oil worldgen to happen there. Accepted categories are: beach, desert, extreme_hills, forest, icy, jungle, mesa, mushroom, nether, none, ocean, plains, river, savanna, swamp, taiga, the_end. This works in conjunction with 'oil_world_gen_blacklist' - if a biome matches either, then no oil lakes will generate there.
#Fluids at least as hot as this temperature (Kelvin) will be auto-registered as Liquid Compressor fuels, the quality being dependent on fluid temperature.
#Drones render their held item (the item in slot 0 of their inventory) ? Note: this is in common config since if enabled, server needs to sync the item data to the client.
drones_render_held_item=true
#Are drones allowed to import Experience Orbs and convert them to Memory Essence fluid?
drones_can_import_xp_orbs=true
#Show particle trail indicating the currently-debugged drone's planned path
drone_debugger_path_particles=true
#Blacklisted entity ID's, which the Vacuum Trap will not try to absorb. Note that players, tamed entities, boss entities, and PneumaticCraft drones may never be absorbed, regardless of config settings.
#Can the Liquid Hopper absorb/dispense fluids into the world with a Dispenser Upgrade?
liquid_hopper_dispenser=true
#Can the Omnidirectional Hopper dispense items into the world with a Dispenser Upgrade?
omni_hopper_dispenser=true
#The ratio of liquid plastic to solid plastic sheets in the Plastic Mixer, in mB per sheet. If set to 0, no default liquid->solid plastic recipe will be added (but CraftTweaker or API can be used to add recipes)
#When set to true, the Kerosene Lamp's fake air blocks won't be registered and therefore removed from the world. Useful if this causes trouble (it shouldn't though)
disable_kerosene_lamp_fake_air_block=false
#The minimum interval in ticks between which fluid tank contents should be synced to clients. Smaller values mean smoother visual tank updates, but more of a performance cost in terms of network syncing. Note that fluid tank sync packets are also only sent when a fluid tank changes by more than 1% of its capacity, or 1000mB, whichever is smaller.
#Precision to which pressurizable item air levels are synced to client. Default of 10 is precise enough to show pressure to 1 decimal place, which is what is display in client tooltips & pneumatic armor HUD. Lower values will sync less precisely, reducing server->client network traffic. Values higher than 10 are not recommended (will cause extra network traffic for no benefit).
#Range: 1 ~ 100
pressurizable_sync_precision=10
#When set to true, Drones will not execute any program. This is useful to set to true when due to a bug Drones are lagging your server or crashing it. Please report the bug if you encounter it.
stop_drone_ai=false
#Don't remove a water source block when picking up (drones, liquid hoppers, gas lift) if it has at least two water source neighbours. This can reduce lag due to frequent block updates, and can also potentially make water import much faster. Set this to false if you want no-infinite-water rules in a world, or want to limit the speed of water importing to vanilla block update rates.
dont_update_infinite_water_sources=true
#How far will a drone go to find a Charging Station when it's low on air? Note: drones will teleport, possibly across the world to someone else's base, if this range is very large.
#Range: > 16
max_drone_charging_station_search_range=80
["Micromissile Properties"]
#Base explosion damage (modified by missile setup)
#Range: 0.0 ~ 1.7976931348623157E308
base_explosion_damage=1.0
#Do micromissile explosions cause terrain damage?
damage_terrain=false
#Cooldown for missile firing in ticks
#Range: > 0
launch_cooldown=15
#Base missile lifetime in ticks (modified by missile setup)
#Mekanism thermal resistance multiplier. Larger values mean slower heat transfer between Mekanism and PneumaticCraft blocks.
#Range: 1.0 ~ 1.7976931348623157E308
mek_thermal_resistance_factor=5.0
#Mekanism <-> PneumaticCraft heat conversion efficiency. Set to 0 to disable Mekanism heat integration entirely. Note that Mekanism and PNC use a similar heat system, but scale things quite differently (Mekanism heaters produces a LOT of heat by PneumaticCraft standards), so conversion efficiency tuning is important for inter-mod balance.
#Range: 0.0 ~ 2.0
mek_thermal_conversion_efficiency=0.01
[Recipes]
#Enable/disable explosion crafting (iron->compressed iron). If you disable this, you'll need another way to get compressed iron initially.
explosion_crafting=true
#Enable crafting diamonds from coal blocks in the pressure chamber
#Ambient temperature modifier by biome (default 25 gives the Nether a heat boost of 30C)
#Range: 0.0 ~ 1000.0
ambientTemperatureBiomeModifier=25.0
#Ambient temperature increase by altitude, in degrees per block below 48 (or 75% of sea level). Note that temperature decrease per block above 64 is handled by vanilla.
#Add a village house for the Pressure Mechanic? Note: setting this to false won't affect any already-generated houses, only disable new generation.
addMechanicHouse=true
#Which trades should the Pressure Mechanic offer? ALL will offer all trades. PCB_BLUEPRINT will offer *only* the PCB Blueprint, an item required for normal progression through the mod. NONE will offer nothing (but the PCB Blueprint is also available via Amadron by default). Note that changing this won't affect any already-spawned Pressure Mechanics.