diff options
author | Martin Robertz <dream-master@gmx.net> | 2021-06-19 19:23:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 19:23:11 +0200 |
commit | f087ad8e16e27b8e06298cdbd6f93114ce692a01 (patch) | |
tree | 684b3ef873dd3ad6b00a1924a97077d97ede1ba2 /src | |
parent | 282388b8167ad398dc527116531a9c41ff225903 (diff) | |
parent | bf64b321e0f1d7fa9c5f189719847f105a77ce4e (diff) | |
download | GT5-Unofficial-f087ad8e16e27b8e06298cdbd6f93114ce692a01.tar.gz GT5-Unofficial-f087ad8e16e27b8e06298cdbd6f93114ce692a01.tar.bz2 GT5-Unofficial-f087ad8e16e27b8e06298cdbd6f93114ce692a01.zip |
Merge pull request #5 from GTNewHorizons/GlodBlock-patch-1
fix recipe conflict of power pass cover and QoS
Diffstat (limited to 'src')
-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 |