diff options
author | GlodBlock <60341015+GlodBlock@users.noreply.github.com> | 2021-06-19 16:03:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 16:03:56 +0800 |
commit | bf64b321e0f1d7fa9c5f189719847f105a77ce4e (patch) | |
tree | 684b3ef873dd3ad6b00a1924a97077d97ede1ba2 /src/main | |
parent | 282388b8167ad398dc527116531a9c41ff225903 (diff) | |
download | GT5-Unofficial-bf64b321e0f1d7fa9c5f189719847f105a77ce4e.tar.gz GT5-Unofficial-bf64b321e0f1d7fa9c5f189719847f105a77ce4e.tar.bz2 GT5-Unofficial-bf64b321e0f1d7fa9c5f189719847f105a77ce4e.zip |
fix recipe conflict of power pass cover and QoS
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index df52b4ad89..998be3b251 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -1844,6 +1844,7 @@ public class DreamCraftRecipeLoader implements Runnable { //Power Pass Upgrade Cover GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.Machine_Multi_Transformer.get(1), + GT_Utility.getIntegratedCircuit(1) }, null, CustomItemList.powerPassUpgradeCover.getWithDamage(1, 0), 320, 30720); //endregion |