From e57a5f0ad1b8381813ceb2935f013b58677d29fc Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Tue, 23 Sep 2014 19:27:19 -0500 Subject: [PATCH] Added Recipes. --- .../recipes/crafting.recipe | 69 ++++++ .../recipes/dyes_covered.recipe | 96 +++++++ .../recipes/dyes_dense.recipe | 96 +++++++ .../recipes/dyes_glass.recipe | 96 +++++++ .../recipes/dyes_smart.recipe | 96 +++++++ .../recipes/hightech.recipe | 14 ++ .../appliedenergistics2/recipes/index.recipe | 67 +++++ .../appliedenergistics2/recipes/new.recipe | 189 ++++++++++++++ .../recipes/paint_balls.recipe | 195 +++++++++++++++ .../appliedenergistics2/recipes/port.recipe | 234 ++++++++++++++++++ .../recipes/process.recipe | 232 +++++++++++++++++ .../recipes/storagecells.recipe | 133 ++++++++++ .../appliedenergistics2/recipes/tools.recipe | 88 +++++++ .../recipes/unsorted.recipe | 22 ++ .../recipes/vanilla_enhance.recipe | 12 + 15 files changed, 1639 insertions(+) create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/crafting.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/dyes_covered.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/dyes_dense.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/dyes_glass.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/dyes_smart.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/hightech.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/index.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/new.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/paint_balls.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/port.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/process.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/storagecells.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/tools.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/unsorted.recipe create mode 100644 src/main/resources/assets/appliedenergistics2/recipes/vanilla_enhance.recipe diff --git a/src/main/resources/assets/appliedenergistics2/recipes/crafting.recipe b/src/main/resources/assets/appliedenergistics2/recipes/crafting.recipe new file mode 100644 index 000000000..e161c1ef6 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/crafting.recipe @@ -0,0 +1,69 @@ + +shaped= + ae2:BlockQuartzGlass mc:glowstone_dust ae2:BlockQuartzGlass, + mc:glowstone_dust certusCrystal mc:glowstone_dust, + mc:iron_ingot mc:iron_ingot mc:iron_ingot + -> ae2:ItemMaterial.BlankPattern + +shaped= + ae2:ItemMaterial.BasicCard mc:crafting_table + -> ae2:ItemMaterial.CardCrafting + +shaped= + ae2:ItemMaterial.FormationCore mc:iron_ingot _, + mc:iron_ingot ae2:ItemMaterial.Cell4kPart _, + _ _ ae2:BlockEnergyCell + -> ae2:ToolColorApplicator + +shapeless= + monitor interface ae2:ItemMaterial.EngProcessor + -> ae2:ItemPart.InterfaceTerminal + +shapeless= + ae2:ItemPart.CraftingTerminal ae2:ItemMaterial.EngProcessor + -> ae2:ItemPart.PatternTerminal + +shaped= + mc:iron_ingot ae2:BlockQuartzGlass mc:iron_ingot, + ae2:ItemMaterial.AnnihilationCore mc:crafting_table ae2:ItemMaterial.FormationCore, + mc:iron_ingot ae2:BlockQuartzGlass mc:iron_ingot + -> ae2:BlockMolecularAssembler + +shaped= + mc:iron_ingot ae2:ItemMaterial.CalcProcessor mc:iron_ingot, + cable ae2:ItemMaterial.LogicProcessor cable, + mc:iron_ingot ae2:ItemMaterial.CalcProcessor mc:iron_ingot + -> ae2:BlockCraftingUnit:0 + +# co processor +shapeless= + ae2:BlockCraftingUnit:0 + ae2:ItemMaterial.EngProcessor + -> ae2:BlockCraftingUnit:1 + +shapeless= + ae2:BlockCraftingUnit:0 + ae2:ItemPart.StorageMonitor + -> ae2:BlockCraftingMonitor + +# various storage sizes + +shapeless= + ae2:BlockCraftingUnit:0 + ae2:ItemMaterial.Cell1kPart + -> ae2:BlockCraftingStorage:0 + +shapeless= + ae2:BlockCraftingUnit:0 + ae2:ItemMaterial.Cell4kPart + -> ae2:BlockCraftingStorage:1 + +shapeless= + ae2:BlockCraftingUnit:0 + ae2:ItemMaterial.Cell16kPart + -> ae2:BlockCraftingStorage:2 + +shapeless= + ae2:BlockCraftingUnit:0 + ae2:ItemMaterial.Cell64kPart + -> ae2:BlockCraftingStorage:3 diff --git a/src/main/resources/assets/appliedenergistics2/recipes/dyes_covered.recipe b/src/main/resources/assets/appliedenergistics2/recipes/dyes_covered.recipe new file mode 100644 index 000000000..f3a351b27 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/dyes_covered.recipe @@ -0,0 +1,96 @@ + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeWhite ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.White + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeBlack ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Black + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeRed ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Red + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeGreen ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Green + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeBrown ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Brown + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeBlue ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Blue + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyePurple ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Purple + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeCyan ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Cyan + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeLightGray ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.LightGray + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeGray ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Gray + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyePink ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Pink + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeLime ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Lime + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeYellow ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Yellow + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeLightBlue ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.LightBlue + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeMagenta ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Magenta + +shaped= + ae2:CableCovered ae2:CableCovered ae2:CableCovered, + ae2:CableCovered oredictionary:dyeOrange ae2:CableCovered, + ae2:CableCovered ae2:CableCovered ae2:CableCovered + -> 8 ae2:CableCovered.Orange diff --git a/src/main/resources/assets/appliedenergistics2/recipes/dyes_dense.recipe b/src/main/resources/assets/appliedenergistics2/recipes/dyes_dense.recipe new file mode 100644 index 000000000..e43934d66 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/dyes_dense.recipe @@ -0,0 +1,96 @@ + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeWhite ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.White + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeBlack ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Black + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeRed ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Red + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeGreen ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Green + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeBrown ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Brown + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeBlue ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Blue + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyePurple ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Purple + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeCyan ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Cyan + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeLightGray ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.LightGray + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeGray ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Gray + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyePink ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Pink + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeLime ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Lime + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeYellow ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Yellow + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeLightBlue ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.LightBlue + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeMagenta ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Magenta + +shaped= + ae2:CableDense ae2:CableDense ae2:CableDense, + ae2:CableDense oredictionary:dyeOrange ae2:CableDense, + ae2:CableDense ae2:CableDense ae2:CableDense + -> 8 ae2:CableDense.Orange diff --git a/src/main/resources/assets/appliedenergistics2/recipes/dyes_glass.recipe b/src/main/resources/assets/appliedenergistics2/recipes/dyes_glass.recipe new file mode 100644 index 000000000..e91156df1 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/dyes_glass.recipe @@ -0,0 +1,96 @@ + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeWhite ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.White + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeBlack ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Black + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeRed ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Red + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeGreen ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Green + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeBrown ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Brown + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeBlue ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Blue + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyePurple ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Purple + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeCyan ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Cyan + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeLightGray ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.LightGray + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeGray ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Gray + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyePink ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Pink + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeLime ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Lime + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeYellow ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Yellow + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeLightBlue ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.LightBlue + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeMagenta ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Magenta + +shaped= + ae2:CableGlass ae2:CableGlass ae2:CableGlass, + ae2:CableGlass oredictionary:dyeOrange ae2:CableGlass, + ae2:CableGlass ae2:CableGlass ae2:CableGlass + -> 8 ae2:CableGlass.Orange diff --git a/src/main/resources/assets/appliedenergistics2/recipes/dyes_smart.recipe b/src/main/resources/assets/appliedenergistics2/recipes/dyes_smart.recipe new file mode 100644 index 000000000..8735083cb --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/dyes_smart.recipe @@ -0,0 +1,96 @@ + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeWhite ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.White + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeBlack ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Black + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeRed ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Red + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeGreen ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Green + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeBrown ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Brown + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeBlue ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Blue + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyePurple ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Purple + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeCyan ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Cyan + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeLightGray ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.LightGray + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeGray ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Gray + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyePink ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Pink + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeLime ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Lime + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeYellow ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Yellow + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeLightBlue ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.LightBlue + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeMagenta ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Magenta + +shaped= + ae2:CableSmart ae2:CableSmart ae2:CableSmart, + ae2:CableSmart oredictionary:dyeOrange ae2:CableSmart, + ae2:CableSmart ae2:CableSmart ae2:CableSmart + -> 8 ae2:CableSmart.Orange diff --git a/src/main/resources/assets/appliedenergistics2/recipes/hightech.recipe b/src/main/resources/assets/appliedenergistics2/recipes/hightech.recipe new file mode 100644 index 000000000..33aed1bc1 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/hightech.recipe @@ -0,0 +1,14 @@ + +# Quantum Link Chamber +shaped= + ae2:BlockQuartzGlass ae2:ItemMaterial.FluixPearl ae2:BlockQuartzGlass, + ae2:ItemMaterial.FluixPearl _ ae2:ItemMaterial.FluixPearl, + ae2:BlockQuartzGlass ae2:ItemMaterial.FluixPearl ae2:BlockQuartzGlass, + -> ae2:BlockQuantumLinkChamber + +# Quantum Ring +shaped= + mc:iron_ingot ae2:ItemMaterial.LogicProcessor mc:iron_ingot, + ae2:ItemMaterial.EngProcessor ae2:BlockEnergyCell densecable, + mc:iron_ingot ae2:ItemMaterial.LogicProcessor mc:iron_ingot, + -> ae2:BlockQuantumRing diff --git a/src/main/resources/assets/appliedenergistics2/recipes/index.recipe b/src/main/resources/assets/appliedenergistics2/recipes/index.recipe new file mode 100644 index 000000000..c05651fe1 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/index.recipe @@ -0,0 +1,67 @@ + +alias=mc -> minecraft +alias=ae2 -> appliedenergistics2 + +# Forge Ore Dictionary +# logWood, slabWood, stairWood, treeSapling, treeLeaves, +# oreGold, oreIron, oreLapis, oreDiamond, oreRedstone, oreEmerald, oreQuartz, oreCoal, +# stone, cobblestone, record, stickWood, plankWood, +# dyeBlack, dyeRed, dyeGreen, dyeBrown, dyeBlue, dyePurple, dyeCyan, dyeLightGray, dyeGray, dyePink, dyeLime, dyeYellow, dyeLightBlue, dyeMagenta, dyeOrange, dyeWhite + +# AE2 Ore Dictionary +ore=ae2:ItemMaterial.CertusQuartzCrystal -> crystalCertusQuartz +ore=ae2:ItemMaterial.FluixCrystal -> crystalFluix +ore=mc:quartz -> crystalNetherQuartz +ore=mc:wool:* -> blockWool +ore=mc:stained_hardened_clay:* -> blockStainedHardenedClay +ore=ae2:ItemMaterial.NetherQuartzDust -> dustNetherQuartz +ore=ae2:ItemMaterial.CertusQuartzDust -> dustCertusQuartz +ore=ae2:ItemMaterial.FluixDust -> dustFluix + +group= mc:iron_ingot oredictionary:ingotCopper oredictionary:ingotTin oredictionary:ingotSilver oredictionary:ingotLead oredictionary:ingotBronze oredictionary:ingotBrass oredictionary:ingotNickel oredictionary:ingotInvar oredictionary:ingotAluminium -> metalIngots +group= oredictionary:dustEnder oredictionary:dustEnderPearl -> dustEnder + +group=oredictionary:blockGlass oredictionary:glass mc:glass -> glass +group=oredictionary:wool mc:wool:* -> wool + +group=oredictionary:crystalCertusQuartz oredictionary:crystalNetherQuartz ae2:ItemMaterial.CertusQuartzCrystalCharged -> crystalQuartz +group=oredictionary:dustCertusQuartz oredictionary:dustNetherQuartz -> dustQuartz + +group=oredictionary:crystalCertusQuartz ae2:ItemMaterial.CertusQuartzCrystalCharged ae2:ItemMaterial.PureifiedCertusQuartzCrystal -> certusCrystal +group=oredictionary:crystalNetherQuartz ae2:ItemMaterial.PureifiedNetherQuartzCrystal -> netherCrystal +group=oredictionary:crystalFluix ae2:ItemMaterial.PureifiedFluixCrystal -> fluixCrystal + +# Crash on Issues +crash=false + +# Hides Exceptions and just display messages. +exceptions=false + +# Error on Missing Items ( default is no because AE2 allows you to enable/disable items without modifying recipes. ) +erroronmissing=true + +ore= ae2:ItemPart.SemiDarkMonitor -> itemIlluminatedPanel +ore= ae2:ItemPart.Monitor -> itemIlluminatedPanel +ore= ae2:ItemPart.DarkMonitor -> itemIlluminatedPanel + +group= oredictionary:itemIlluminatedPanel -> monitor +group= ae2:BlockInterface ae2:ItemPart.Interface -> interface + +group= ae2:ToolCertusQuartzCuttingKnife:* ae2:ToolNetherQuartzCuttingKnife:* -> knife +group= ae2:ToolCertusQuartzWrench ae2:ToolNetherQuartzWrench -> wrench + +group= ae2:CableGlass ae2:CableCovered ae2:CableSmart -> cable +group= ae2:CableDense -> densecable + +import=tools.recipe +import=process.recipe +import=storagecells.recipe +import=port.recipe +import=new.recipe +import=dyes_glass.recipe +import=dyes_covered.recipe +import=dyes_smart.recipe +import=dyes_dense.recipe +import=paint_balls.recipe +import=crafting.recipe +import=vanilla_enhance.recipe diff --git a/src/main/resources/assets/appliedenergistics2/recipes/new.recipe b/src/main/resources/assets/appliedenergistics2/recipes/new.recipe new file mode 100644 index 000000000..959fd232d --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/new.recipe @@ -0,0 +1,189 @@ + +# Processor Recipes + +inscribe= + mc:iron_block ae2:ItemMaterial.LogicProcessorPress + -> ae2:ItemMaterial.LogicProcessorPress + +inscribe= + mc:iron_block ae2:ItemMaterial.CalcProcessorPress + -> ae2:ItemMaterial.CalcProcessorPress + +inscribe= + mc:iron_block ae2:ItemMaterial.EngProcessorPress + -> ae2:ItemMaterial.EngProcessorPress + +inscribe= + mc:iron_block ae2:ItemMaterial.SiliconPress + -> ae2:ItemMaterial.SiliconPress + +inscribe= + mc:gold_ingot ae2:ItemMaterial.LogicProcessorPress + -> ae2:ItemMaterial.LogicProcessorPrint + +inscribe= + ae2:ItemMaterial.PureifiedCertusQuartzCrystal ae2:ItemMaterial.CalcProcessorPress + -> ae2:ItemMaterial.CalcProcessorPrint + +inscribe= + oredictionary:gemDiamond ae2:ItemMaterial.EngProcessorPress + -> ae2:ItemMaterial.EngProcessorPrint + +inscribe= + oredictionary:itemSilicon ae2:ItemMaterial.SiliconPress + -> ae2:ItemMaterial.SiliconPrint + +press= + mc:redstone ae2:ItemMaterial.LogicProcessorPrint ae2:ItemMaterial.SiliconPrint + -> ae2:ItemMaterial.LogicProcessor + +press= + mc:redstone ae2:ItemMaterial.CalcProcessorPrint ae2:ItemMaterial.SiliconPrint + -> ae2:ItemMaterial.CalcProcessor + +press= + mc:redstone ae2:ItemMaterial.EngProcessorPrint ae2:ItemMaterial.SiliconPrint + -> ae2:ItemMaterial.EngProcessor + +# Other New stuff + +shaped= + mc:iron_ingot mc:iron_ingot mc:iron_ingot, + mc:iron_ingot mc:furnace mc:iron_ingot, + mc:iron_ingot ae2:BlockEnergyAcceptor mc:iron_ingot + -> ae2:BlockVibrationChamber + +shaped= + mc:iron_ingot ae2:BlockChest mc:iron_ingot, + cable ae2:ItemMaterial.Cell16kPart cable, + mc:iron_ingot ae2:ItemMaterial.EngProcessor mc:iron_ingot + -> ae2:BlockSecurity + +shapeless= + wrench monitor ae2:ItemMaterial.CalcProcessor mc:chest + -> ae2:ToolNetworkTool + +shaped= + certusCrystal oredictionary:dustFluix certusCrystal, + oredictionary:dustFluix ae2:BlockQuartzGlass oredictionary:dustFluix, + certusCrystal oredictionary:dustFluix certusCrystal + -> ae2:BlockEnergyCell + +shaped= + ae2:BlockEnergyCell ae2:BlockEnergyCell ae2:BlockEnergyCell, + ae2:BlockEnergyCell ae2:ItemMaterial.CalcProcessor ae2:BlockEnergyCell, + ae2:BlockEnergyCell ae2:BlockEnergyCell ae2:BlockEnergyCell + -> ae2:BlockDenseEnergyCell + +shaped= + ae2:BlockChest ae2:ItemMaterial.Cell1kPart ae2:BlockEnergyCell + -> ae2:ToolPortableCell + +shaped= + ae2:ItemMaterial.CertusQuartzCrystalCharged _ _, + _ mc:iron_ingot _, + _ _ mc:iron_ingot + -> ae2:ToolChargedStaff + +shaped= + fluixCrystal ae2:BlockEnergyCell _, + ae2:ItemMaterial.EngProcessor mc:iron_ingot _, + _ _ mc:iron_ingot + -> ae2:ToolEntropyManipulator + +shaped= + netherCrystal oreDictionary:dustFluix ae2:ItemMaterial.LogicProcessor + -> 2 ae2:ItemMaterial.AnnihilationCore + +shaped= + certusCrystal oreDictionary:dustFluix ae2:ItemMaterial.LogicProcessor + -> 2 ae2:ItemMaterial.FormationCore + +shaped= + ae2:ItemMaterial.EngProcessor mc:iron_ingot mc:iron_ingot, + mc:gold_ingot mc:redstone mc:gold_ingot + -> ae2:ToolBiometricCard + +# Memory Card +shaped= + ae2:ItemMaterial.CalcProcessor mc:iron_ingot mc:iron_ingot, + mc:gold_ingot mc:redstone mc:gold_ingot + -> ae2:ToolMemoryCard + +shaped= + mc:gold_ingot mc:iron_ingot _, + mc:redstone ae2:ItemMaterial.CalcProcessor mc:iron_ingot, + mc:gold_ingot mc:iron_ingot _ + -> 2 ae2:ItemMaterial.BasicCard + +shaped= + _ mc:glowstone_dust ae2:BlockQuartzGlass, + mc:iron_ingot mc:redstone ae2:BlockQuartzGlass, + _ mc:glowstone_dust ae2:BlockQuartzGlass + -> 3 ae2:ItemPart.SemiDarkMonitor + +shapeless= + ae2:ItemPart.DarkMonitor + -> ae2:ItemPart.SemiDarkMonitor + +shapeless= + ae2:ItemPart.SemiDarkMonitor + -> ae2:ItemPart.Monitor + +shapeless= + ae2:ItemPart.Monitor + -> ae2:ItemPart.DarkMonitor + +shaped= + oredictionary:gemDiamond mc:iron_ingot _, + mc:redstone ae2:ItemMaterial.CalcProcessor mc:iron_ingot, + oredictionary:gemDiamond mc:iron_ingot _ + -> 2 ae2:ItemMaterial.AdvCard + +shapeless= + ae2:ItemMaterial.BasicCard certusCrystal + -> ae2:ItemMaterial.CardCapacity + +shapeless= + ae2:ItemMaterial.BasicCard mc:redstone_torch + -> ae2:ItemMaterial.CardRedstone + +shapeless= + ae2:ItemMaterial.AdvCard wool + -> ae2:ItemMaterial.CardFuzzy + +shapeless= + ae2:ItemMaterial.AdvCard mc:redstone_torch + -> ae2:ItemMaterial.CardInverter + +shapeless= + ae2:ItemMaterial.AdvCard fluixCrystal + -> ae2:ItemMaterial.CardSpeed + +shapeless= + ae2:ItemMaterial.AnnihilationCore ae2:ItemPart.StorageMonitor ae2:ItemMaterial.FormationCore + -> ae2:ItemPart.ConversionMonitor + +shaped= + _ mc:iron_ingot _, + mc:iron_ingot ae2:ItemMaterial.EngProcessor mc:iron_ingot, + fluixCrystal fluixCrystal fluixCrystal + -> ae2:ItemPart.P2PTunnelME + +shaped= + wool ae2:ItemMaterial.CalcProcessor wool, + mc:iron_ingot mc:chest mc:iron_ingot, + mc:iron_ingot mc:iron_ingot mc:iron_ingot + -> ae2:BlockCellWorkbench + +shaped= + mc:iron_ingot mc:sticky_piston mc:iron_ingot, + fluixCrystal _ mc:iron_ingot, + mc:iron_ingot mc:sticky_piston mc:iron_ingot + -> ae2:BlockInscriber + +shaped= + _ mc:iron_ingot _, + mc:iron_ingot ae2:ItemMaterial.CertusQuartzCrystalCharged mc:iron_ingot, + _ mc:iron_ingot _ + -> ae2:BlockSkyCompass diff --git a/src/main/resources/assets/appliedenergistics2/recipes/paint_balls.recipe b/src/main/resources/assets/appliedenergistics2/recipes/paint_balls.recipe new file mode 100644 index 000000000..62c1c49eb --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/paint_balls.recipe @@ -0,0 +1,195 @@ + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeWhite ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.White + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeBlack ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Black + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeRed ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Red + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeGreen ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Green + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeBrown ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Brown + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeBlue ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Blue + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyePurple ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Purple + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeCyan ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Cyan + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeLightGray ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.LightGray + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeGray ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Gray + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyePink ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Pink + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeLime ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Lime + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeYellow ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Yellow + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeLightBlue ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.LightBlue + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeMagenta ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Magenta + +shaped= + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall oredictionary:dyeOrange ae2:ItemMaterial.MatterBall, + ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall ae2:ItemMaterial.MatterBall + -> 8 ae2:PaintBall.Orange + + + +shaped= + ae2:PaintBall.White ae2:PaintBall.White ae2:PaintBall.White, + ae2:PaintBall.White mc:glowstone_dust ae2:PaintBall.White, + ae2:PaintBall.White ae2:PaintBall.White ae2:PaintBall.White + -> 8 ae2:LumenPaintBall.White + +shaped= + ae2:PaintBall.Black ae2:PaintBall.Black ae2:PaintBall.Black, + ae2:PaintBall.Black mc:glowstone_dust ae2:PaintBall.Black, + ae2:PaintBall.Black ae2:PaintBall.Black ae2:PaintBall.Black + -> 8 ae2:LumenPaintBall.Black + +shaped= + ae2:PaintBall.Red ae2:PaintBall.Red ae2:PaintBall.Red, + ae2:PaintBall.Red mc:glowstone_dust ae2:PaintBall.Red, + ae2:PaintBall.Red ae2:PaintBall.Red ae2:PaintBall.Red + -> 8 ae2:LumenPaintBall.Red + +shaped= + ae2:PaintBall.Green ae2:PaintBall.Green ae2:PaintBall.Green, + ae2:PaintBall.Green mc:glowstone_dust ae2:PaintBall.Green, + ae2:PaintBall.Green ae2:PaintBall.Green ae2:PaintBall.Green + -> 8 ae2:LumenPaintBall.Green + +shaped= + ae2:PaintBall.Brown ae2:PaintBall.Brown ae2:PaintBall.Brown, + ae2:PaintBall.Brown mc:glowstone_dust ae2:PaintBall.Brown, + ae2:PaintBall.Brown ae2:PaintBall.Brown ae2:PaintBall.Brown + -> 8 ae2:LumenPaintBall.Brown + +shaped= + ae2:PaintBall.Blue ae2:PaintBall.Blue ae2:PaintBall.Blue, + ae2:PaintBall.Blue mc:glowstone_dust ae2:PaintBall.Blue, + ae2:PaintBall.Blue ae2:PaintBall.Blue ae2:PaintBall.Blue + -> 8 ae2:LumenPaintBall.Blue + +shaped= + ae2:PaintBall.Purple ae2:PaintBall.Purple ae2:PaintBall.Purple, + ae2:PaintBall.Purple mc:glowstone_dust ae2:PaintBall.Purple, + ae2:PaintBall.Purple ae2:PaintBall.Purple ae2:PaintBall.Purple + -> 8 ae2:LumenPaintBall.Purple + +shaped= + ae2:PaintBall.Cyan ae2:PaintBall.Cyan ae2:PaintBall.Cyan, + ae2:PaintBall.Cyan mc:glowstone_dust ae2:PaintBall.Cyan, + ae2:PaintBall.Cyan ae2:PaintBall.Cyan ae2:PaintBall.Cyan + -> 8 ae2:LumenPaintBall.Cyan + +shaped= + ae2:PaintBall.LightGray ae2:PaintBall.LightGray ae2:PaintBall.LightGray, + ae2:PaintBall.LightGray mc:glowstone_dust ae2:PaintBall.LightGray, + ae2:PaintBall.LightGray ae2:PaintBall.LightGray ae2:PaintBall.LightGray + -> 8 ae2:LumenPaintBall.LightGray + +shaped= + ae2:PaintBall.Gray ae2:PaintBall.Gray ae2:PaintBall.Gray, + ae2:PaintBall.Gray mc:glowstone_dust ae2:PaintBall.Gray, + ae2:PaintBall.Gray ae2:PaintBall.Gray ae2:PaintBall.Gray + -> 8 ae2:LumenPaintBall.Gray + +shaped= + ae2:PaintBall.Pink ae2:PaintBall.Pink ae2:PaintBall.Pink, + ae2:PaintBall.Pink mc:glowstone_dust ae2:PaintBall.Pink, + ae2:PaintBall.Pink ae2:PaintBall.Pink ae2:PaintBall.Pink + -> 8 ae2:LumenPaintBall.Pink + +shaped= + ae2:PaintBall.Lime ae2:PaintBall.Lime ae2:PaintBall.Lime, + ae2:PaintBall.Lime mc:glowstone_dust ae2:PaintBall.Lime, + ae2:PaintBall.Lime ae2:PaintBall.Lime ae2:PaintBall.Lime + -> 8 ae2:LumenPaintBall.Lime + +shaped= + ae2:PaintBall.Yellow ae2:PaintBall.Yellow ae2:PaintBall.Yellow, + ae2:PaintBall.Yellow mc:glowstone_dust ae2:PaintBall.Yellow, + ae2:PaintBall.Yellow ae2:PaintBall.Yellow ae2:PaintBall.Yellow + -> 8 ae2:LumenPaintBall.Yellow + +shaped= + ae2:PaintBall.LightBlue ae2:PaintBall.LightBlue ae2:PaintBall.LightBlue, + ae2:PaintBall.LightBlue mc:glowstone_dust ae2:PaintBall.LightBlue, + ae2:PaintBall.LightBlue ae2:PaintBall.LightBlue ae2:PaintBall.LightBlue + -> 8 ae2:LumenPaintBall.LightBlue + +shaped= + ae2:PaintBall.Magenta ae2:PaintBall.Magenta ae2:PaintBall.Magenta, + ae2:PaintBall.Magenta mc:glowstone_dust ae2:PaintBall.Magenta, + ae2:PaintBall.Magenta ae2:PaintBall.Magenta ae2:PaintBall.Magenta + -> 8 ae2:LumenPaintBall.Magenta + +shaped= + ae2:PaintBall.Orange ae2:PaintBall.Orange ae2:PaintBall.Orange, + ae2:PaintBall.Orange mc:glowstone_dust ae2:PaintBall.Orange, + ae2:PaintBall.Orange ae2:PaintBall.Orange ae2:PaintBall.Orange + -> 8 ae2:LumenPaintBall.Orange + diff --git a/src/main/resources/assets/appliedenergistics2/recipes/port.recipe b/src/main/resources/assets/appliedenergistics2/recipes/port.recipe new file mode 100644 index 000000000..7bfbbff18 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/port.recipe @@ -0,0 +1,234 @@ + +# Quartz Fiber +shaped= + glass glass glass, + dustQuartz dustQuartz dustQuartz, + glass glass glass + -> 3 ae2:ItemPart.QuartzFiber + +# Glass Cable +shapeless= + ae2:ItemPart.QuartzFiber fluixCrystal fluixCrystal + -> 4 ae2:CableGlass.Fluix + +# Covered Cable +shapeless= + ae2:CableGlass + wool + -> ae2:CableCovered.Fluix + +# Smart Cable +shapeless= + ae2:CableCovered + mc:redstone mc:glowstone_dust + -> ae2:CableSmart.Fluix + +# Smart Cable +shapeless= + ae2:CableCovered ae2:CableCovered ae2:CableCovered ae2:CableCovered + mc:redstone mc:glowstone_dust + -> ae2:CableDense.Fluix + +shapeless= + ae2:CableSmart mc:water_bucket + -> ae2:CableSmart.Fluix + +shapeless= + ae2:CableCovered mc:water_bucket + -> ae2:CableCovered.Fluix + +shapeless= + ae2:CableGlass mc:water_bucket + -> ae2:CableGlass.Fluix + +shapeless= + ae2:CableDense mc:water_bucket + -> ae2:CableDense.Fluix + +# Planes + +shaped= + fluixCrystal fluixCrystal fluixCrystal, + mc:iron_ingot ae2:ItemMaterial.FormationCore mc:iron_ingot + -> ae2:ItemPart.FormationPlane + +shaped= + fluixCrystal fluixCrystal fluixCrystal, + mc:iron_ingot ae2:ItemMaterial.AnnihilationCore mc:iron_ingot + -> ae2:ItemPart.AnnihilationPlane + +shaped= + glass ae2:ItemPart.Terminal glass, + cable _ cable, + mc:iron_ingot fluixCrystal mc:iron_ingot, + -> ae2:BlockChest + +# Storage + +shaped= + mc:iron_ingot ae2:ItemMaterial.EngProcessor mc:iron_ingot, + cable _ cable, + mc:iron_ingot ae2:ItemMaterial.EngProcessor mc:iron_ingot + -> ae2:BlockDrive + +# Misc +shaped= + mc:iron_ingot glass mc:iron_ingot, + glass oredictionary:dustFluix glass, + mc:iron_ingot glass mc:iron_ingot + -> ae2:BlockCondenser + +shaped= + ae2:BlockSkyStone:1 ae2:ItemMaterial.PureifiedFluixCrystal ae2:BlockSkyStone:1, + ae2:ItemMaterial.PureifiedFluixCrystal ae2:ItemMaterial.EngProcessor ae2:ItemMaterial.PureifiedFluixCrystal, + ae2:BlockSkyStone:1 ae2:ItemMaterial.PureifiedFluixCrystal ae2:BlockSkyStone:1 + -> ae2:BlockController + +shapeless= + metalIngots knife + -> 3 ae2:ItemPart.CableAnchor + +shapeless= + monitor ae2:ItemMaterial.FormationCore ae2:ItemMaterial.AnnihilationCore ae2:ItemMaterial.LogicProcessor + -> ae2:ItemPart.Terminal + +shapeless= + ae2:ItemPart.Terminal mc:crafting_table ae2:ItemMaterial.CalcProcessor + -> ae2:ItemPart.CraftingTerminal + +shaped= + _ mc:redstone _, + cable mc:lever cable, + _ mc:redstone _ + -> ae2:ItemPart.ToggleBus + +shapeless= + ae2:ItemPart.ToggleBus + -> ae2:ItemPart.InvertedToggleBus + +shapeless= + ae2:ItemPart.InvertedToggleBus + -> ae2:ItemPart.ToggleBus + +shaped= + glass glass glass, + ae2:BlockDrive cable ae2:BlockDrive, + mc:iron_ingot ae2:ItemMaterial.LogicProcessor mc:iron_ingot + -> ae2:BlockIOPort + +shaped= + glass glass glass, + cable ae2:BlockIOPort cable, + mc:iron_ingot ae2:ItemMaterial.EngProcessor mc:iron_ingot + -> ae2:BlockSpatialIOPort + +shaped= + ae2:BlockQuartzGlass cable ae2:BlockQuartzGlass, + oredictionary:dustFluix fluixCrystal oredictionary:dustFluix, + ae2:BlockQuartzGlass cable ae2:BlockQuartzGlass + -> ae2:BlockSpatialPylon + +shaped= + mc:iron_ingot ae2:BlockQuartzGlass mc:iron_ingot, + ae2:BlockQuartzGlass fluixCrystal ae2:BlockQuartzGlass, + mc:iron_ingot ae2:BlockQuartzGlass mc:iron_ingot + -> ae2:BlockEnergyAcceptor + +shaped= + mc:iron_ingot cable mc:iron_ingot, + ae2:BlockQuartzGlass ae2:BlockFluix ae2:BlockQuartzGlass, + mc:iron_ingot cable mc:iron_ingot + -> ae2:BlockQuartzGrowthAccelerator + +shaped= + mc:iron_ingot fluixCrystal mc:iron_ingot, + mc:iron_ingot _ _, + mc:iron_ingot fluixCrystal mc:iron_ingot + -> ae2:BlockCharger + +shapeless= + ae2:ItemMaterial.CalcProcessor mc:redstone_torch + -> ae2:ItemPart.LevelEmitter + +shaped= + mc:iron_ingot ae2:ItemMaterial.FormationCore mc:iron_ingot, + _ mc:piston _ + -> ae2:ItemPart.ExportBus + +shaped= + _ ae2:ItemMaterial.AnnihilationCore _, + mc:iron_ingot mc:sticky_piston mc:iron_ingot + -> ae2:ItemPart.ImportBus + +shaped= + mc:iron_ingot fluixCrystal, + ae2:ItemMaterial.AnnihilationCore fluixCrystal, + mc:iron_ingot fluixCrystal + -> ae2:ItemPart.AnnihilationPlane + +shaped= + mc:iron_ingot fluixCrystal, + ae2:ItemMaterial.FormationCore fluixCrystal, + mc:iron_ingot fluixCrystal + -> ae2:ItemPart.FormationPlane + +shapeless= + interface mc:sticky_piston mc:piston + -> ae2:ItemPart.StorageBus + +shapeless= + ae2:ItemPart.LevelEmitter monitor + -> ae2:ItemPart.StorageMonitor + +shapeless= + ae2:ItemPart.Interface + -> ae2:BlockInterface + +shapeless= + ae2:BlockInterface + -> ae2:ItemPart.Interface + +shaped= + mc:iron_ingot glass mc:iron_ingot, + ae2:ItemMaterial.AnnihilationCore _ ae2:ItemMaterial.FormationCore, + mc:iron_ingot glass mc:iron_ingot + -> ae2:BlockInterface + +# Matter Cannon +shaped= + mc:iron_ingot mc:iron_ingot ae2:ItemMaterial.FormationCore, + ae2:ItemMaterial.Cell4kPart ae2:BlockEnergyCell _, + mc:iron_ingot _ _ + -> ae2:ToolMassCannon + +# Wireless + +shaped= + _ ae2:ItemMaterial.FluixPearl _, + mc:iron_ingot ae2:ItemPart.QuartzFiber mc:iron_ingot, + _ mc:iron_ingot _ + -> ae2:ItemMaterial.Wireless + +shaped= + ae2:ItemMaterial.Wireless, + ae2:ItemMaterial.CalcProcessor, + cable + -> ae2:BlockWireless + +shaped= + ae2:ItemMaterial.Wireless, + ae2:ItemPart.Terminal, + ae2:BlockDenseEnergyCell + -> ae2:ToolWirelessTerminal + +shaped= + oredictionary:dustFluix certusCrystal dustEnder, + mc:iron_ingot mc:iron_ingot mc:iron_ingot, + -> 2 ae2:ItemMaterial.WirelessBooster + +shaped= + dustQuartz mc:gunpowder, + mc:gunpowder dustQuartz + -> ae2:BlockTinyTNT + +import=hightech.recipe diff --git a/src/main/resources/assets/appliedenergistics2/recipes/process.recipe b/src/main/resources/assets/appliedenergistics2/recipes/process.recipe new file mode 100644 index 000000000..74a01887b --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/process.recipe @@ -0,0 +1,232 @@ + +# Sky Stone Chest + +shaped= + ae2:BlockSkyStone ae2:BlockSkyStone ae2:BlockSkyStone, + ae2:BlockSkyStone _ ae2:BlockSkyStone, + ae2:BlockSkyStone ae2:BlockSkyStone ae2:BlockSkyStone + -> ae2:BlockSkyChest + +shaped= + ae2:BlockSkyStone:1 ae2:BlockSkyStone:1 ae2:BlockSkyStone:1, + ae2:BlockSkyStone:1 _ ae2:BlockSkyStone:1, + ae2:BlockSkyStone:1 ae2:BlockSkyStone:1 ae2:BlockSkyStone:1 + -> ae2:BlockSkyChest:1 + +smelt= + ae2:BlockSkyStone -> ae2:BlockSkyStone:1 + +shapeless= + ae2:BlockSkyStone:1 -> ae2:BlockSkyStone:2 + +shapeless= + ae2:BlockSkyStone:2 -> ae2:BlockSkyStone:3 + +shapeless= + ae2:BlockSkyStone:3 -> ae2:BlockSkyStone:1 + +# Quartz Glass + shaped= + dustQuartz glass dustQuartz, + glass dustQuartz glass, + dustQuartz glass dustQuartz + -> 4 ae2:BlockQuartzGlass + + shaped= + mc:glowstone_dust ae2:BlockQuartzGlass mc:glowstone_dust + -> ae2:BlockQuartzLamp + + shaped= + ae2:ItemMaterial.CertusQuartzCrystalCharged mc:iron_ingot + -> 2 ae2:BlockQuartzTorch + + shaped= + netherCrystal mc:iron_ingot + -> ae2:BlockLightDetector + +# Seeds + shapeless= mc:sand oredictionary:dustNetherQuartz -> 2 ae2:ItemCrystalSeed.Nether + shapeless= mc:sand oredictionary:dustCertusQuartz -> 2 ae2:ItemCrystalSeed.Certus + shapeless= mc:sand oredictionary:dustFluix -> 2 ae2:ItemCrystalSeed.Fluix + +# Gear Wooden ( optional item. ) +shaped= + _ oredictionary:stickWood _, + oredictionary:stickWood _ oredictionary:stickWood, + _ oredictionary:stickWood _ + -> ae2:ItemMaterial.WoodenGear + +# Grind Stone + + shaped= + oredictionary:stickWood oredictionary:stickWood oredictionary:stickWood, + _ _ oredictionary:stickWood, + _ _ oredictionary:stickWood + -> ae2:BlockCrank + + shaped= + oredictionary:stone oredictionary:gearWood oredictionary:stone, + crystalQuartz oredictionary:stone crystalQuartz, + oredictionary:cobblestone crystalQuartz oredictionary:cobblestone + -> ae2:BlockGrinder + +# Iron + shaped= + ae2:ItemMaterial.IronNugget ae2:ItemMaterial.IronNugget ae2:ItemMaterial.IronNugget, + ae2:ItemMaterial.IronNugget ae2:ItemMaterial.IronNugget ae2:ItemMaterial.IronNugget, + ae2:ItemMaterial.IronNugget ae2:ItemMaterial.IronNugget ae2:ItemMaterial.IronNugget + -> mc:iron_ingot + + shapeless= + mc:iron_ingot + -> 9 ae2:ItemMaterial.IronNugget + + + +# Raw Storage Blocks + shaped= + oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz, + oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz + -> ae2:BlockQuartz + + shaped= + oredictionary:crystalFluix oredictionary:crystalFluix, + oredictionary:crystalFluix oredictionary:crystalFluix + -> ae2:BlockFluix + + +# Pure Storage Blocks + shaped= + ae2:ItemMaterial.PureifiedNetherQuartzCrystal ae2:ItemMaterial.PureifiedNetherQuartzCrystal ae2:ItemMaterial.PureifiedNetherQuartzCrystal, + ae2:ItemMaterial.PureifiedNetherQuartzCrystal _ ae2:ItemMaterial.PureifiedNetherQuartzCrystal, + ae2:ItemMaterial.PureifiedNetherQuartzCrystal ae2:ItemMaterial.PureifiedNetherQuartzCrystal ae2:ItemMaterial.PureifiedNetherQuartzCrystal + -> mc:quartz_block + + shaped= + ae2:ItemMaterial.PureifiedCertusQuartzCrystal ae2:ItemMaterial.PureifiedCertusQuartzCrystal ae2:ItemMaterial.PureifiedCertusQuartzCrystal, + ae2:ItemMaterial.PureifiedCertusQuartzCrystal _ ae2:ItemMaterial.PureifiedCertusQuartzCrystal, + ae2:ItemMaterial.PureifiedCertusQuartzCrystal ae2:ItemMaterial.PureifiedCertusQuartzCrystal ae2:ItemMaterial.PureifiedCertusQuartzCrystal + -> ae2:BlockQuartz + + shaped= + ae2:ItemMaterial.PureifiedFluixCrystal ae2:ItemMaterial.PureifiedFluixCrystal ae2:ItemMaterial.PureifiedFluixCrystal, + ae2:ItemMaterial.PureifiedFluixCrystal _ ae2:ItemMaterial.PureifiedFluixCrystal, + ae2:ItemMaterial.PureifiedFluixCrystal ae2:ItemMaterial.PureifiedFluixCrystal ae2:ItemMaterial.PureifiedFluixCrystal + -> ae2:BlockFluix + + + +# Decrative Certus + shaped= + ae2:BlockQuartz, + ae2:BlockQuartz + -> 2 ae2:BlockQuartzPillar + + shaped= + ae2:BlockQuartz ae2:BlockQuartz + -> 2 ae2:BlockQuartzChiseled + + + +# Deconstruction + shapeless= + ae2:BlockQuartz + -> 4 ae2:ItemMaterial.CertusQuartzCrystal + + shapeless= + ae2:BlockQuartzPillar + -> 4 ae2:ItemMaterial.CertusQuartzCrystal + + shapeless= + ae2:BlockQuartzChiseled + -> 4 ae2:ItemMaterial.CertusQuartzCrystal + + shapeless= + ae2:BlockFluix + -> 4 ae2:ItemMaterial.FluixCrystal + +# Quantum Pearl + shaped= + oredictionary:dustFluix fluixCrystal oredictionary:dustFluix, + fluixCrystal mc:ender_pearl fluixCrystal, + oredictionary:dustFluix fluixCrystal oredictionary:dustFluix + -> ae2:ItemMaterial.FluixPearl + + +# Machine Process + grind= ae2:ItemMaterial.FluixCrystal -> ae2:ItemMaterial.FluixDust + grind= ae2:BlockSkyStone:0 -> ae2:ItemMaterial.SkyDust + grind= mc:gravel -> mc:flint + grind= mc:bone -> 4 mc:dye:15 + + grindfz= ae2:ItemMaterial.FluixCrystal -> ae2:ItemMaterial.FluixDust + grindfz= ae2:BlockSkyStone:0 -> ae2:ItemMaterial.SkyDust + grindfz= mc:ender_pearl -> ae2:ItemMaterial.EnderDust +# grindfz= mc:wheat -> ae2:ItemMaterial.Flour + grindfz= ae2:ItemMaterial.CertusQuartzCrystalCharged -> ae2:ItemMaterial.CertusQuartzDust + grindfz= ae2:ItemMaterial.CertusQuartzCrystal -> ae2:ItemMaterial.CertusQuartzDust +# grindfz= mc:quartz -> ae2:ItemMaterial.NetherQuartzDust + grindfz= ae2:OreQuartz -> 2 ae2:ItemMaterial.CertusQuartzDust + grindfz= ae2:OreQuartzCharged -> 2 ae2:ItemMaterial.CertusQuartzDust + + mekcrusher= ae2:ItemMaterial.FluixCrystal -> ae2:ItemMaterial.FluixDust + mekcrusher= ae2:BlockSkyStone:0 -> ae2:ItemMaterial.SkyDust + mekcrusher= mc:ender_pearl -> ae2:ItemMaterial.EnderDust +# mekcrusher= mc:wheat -> ae2:ItemMaterial.Flour + mekcrusher= ae2:ItemMaterial.CertusQuartzCrystalCharged -> ae2:ItemMaterial.CertusQuartzDust + mekcrusher= ae2:ItemMaterial.CertusQuartzCrystal -> ae2:ItemMaterial.CertusQuartzDust + mekcrusher= mc:quartz -> ae2:ItemMaterial.NetherQuartzDust + mekechamber= ae2:OreQuartz -> 2 ae2:ItemMaterial.CertusQuartzDust + mekechamber= ae2:OreQuartzCharged -> 2 ae2:ItemMaterial.CertusQuartzDust + + hccrusher= ae2:ItemMaterial.FluixCrystal -> ae2:ItemMaterial.FluixDust + hccrusher= ae2:BlockSkyStone:0 -> ae2:ItemMaterial.SkyDust + hccrusher= mc:ender_pearl -> ae2:ItemMaterial.EnderDust + hccrusher= mc:wheat -> ae2:ItemMaterial.Flour + hccrusher= ae2:ItemMaterial.CertusQuartzCrystalCharged -> ae2:ItemMaterial.CertusQuartzDust + hccrusher= ae2:ItemMaterial.CertusQuartzCrystal -> ae2:ItemMaterial.CertusQuartzDust + hccrusher= mc:quartz -> ae2:ItemMaterial.NetherQuartzDust + hccrusher= ae2:OreQuartz -> 2 ae2:ItemMaterial.CertusQuartzDust + hccrusher= ae2:OreQuartzCharged -> 2 ae2:ItemMaterial.CertusQuartzDust + + crusher= ae2:ItemMaterial.FluixCrystal -> ae2:ItemMaterial.FluixDust + crusher= ae2:BlockSkyStone:0 -> ae2:ItemMaterial.SkyDust + crusher= mc:ender_pearl -> ae2:ItemMaterial.EnderDust + crusher= oredictionary:itemWheat -> ae2:ItemMaterial.Flour + crusher= ae2:ItemMaterial.CertusQuartzCrystalCharged -> ae2:ItemMaterial.CertusQuartzDust + crusher= ae2:ItemMaterial.CertusQuartzCrystal -> ae2:ItemMaterial.CertusQuartzDust + crusher= mc:quartz -> ae2:ItemMaterial.NetherQuartzDust + crusher= ae2:OreQuartz -> 2 ae2:ItemMaterial.CertusQuartzDust + crusher= ae2:OreQuartzCharged -> 2 ae2:ItemMaterial.CertusQuartzDust + + macerator= ae2:ItemMaterial.FluixCrystal -> ae2:ItemMaterial.FluixDust + macerator= ae2:BlockSkyStone:0 -> ae2:ItemMaterial.SkyDust + macerator= mc:ender_pearl -> ae2:ItemMaterial.EnderDust +# macerator= oredictionary:itemWheat -> ae2:ItemMaterial.Flour + macerator= ae2:ItemMaterial.CertusQuartzCrystalCharged -> ae2:ItemMaterial.CertusQuartzDust + macerator= ae2:ItemMaterial.CertusQuartzCrystal -> ae2:ItemMaterial.CertusQuartzDust + macerator= mc:quartz -> ae2:ItemMaterial.NetherQuartzDust + macerator= ae2:OreQuartz -> 2 ae2:ItemMaterial.CertusQuartzDust + macerator= ae2:OreQuartzCharged -> 2 ae2:ItemMaterial.CertusQuartzDust + + pulverizer= ae2:ItemMaterial.FluixCrystal -> ae2:ItemMaterial.FluixDust + pulverizer= ae2:BlockSkyStone:0 -> ae2:ItemMaterial.SkyDust + pulverizer= mc:ender_pearl -> ae2:ItemMaterial.EnderDust + pulverizer= oredictionary:itemWheat -> ae2:ItemMaterial.Flour + pulverizer= ae2:ItemMaterial.CertusQuartzCrystalCharged -> ae2:ItemMaterial.CertusQuartzDust + pulverizer= ae2:ItemMaterial.CertusQuartzCrystal -> ae2:ItemMaterial.CertusQuartzDust + pulverizer= mc:quartz -> ae2:ItemMaterial.NetherQuartzDust + pulverizer= ae2:OreQuartz -> 2 ae2:ItemMaterial.CertusQuartzDust + pulverizer= ae2:OreQuartzCharged -> 2 ae2:ItemMaterial.CertusQuartzDust + +# Ore Processing + smelt= ae2:ItemMaterial.GoldDust -> mc:gold_ingot + smelt= ae2:ItemMaterial.IronDust -> mc:iron_ingot + smelt= ae2:ItemMaterial.Flour -> mc:bread + + + +# Silicon + smelt= ae2:ItemMaterial.NetherQuartzDust -> ae2:ItemMaterial.Silicon + smelt= ae2:ItemMaterial.CertusQuartzDust -> ae2:ItemMaterial.Silicon + diff --git a/src/main/resources/assets/appliedenergistics2/recipes/storagecells.recipe b/src/main/resources/assets/appliedenergistics2/recipes/storagecells.recipe new file mode 100644 index 000000000..bc6d2d222 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/storagecells.recipe @@ -0,0 +1,133 @@ + +# Storage Assembly + +shapeless= + ae2:ItemMaterial.Cell1kPart ae2:ItemMaterial.EmptyStorageCell -> ae2:ItemBasicStorageCell.1k + +shapeless= + ae2:ItemMaterial.Cell4kPart ae2:ItemMaterial.EmptyStorageCell -> ae2:ItemBasicStorageCell.4k + +shapeless= + ae2:ItemMaterial.Cell16kPart ae2:ItemMaterial.EmptyStorageCell -> ae2:ItemBasicStorageCell.16k + +shapeless= + ae2:ItemMaterial.Cell64kPart ae2:ItemMaterial.EmptyStorageCell -> ae2:ItemBasicStorageCell.64k + +shapeless= + certusCrystal ae2:ItemMaterial.EmptyStorageCell -> ae2:ItemViewCell + +# Spatial Assembly + +shapeless= + ae2:ItemMaterial.Cell2SpatialPart ae2:ItemMaterial.EmptyStorageCell -> ae2:ItemSpatialStorageCell.2Cubed + +shapeless= + ae2:ItemMaterial.Cell16SpatialPart ae2:ItemMaterial.EmptyStorageCell -> ae2:ItemSpatialStorageCell.16Cubed + +shapeless= + ae2:ItemMaterial.Cell128SpatialPart ae2:ItemMaterial.EmptyStorageCell -> ae2:ItemSpatialStorageCell.128Cubed + + +# Empty Storage Cell +shaped= + ae2:BlockQuartzGlass mc:redstone ae2:BlockQuartzGlass, + mc:redstone _ mc:redstone, + mc:iron_ingot mc:iron_ingot mc:iron_ingot + -> ae2:ItemMaterial.EmptyStorageCell + +# Spatial Cells + +shaped= + ae2:BlockQuartzGlass mc:redstone ae2:BlockQuartzGlass, + mc:redstone ae2:ItemMaterial.Cell2SpatialPart mc:redstone, + mc:iron_ingot mc:iron_ingot mc:iron_ingot + -> ae2:ItemSpatialStorageCell.2Cubed + +shaped= + ae2:BlockQuartzGlass mc:redstone ae2:BlockQuartzGlass, + mc:redstone ae2:ItemMaterial.Cell16SpatialPart mc:redstone, + mc:iron_ingot mc:iron_ingot mc:iron_ingot + -> ae2:ItemSpatialStorageCell.16Cubed + +shaped= + ae2:BlockQuartzGlass mc:redstone ae2:BlockQuartzGlass, + mc:redstone ae2:ItemMaterial.Cell128SpatialPart mc:redstone, + mc:iron_ingot mc:iron_ingot mc:iron_ingot + -> ae2:ItemSpatialStorageCell.128Cubed + + +# Cells +shaped= + ae2:BlockQuartzGlass mc:redstone ae2:BlockQuartzGlass, + mc:redstone ae2:ItemMaterial.Cell1kPart mc:redstone, + mc:iron_ingot mc:iron_ingot mc:iron_ingot + -> ae2:ItemBasicStorageCell.1k + +shaped= + ae2:BlockQuartzGlass mc:redstone ae2:BlockQuartzGlass, + mc:redstone ae2:ItemMaterial.Cell4kPart mc:redstone, + mc:iron_ingot mc:iron_ingot mc:iron_ingot + -> ae2:ItemBasicStorageCell.4k + +shaped= + ae2:BlockQuartzGlass mc:redstone ae2:BlockQuartzGlass, + mc:redstone ae2:ItemMaterial.Cell16kPart mc:redstone, + mc:iron_ingot mc:iron_ingot mc:iron_ingot + -> ae2:ItemBasicStorageCell.16k + +shaped= + ae2:BlockQuartzGlass mc:redstone ae2:BlockQuartzGlass, + mc:redstone ae2:ItemMaterial.Cell64kPart mc:redstone, + mc:iron_ingot mc:iron_ingot mc:iron_ingot + -> ae2:ItemBasicStorageCell.64k + +shaped= + ae2:BlockQuartzGlass mc:redstone ae2:BlockQuartzGlass, + mc:redstone certusCrystal mc:redstone, + mc:iron_ingot mc:iron_ingot mc:iron_ingot + -> ae2:ItemViewCell + +# Spatial Cell Parts + +shaped= + mc:glowstone_dust ae2:ItemMaterial.FluixPearl mc:glowstone_dust, + ae2:ItemMaterial.FluixPearl ae2:ItemMaterial.EngProcessor ae2:ItemMaterial.FluixPearl, + mc:glowstone_dust ae2:ItemMaterial.FluixPearl mc:glowstone_dust + -> ae2:ItemMaterial.Cell2SpatialPart + +shaped= + mc:glowstone_dust ae2:ItemMaterial.Cell2SpatialPart mc:glowstone_dust, + ae2:ItemMaterial.Cell2SpatialPart ae2:ItemMaterial.EngProcessor ae2:ItemMaterial.Cell2SpatialPart, + mc:glowstone_dust ae2:ItemMaterial.Cell2SpatialPart mc:glowstone_dust + -> ae2:ItemMaterial.Cell16SpatialPart + +shaped= + mc:glowstone_dust ae2:ItemMaterial.Cell16SpatialPart mc:glowstone_dust, + ae2:ItemMaterial.Cell16SpatialPart ae2:ItemMaterial.EngProcessor ae2:ItemMaterial.Cell16SpatialPart, + mc:glowstone_dust ae2:ItemMaterial.Cell16SpatialPart mc:glowstone_dust + -> ae2:ItemMaterial.Cell128SpatialPart + +# Cell Parts +shaped= + mc:redstone certusCrystal mc:redstone, + certusCrystal ae2:ItemMaterial.LogicProcessor certusCrystal, + mc:redstone certusCrystal mc:redstone + -> ae2:ItemMaterial.Cell1kPart + +shaped= + mc:redstone ae2:ItemMaterial.CalcProcessor mc:redstone, + ae2:ItemMaterial.Cell1kPart ae2:BlockQuartzGlass ae2:ItemMaterial.Cell1kPart, + mc:redstone ae2:ItemMaterial.Cell1kPart mc:redstone + -> ae2:ItemMaterial.Cell4kPart + +shaped= + mc:glowstone_dust ae2:ItemMaterial.EngProcessor mc:glowstone_dust, + ae2:ItemMaterial.Cell4kPart ae2:BlockQuartzGlass ae2:ItemMaterial.Cell4kPart, + mc:glowstone_dust ae2:ItemMaterial.Cell4kPart mc:glowstone_dust + -> ae2:ItemMaterial.Cell16kPart + +shaped= + mc:glowstone_dust ae2:ItemMaterial.EngProcessor mc:glowstone_dust, + ae2:ItemMaterial.Cell16kPart ae2:BlockQuartzGlass ae2:ItemMaterial.Cell16kPart, + mc:glowstone_dust ae2:ItemMaterial.Cell16kPart mc:glowstone_dust + -> ae2:ItemMaterial.Cell64kPart diff --git a/src/main/resources/assets/appliedenergistics2/recipes/tools.recipe b/src/main/resources/assets/appliedenergistics2/recipes/tools.recipe new file mode 100644 index 000000000..5bea57500 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/tools.recipe @@ -0,0 +1,88 @@ + +# Nether Tools +shaped= + oredictionary:crystalNetherQuartz oredictionary:crystalNetherQuartz, + oredictionary:crystalNetherQuartz oredictionary:stickWood, + _ oredictionary:stickWood + -> ae2:ToolNetherQuartzAxe + +shaped= + oredictionary:crystalNetherQuartz oredictionary:crystalNetherQuartz oredictionary:crystalNetherQuartz, + _ oredictionary:stickWood _, + _ oredictionary:stickWood _ + -> ae2:ToolNetherQuartzPickaxe + +shaped= + oredictionary:crystalNetherQuartz, + oredictionary:stickWood, + oredictionary:stickWood + -> ae2:ToolNetherQuartzSpade + +shaped= + oredictionary:crystalNetherQuartz, + oredictionary:crystalNetherQuartz, + oredictionary:stickWood + -> ae2:ToolNetherQuartzSword + +shaped= + oredictionary:crystalNetherQuartz oredictionary:crystalNetherQuartz, + _ oredictionary:stickWood, + _ oredictionary:stickWood + -> ae2:ToolNetherQuartzHoe + +shaped= + oredictionary:crystalNetherQuartz _ oredictionary:crystalNetherQuartz, + _ oredictionary:crystalNetherQuartz _, + oredictionary:crystalNetherQuartz _ oredictionary:crystalNetherQuartz + -> ae2:ToolNetherQuartzWrench + +shaped= + _ _ oredictionary:stickWood, + mc:iron_ingot oredictionary:stickWood _, + oredictionary:crystalNetherQuartz oredictionary:crystalNetherQuartz _ + -> ae2:ToolNetherQuartzCuttingKnife + + + +# Certus Tools +shaped= + oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz, + oredictionary:crystalCertusQuartz oredictionary:stickWood, + _ oredictionary:stickWood + -> ae2:ToolCertusQuartzAxe + +shaped= + oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz, + _ oredictionary:stickWood _, + _ oredictionary:stickWood _ + -> ae2:ToolCertusQuartzPickaxe + +shaped= + oredictionary:crystalCertusQuartz, + oredictionary:stickWood, + oredictionary:stickWood + -> ae2:ToolCertusQuartzSpade + +shaped= + oredictionary:crystalCertusQuartz, + oredictionary:crystalCertusQuartz, + oredictionary:stickWood + -> ae2:ToolCertusQuartzSword + +shaped= + oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz, + _ oredictionary:stickWood, + _ oredictionary:stickWood + -> ae2:ToolCertusQuartzHoe + +shaped= + oredictionary:crystalCertusQuartz _ oredictionary:crystalCertusQuartz, + _ oredictionary:crystalCertusQuartz _, + oredictionary:crystalCertusQuartz _ oredictionary:crystalCertusQuartz + -> ae2:ToolCertusQuartzWrench + +shaped= + _ _ oredictionary:stickWood, + mc:iron_ingot oredictionary:stickWood _, + oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz _ + -> ae2:ToolCertusQuartzCuttingKnife diff --git a/src/main/resources/assets/appliedenergistics2/recipes/unsorted.recipe b/src/main/resources/assets/appliedenergistics2/recipes/unsorted.recipe new file mode 100644 index 000000000..5a33d0f12 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/unsorted.recipe @@ -0,0 +1,22 @@ + +blkPreformatter +glass materialConvMatrix glass +mc:iron_ingot itemWorkbench mc:iron_ingot +mc:iron_ingot mc:iron_ingot mc:iron_ingot + + +blkQLink +blkQuartzGlass materialFluixPearl blkQuartzGlass +materialFluixPearl _ materialFluixPearl +blkQuartzGlass materialFluixPearl blkQuartzGlass + + +blkTinyTNT +_ _ _ +itemAnyQuartzDust itemGunpowder _ +itemGunpowder itemAnyQuartzDust _ + +blkWireless +mc:iron_ingot glass mc:iron_ingot +blkCable ae2:ItemMaterial.Wireless glass +mc:iron_ingot glass mc:iron_ingot diff --git a/src/main/resources/assets/appliedenergistics2/recipes/vanilla_enhance.recipe b/src/main/resources/assets/appliedenergistics2/recipes/vanilla_enhance.recipe new file mode 100644 index 000000000..14fc410ea --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/recipes/vanilla_enhance.recipe @@ -0,0 +1,12 @@ + +shaped= + glass glass glass, + netherCrystal netherCrystal netherCrystal, + mc:wooden_slab:* mc:wooden_slab:* mc:wooden_slab:* + -> mc:daylight_detector + +shaped= + _ mc:redstone_torch _, + mc:redstone_torch netherCrystal mc:redstone_torch, + oredictionary:stone oredictionary:stone oredictionary:stone + -> mc:comparator