Skip to content

Commit d26765c

Browse files
authored
Merge branch 'master' into master
2 parents 42f0bca + f63f832 commit d26765c

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)