diff options
| author | Спартак <spartak_korolev@mail.ru> | 2019-06-08 13:24:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-08 13:24:05 +0300 |
| commit | 439019bc70105e80b6096b3b627fec4184442ac0 (patch) | |
| tree | 9180ce355f89a2a2eafc54cc2b4da12be7f41094 /src | |
| parent | e92fea4395720d186a17d7ca97882271b0fe6dd9 (diff) | |
| download | GT5-Unofficial-439019bc70105e80b6096b3b627fec4184442ac0.tar.gz GT5-Unofficial-439019bc70105e80b6096b3b627fec4184442ac0.tar.bz2 GT5-Unofficial-439019bc70105e80b6096b3b627fec4184442ac0.zip | |
Add recipe for Laser Vacuum Pipe (BloodyRecipe)
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java | 7 |
1 files changed, 7 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 7522a4928c..eece520cf3 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 @@ -49,6 +49,13 @@ public class BloodyRecipeLoader implements Runnable { ItemList.Circuit_Quantummainframe.get(1) }, Materials.Osmium.getMolten(288), CustomItemList.EMpipe.get(1), 400, 491520); + //Laser + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.DATApipe.get(1), + GT_ModHandler.getIC2Item("reinforcedGlass", 1L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Osmium, 2) + }, null, CustomItemList.LASERpipe.get(1), 100, 500000); + //endregoin |
