Skip to content

Commit f1e95b7

Browse files
committed
Add recipe for creative ME controller
1 parent e377a8d commit f1e95b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/dreammaster/scripts/ScriptAppliedEnergistics2.java

+5
Original file line numberDiff line numberDiff line change
@@ -1860,6 +1860,11 @@ public void loadRecipes() {
18601860
getModItem(AppliedEnergistics2.ID, "item.ItemMultiPart", 1, 120, missing), // Cable Anchor
18611861
getModItem(AppliedEnergistics2.ID, "tile.BlockCreativeEnergyCell", 1, 0, missing),
18621862
getModItem(AppliedEnergistics2.ID, "item.ItemMultiPart", 1, 140, missing)); // Quartz Fiber
1863+
// Creative Controller
1864+
addShapedRecipe(
1865+
getModItem(AppliedEnergistics2.ID, "tile.BlockCreativeEnergyController", 1, 0, missing),
1866+
getModItem(AppliedEnergistics2.ID, "tile.BlockController", 1, 0, missing),
1867+
getModItem(AppliedEnergistics2.ID, "tile.BlockCreativeEnergyCell", 1, 0, missing));
18631868
// Fake Crafting Card
18641869
addShapedRecipe(
18651870
getModItem(AppliedEnergistics2.ID, "item.ItemMultiMaterial", 1, 66, missing),

0 commit comments

Comments
 (0)