1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
# Configuration file
mekce {
# Turn off the BIN synthesis recipe
B:BinRecipeClosed=false
# Close Bin to remove items
B:BinRecipeRemovesItem=false
# How long to wait and retry if the machine is unable to export its own gas or fluid. Helps optimize performance.
I:EjectionFailureDelay=20
# Let Configurator clear Create Gas Tank
B:EmptyToCreateGasTank=false
# Let Configurator clear Create Bin
B:EmptytoCreateBin=false
# Let Configurator clear Create Fluid Tank
B:EmptytoCreateFluidTank=false
# If true, a buff effect will be added to the player each time Canteen is used
B:EnableBuff=false
# Enable the configurator's wrench mode
B:EnableConfiguratorWrench=true
# Allows oredict'ed diamonds to be used in the enrichment chamber, like synthetic diamonds.
B:EnableDiamondCompat=true
# Enabling Structural Glass for the Thermal Evaporation Plant may contain some issues
B:EnableGlassInThermal=false
# Allows poor ores from railcraft to be used in the purification chamber and gives one clump ie one ingot.
B:EnablePoorOresCompat=true
# Allows quartz dust to be enriched into quartz Also allows quartz ore to be enriched into quartz dust
B:EnableQuartzCompat=true
# When a mod that adds silicon (galacticraft, enderio, projectred and ae2) is detected, recipe for control circuit is changed from using iron to silicon in the metalurgic infuser
B:EnableSiliconCompat=false
# Enable an upgrade similar to IC2
B:EnableUpgradeConfigure=false
# If true, the fluid ejection is based on the number of tanks in the tank
B:FluidEjectionSettings=false
# The speed at which the machine ejects fluid
I:FluidEjectionSpeed=256
# If true, the gas ejection is based on the number of tanks in the tank
B:GasEjectionSettings=false
# The speed at which the machine ejects gas
I:GasEjectionSpeed=256
# If true, the shutdown requires The One Probe item to sneak up to display the amount inside the gas tank
B:GasTop=false
# Color for the Gas bar border
I:GasTopBarBorder=-73408
# Every how many ticks pop up an item, the default is 10 ticks
I:ItemEjectionDelay=10
# If true, the Item Ejection Delay is ignored
B:ItemsEjectWithoutDelay=false
# The maximum number of energy upgrades that can be installed
I:MAXEnergyUpgrade=8
# The maximum number of stacks that can be stacked for energy upgrades
I:MAXEnergyUpgradeSize=8
# The maximum number of gas upgrades that can be installed
I:MAXGasUpgrade=8
# The maximum number of stacks that can be stacked for gas upgrades
I:MAXGasUpgradeSize=8
# The maximum number of muffling upgrades that can be installed
I:MAXMufflingUpgrade=4
# The maximum number of stacks that can be stacked for muffling upgrades
I:MAXMufflingUpgradeSize=4
# The maximum number of speed upgrades that can be installed
I:MAXSpeedUpgrade=8
# The maximum number of stacks that can be stacked for speed upgrades
I:MAXSpeedUpgradeSize=8
# The maximum number of thread upgrades that can be installed
I:MAXThreadUpgrade=8
# The maximum number of stacks that can be stacked for thread upgrades
I:MAXThreadUpgradeSize=8
# The maximum number of stacks that can be stacked in Tier Instale
I:MAXTierSize=8
# Modify the maximum speed multiplier for some machines
I:Maximumspeedmultiplierforsomemachines=256
# Turn off automatic change gas and fluid ejection mode in Rotary Condensentrator?
B:RotaryCondensentratorAuto=false
# Displays hidden gas in creative gas tanks, which is invalid if PrefilledGasTanks is not enabled
B:ShowHiddenGases=true
# When turning seeds into crops, the opportunity to produce log in each operation in Organic Farm.
D:log=1.0
# When turning seeds into crops, the chance to produce seeds for each operation in Organic Farm
D:seed=1.0
}
|