blob: 7bdd7e2924438574aa64870d189334d83888eeb1 (
plain)
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
|
# Configuration file
classic-e-net {
# This enables the custom classic-like E-Net. This also disables IC2's own E-Net! [default: true]
B:enable=true
# If this is set to true, it will instead of exploding, a machine will just stop accepting energy. [default: false]
B:enableIC2EasyMode=false
}
general {
# This will enable the recipe overrider. This means, you can use Ingots instead of plates in crafting recipes. See Uncomplication-Replacement.ini for more information. [default: true]
B:addCraftingRecipes=true
# This will enable the MachineRecipeOverrider, so you can use Ingots instead of Plates in machines. [default: true]
B:addMachineRecipes=true
# If you set this to true, Uncomplication will add its blocks and items. [default: true]
B:enableBlocksItems=true
# This will hide the recipes that are overridden from NEI, so you can't see them anymore. [default: true]
B:hideOldRecipes=true
}
|