diff options
author | Спартак <spartak_korolev@mail.ru> | 2018-06-03 00:09:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-03 00:09:42 +0300 |
commit | 853266cf0139c46b4ae1afb0280591c4cfcaf462 (patch) | |
tree | 9180d81111164839aed594e628b9058b373308fa /src | |
parent | 3fee1a7b1a6787dba4801df667ead81ad1d8de4a (diff) | |
download | GT5-Unofficial-853266cf0139c46b4ae1afb0280591c4cfcaf462.tar.gz GT5-Unofficial-853266cf0139c46b4ae1afb0280591c4cfcaf462.tar.bz2 GT5-Unofficial-853266cf0139c46b4ae1afb0280591c4cfcaf462.zip |
Update BloodyRecipeLoader.java
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java index 7999b719e1..6e3a95aaad 100644 --- a/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java @@ -38,6 +38,18 @@ public class BloodyRecipeLoader implements Runnable { }, Materials.Polytetrafluoroethylene.getMolten(144), CustomItemList.DATApipe.get(1), 200, 30720); //endregion + + //Tunnel + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.DATApipe.get(1), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Osmiridium, 4), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Osmium, 4), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 2), + ItemList.Field_Generator_MV.get(1), + ItemList.Circuit_Quantummainframe.get(1) + }, Materials.Osmium.getMolten(288), CustomItemList.EMpipe.get(1), 400, 491520); + + //endregoin //region casing |