Skip to content

Commit

Permalink
Fix the recipe and the research for the crafting input bus to use the…
Browse files Browse the repository at this point in the history
… advanced version
  • Loading branch information
Pelotrio authored and Dream-Master committed Nov 13, 2023
1 parent 4fb9dcc commit 2570a52
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ public void run() {
(int) TierEU.RECIPE_UIV);
}

GT_Values.RA.stdBuilder().metadata(RESEARCH_ITEM, ItemList.Hatch_Input_Bus_ME.get(1L))
GT_Values.RA.stdBuilder().metadata(RESEARCH_ITEM, ItemList.Hatch_Input_Bus_ME_Advanced.get(1L))
.metadata(RESEARCH_TIME, 1 * HOURS).itemInputs(
ItemList.Hatch_Input_Bus_ME.get(1L),
ItemList.Hatch_Input_Bus_ME_Advanced.get(1L),
// 4096k Me Storage Component
GT_ModHandler.getModItem(AppliedEnergistics2.ID, "item.ItemMultiMaterial", 1, 59),
// ME Controller
Expand Down

0 comments on commit 2570a52

Please sign in to comment.