Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 10, 2025
1 parent b2c3bfd commit 0eec1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gtPlusPlus/core/recipe/RecipesGregTech.java
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ private static void assemblyLineRecipes() {

RA.stdBuilder()
.metadata(RESEARCH_ITEM, aChargeResearch[aCurrSlot])
.metadata(RESEARCH_TIME, 10 * (aCurrSlot + 1) * MINUTES)
.metadata(SCANNING, new Scanning(10 * MINUTES, GTValues.VP[aCurrSlot + 1]))
.itemInputs(
ItemUtils.getSimpleStack(aGemBatteries[aCurrSlot], 2),
aCoilWire[aCurrSlot],
Expand Down

0 comments on commit 0eec1ca

Please sign in to comment.