Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Fix recipe (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba6000 authored Feb 17, 2024
1 parent 8c0550d commit 075b8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/kubatech/loaders/RecipeLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ private static void RegisterTeaLine() {
100,
32);
GT_Values.RA.stdBuilder()
.itemInputs(TeaLeafDehydrated.get(1))
.itemInputs(TeaLeafDehydrated.get(1), GT_Utility.getIntegratedCircuit(1))
.itemOutputs(RolledTeaLeaf.get(1))
.eut(32)
.duration(5 * SECONDS)
Expand Down

0 comments on commit 075b8f6

Please sign in to comment.