diff options
| author | Christina Berchtold <kekzdealer@gmail.com> | 2019-06-09 23:41:14 +0200 |
|---|---|---|
| committer | Christina Berchtold <kekzdealer@gmail.com> | 2019-06-09 23:41:14 +0200 |
| commit | e806e19f3b42df2759231880afff02648908239f (patch) | |
| tree | 1cba8a919ee261f2f03f1f6f1aac381017d0544a /.classpath | |
| parent | 133b330fecda75943ab3b1e379a08e3b9ba37fc3 (diff) | |
| download | GT5-Unofficial-e806e19f3b42df2759231880afff02648908239f.tar.gz GT5-Unofficial-e806e19f3b42df2759231880afff02648908239f.tar.bz2 GT5-Unofficial-e806e19f3b42df2759231880afff02648908239f.zip | |
gradle building and recipes. SOFC fully functional. Probably first release :)
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.classpath b/.classpath index 580a8e91c4..14cfcfbb21 100644 --- a/.classpath +++ b/.classpath @@ -4,10 +4,10 @@ <classpathentry kind="src" path="src/main/resources"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry combineaccessrules="false" kind="src" path="/Forge"/> - <classpathentry kind="lib" path="lib/gregtech-5.09.32-dev.jar" sourcepath="lib/gregtech-5.09.32-dev-src.zip"/> - <classpathentry kind="lib" path="lib/industrialcraft-2-2.2.828a-experimental-deobf.jar"/> - <classpathentry kind="lib" path="lib/NotEnoughItems-1.7.10-1.0.5.120-dev.jar"/> - <classpathentry kind="lib" path="lib/CodeChickenCore-1.7.10-1.0.7.47-dev.jar"/> - <classpathentry kind="lib" path="lib/CodeChickenLib-1.7.10-1.1.3.140-dev.jar"/> + <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/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"/> </classpath> |
