diff options
author | Christina Berchtold <kekzdealer@gmail.com> | 2019-06-12 01:51:24 +0200 |
---|---|---|
committer | Christina Berchtold <kekzdealer@gmail.com> | 2019-06-12 01:51:24 +0200 |
commit | 2fd223c34f08dda3684db4e92564c9ce61ecb334 (patch) | |
tree | fc45be2bc60343a1bf89756391f70646140637ed /.classpath | |
parent | e806e19f3b42df2759231880afff02648908239f (diff) | |
download | GT5-Unofficial-2fd223c34f08dda3684db4e92564c9ce61ecb334.tar.gz GT5-Unofficial-2fd223c34f08dda3684db4e92564c9ce61ecb334.tar.bz2 GT5-Unofficial-2fd223c34f08dda3684db4e92564c9ce61ecb334.zip |
fixed non-oredicted circuits in multi controller recipes
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 14cfcfbb21..956388a675 100644 --- a/.classpath +++ b/.classpath @@ -6,7 +6,7 @@ <classpathentry combineaccessrules="false" kind="src" path="/Forge"/> <classpathentry kind="lib" path="E:/Development/KekzTech/libs/CodeChickenCore-1.7.10-1.0.7.47-dev.jar"/> <classpathentry kind="lib" path="libs/CodeChickenLib-1.7.10-1.1.3.140-dev.jar"/> - <classpathentry kind="lib" path="libs/gregtech-5.09.32-dev.jar"/> + <classpathentry kind="lib" path="libs/gregtech-5.09.32-dev.jar" sourcepath="libs/gregtech-5.09.32-dev-src.zip"/> <classpathentry kind="lib" path="libs/industrialcraft-2-2.2.828a-experimental-deobf.jar"/> <classpathentry kind="lib" path="libs/NotEnoughItems-1.7.10-1.0.5.120-dev.jar"/> <classpathentry kind="output" path="bin"/> |