diff options
author | Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> | 2022-07-09 20:30:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-09 19:30:36 +0700 |
commit | 770e39ee367cd0385a284ed39ccdf91c7e6276ba (patch) | |
tree | 743781f053f8393015e0db3687027b36925f7296 /src/main/java/gtPlusPlus/core/recipe | |
parent | a91621287e36a53ac881340e3fd285194e62a4ff (diff) | |
download | GT5-Unofficial-770e39ee367cd0385a284ed39ccdf91c7e6276ba.tar.gz GT5-Unofficial-770e39ee367cd0385a284ed39ccdf91c7e6276ba.tar.bz2 GT5-Unofficial-770e39ee367cd0385a284ed39ccdf91c7e6276ba.zip |
coal tar line and kervlar (#235)
Diffstat (limited to 'src/main/java/gtPlusPlus/core/recipe')
-rw-r--r-- | src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java index 09e72eb1f7..9ee75bb576 100644 --- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java +++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java @@ -1344,6 +1344,7 @@ public class RECIPES_GREGTECH { 180); } //Alternative ACETIC ANHYDRIDE recipe for Kevlar Line + //2C2H4O2 = C4H6O3 + H2O CORE.RA.addDehydratorRecipe( new ItemStack[] { CI.getNumberedAdvancedCircuit(18), |