Skip to content

Configuration 9.10.27 to CURRENT

maggi373 edited this page Jan 23, 2024 · 6 revisions

This list only shows the configuration added in the community edition, and this is an incomplete list.

MEK:CE config file system change

In MEK:CE 9.10.27, the config file system was changed again, see below where configs moved.

  • configs added by MEK:CE was moved to its own config file to make new user experience easier.
    • MEK:CE configuration in catogory client in Mekanism.cfg went to mekce_client in MekanismCE.cfg
    • MEK:CE configuration in catogory general in Mekanism.cfg went to mekce in MekanismCE.cfg
    • MEK:CE configuration in catogory generators in MekanismGenerators.cfg went to mekce_generators in MekanismCE.cfg
  • There was also a namechange for catogry Recipes in MekanismRecipes to recipes.
  • There was also a namechange for winddimensionids to Winddimensionids
  • There was also a namechange for enableBoPProgression to EnableBoPProgression

In MEK:CE 9.10.18, the config file system was changed, see below where configs moved.

  • config/mekanism/BoxBlacklist.txt has been renamed into config/mekanism/MekanismCardboardBoxBlacklist.txt
  • config/Mekanism.cfg has been split up into four config files that will now be under the mekanism folder
    • Catogory recipes and generationrecipes has been moved to config/mekanism/MekanismRecipes.cfg
    • Catogory generation has been moved to config/mekanism/MekanismGenerators.cfg
    • Catogory tools has been moved to config/mekanism/MekanismTools.cfg
    • The remaning catogories has been moved to config/mekanism/Mekanism.cfg

Mekanism

General

UpdateNotificationsv2

Thorfusion update notification server

B:UpdateNotificationsv2=false

MethaneBurnTime

Multiplier applied to Methane Gas duration in a Bio-Generator.

I:MethaneBurnTime=

MekanismCE

mekce_client

DoMultiblockSparkle

Multiblock Structures emit particles on completion.

B:DoMultiblockSparkle=true

MultiblockSparkleIntesity

Regulates the number of particles spawned when a multiblock structure is valid.

I:MultiblockSparkleIntesity=6

mekce

DigitalMinerMaxRadius

This allows to change the maxium range for the digital miner

# Select range from 1 to 64, we do not recommend going over 32
I:DigitalMinerMaxRadius=32

EnableDiamondCompat

Allows oredict'ed diamonds to be used in the enrichment chamber, like synthetic diamonds.

B:EnableDiamondCompat=true

EnablePoorOresCompat

Allows poor ores from railcraft to be used in the purification chamber and gives one clump ie one ingot.

B:EnablePoorOresCompat=true

EnableQuartzCompat

Allows quartz dust to be enriched into quartz Also allows quartz ore to be enriched into quartz dust

B:EnableQuartzCompat=true

EnableSiliconCompat

When a mod that adds silicon (galacticraft, enderio and projectred) is detected, recipe for control circuit is changed from using iron to silicon in the metalurgic infuser

B:EnableSiliconCompat=true

EnableBoPProgression

Name changed to have a capital letter in the start in 9.10.27. when true and biome's o plenty is installed atomic alloy is made by using ender instead of obsidian

B:enableBoPProgression=true

EnableSingleUseCardboxes

This allows to force single use on cardboxes or not

B:EnableSingleUseCardboxes=true

IC2SinkTier

Sets the tier for mekanism machines to use when using industrialcraft energy

# Tier level for machines, we recommend setting it to tier 2 for ic2 classic
I:IC2SinkTier=4

IC2SourceTier

Sets the tier for mekanism generators to use when using industrialcraft energy

# Tier level for generators, we recommend setting it to tier 2 for ic2 classic
I:IC2SourceTier=4

OreDictOsmium

Adds the oredict (osmium) to osmium

B:OreDictOsmium=true

OreDictPlatinum

Adds the oredict (platinum) to osmium

B:OreDictPlatinum=false

accurateHeavyWaterCapture

B:accurateHeavyWaterCapture=true

heavyWaterChance

I:heavyWaterChance=4

mekce_generation

BiogasDuration

Multiplier applied to the duration of Biomass in the Bio-Generator

D:BioGeneration=

EthanolDuration

Multiplier applied to the duration of Ethanol in the Bio-Generator

I:EthanolDuration=

EthanolMultiplier

Multiplier applied to the energy output of Ethanol in the Bio-Generator

D:EthanolMultiplier=

EnableWindmillWhitelist

This enables or disables the dimension whitelist for windmills

B:EnableWindmillWhitelist=true

Winddimensionids

Name changed to have a capital letter in the start in 9.10.27. If you want to whitelist the dimension 0, -14, -20 and 34 you can do

    # List of dimension id to be whitelisted [default: [0]]
    S:winddimensionids <
        0
        -14
        -20
        34
     >

MekanismRecipes

This allows the option to disable certain recipes in mekanism 9.10.27 fixes an issue with the catogories, went from Recipes to recipes.