summaryrefslogtreecommitdiff
path: root/eclipse/config/aroma1997
diff options
context:
space:
mode:
authorFoghrye4 <foghrye4@gmail.com>2017-06-17 08:12:18 +0300
committerFoghrye4 <foghrye4@gmail.com>2017-06-17 08:12:18 +0300
commitdc3df3edd5843bde0c1335d6a8e460b2c832aa48 (patch)
treeaf13bfeee567f2351e35e1ef176d168fe37c8aac /eclipse/config/aroma1997
parent1da8dcd58647e34c9af94ceeecaeaf3b0d08c48c (diff)
full project files
Diffstat (limited to 'eclipse/config/aroma1997')
-rw-r--r--eclipse/config/aroma1997/Aroma1997Core.cfg24
-rw-r--r--eclipse/config/aroma1997/Uncomplication-Replacement.ini23
-rw-r--r--eclipse/config/aroma1997/Uncomplication.cfg26
3 files changed, 73 insertions, 0 deletions
diff --git a/eclipse/config/aroma1997/Aroma1997Core.cfg b/eclipse/config/aroma1997/Aroma1997Core.cfg
new file mode 100644
index 0000000..a83102f
--- /dev/null
+++ b/eclipse/config/aroma1997/Aroma1997Core.cfg
@@ -0,0 +1,24 @@
+# Configuration file
+
+debug {
+ B:debuggingEnabled=false
+}
+
+
+general {
+ # If Aroma1997Core should run a VersionCheck.
+ B:checkVersion=true
+}
+
+
+sound {
+ # If true, some sounds can be disabled.
+ B:muffleSounds=false
+
+ # If sounds should get muffled, the sounds to muffle.
+ S:soundsToMuffle <
+ ambient.weather.rain
+ >
+}
+
+
diff --git a/eclipse/config/aroma1997/Uncomplication-Replacement.ini b/eclipse/config/aroma1997/Uncomplication-Replacement.ini
new file mode 100644
index 0000000..81d9d58
--- /dev/null
+++ b/eclipse/config/aroma1997/Uncomplication-Replacement.ini
@@ -0,0 +1,23 @@
+; uncomplication replacement
+; created 27.12.2015 13:52:13
+;---
+
+; Lapis Lazuli Plate
+IC2:itemPlates@8 = minecraft:dye@4
+; Refined Iron Plate
+IC2:itemPlates@5 = OreDict:ingotSteel
+; Iron Plate
+IC2:itemPlates@4 = minecraft:iron_ingot
+; Obsidian Plate
+IC2:itemPlates@7 = minecraft:obsidian
+; Tin Plate
+IC2:itemPlates@1 = OreDict:ingotTin
+; Copper Plate
+IC2:itemPlates = OreDict:ingotCopper
+; Gold Plate
+IC2:itemPlates@3 = minecraft:gold_ingot
+; Bronze Plate
+IC2:itemPlates@2 = OreDict:ingotBronze
+; Lead Plate
+IC2:itemPlates@6 = OreDict:ingotLead
+
diff --git a/eclipse/config/aroma1997/Uncomplication.cfg b/eclipse/config/aroma1997/Uncomplication.cfg
new file mode 100644
index 0000000..7bdd7e2
--- /dev/null
+++ b/eclipse/config/aroma1997/Uncomplication.cfg
@@ -0,0 +1,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
+}
+
+