Skip to content

Commit

Permalink
Update ManipulatorRecipes.java (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Breviel authored Feb 8, 2025
1 parent fffb166 commit a235d62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private static void addMK2Recipes() {

// Power core MK2
GTValues.RA.stdBuilder()
.metadata(RESEARCH_ITEM, ItemList.Circuit_Chip_HPIC.get(2))
.metadata(RESEARCH_ITEM, ItemList.Circuit_Chip_HPIC.get(1))
.metadata(SCANNING, new Scanning(1 * MINUTES, TierEU.RECIPE_LuV))
.itemInputs(
GTOreDictUnificator.get(OrePrefixes.itemCasing, Materials.HSSS, 8),
Expand Down Expand Up @@ -390,7 +390,7 @@ private static void addMK3Recipe() {

// Power core MK3
GTValues.RA.stdBuilder()
.metadata(RESEARCH_ITEM, ItemList.Circuit_Chip_UHPIC.get(2))
.metadata(RESEARCH_ITEM, ItemList.Circuit_Chip_UHPIC.get(1))
.metadata(SCANNING, new Scanning(2 * MINUTES, TierEU.RECIPE_ZPM))
.itemInputs(
GTOreDictUnificator.get(OrePrefixes.itemCasing, Materials.NaquadahAlloy, 8),
Expand Down

0 comments on commit a235d62

Please sign in to comment.