Skip to content

Commit

Permalink
fix: migrate module recipe from forming press to assembler (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeConqueror authored Sep 5, 2024
1 parent 43e10d9 commit da496ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ private void loadModuleRecipes() {
getModItem(BuildCraftSilicon.ID, "redstoneChipset", 1, 2, missing),
getModItem(ProjectRedCore.ID, "projectred.core.part", 2, 28, missing))
.itemOutputs(getModItem(LogisticsPipes.ID, "item.itemModule", 4, 502, missing)).duration(30 * SECONDS)
.eut(TierEU.RECIPE_LV).addTo(formingPressRecipes);
.eut(TierEU.RECIPE_LV).addTo(assemblerRecipes);

// Creative Tab Based ItemSink module
GTValues.RA.stdBuilder()
Expand Down

0 comments on commit da496ad

Please sign in to comment.