Skip to content

Commit

Permalink
add recipe for wireless hub
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 18, 2025
1 parent 0f23a56 commit 5c2f0d4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4859,6 +4859,12 @@ private void makeAE2Recipes() {
GTUtility.getIntegratedCircuit(2))
.itemOutputs(getModItem(AE2Stuff.ID, "Wireless", 1)).duration(5 * SECONDS).eut(TierEU.RECIPE_HV)
.addTo(assemblerRecipes);

// Wireless Hub
GTValues.RA.stdBuilder()
.itemInputs(getModItem(AE2Stuff.ID, "Wireless", 8, 0, missing), ItemList.Emitter_LuV.get(1))
.itemOutputs(getModItem(AE2Stuff.ID, "Wireless", 1, 17, missing)).duration(10 * SECONDS)
.eut(TierEU.RECIPE_IV).addTo(assemblerRecipes);
}

if (TinkerConstruct.isModLoaded()) {
Expand Down

0 comments on commit 5c2f0d4

Please sign in to comment.