diff options
author | kekzdealer <kekzdealer@gmail.com> | 2020-05-10 20:20:54 +0200 |
---|---|---|
committer | kekzdealer <kekzdealer@gmail.com> | 2020-05-10 20:20:54 +0200 |
commit | 8c8708906e7d098fc08d617549e3b78454ca0de4 (patch) | |
tree | 091e5fa67abcd4b4c01a3f694725cbcd4e49edac /.classpath | |
parent | fca88e40761389aa252428fcb756af61a6b6324b (diff) | |
download | GT5-Unofficial-8c8708906e7d098fc08d617549e3b78454ca0de4.tar.gz GT5-Unofficial-8c8708906e7d098fc08d617549e3b78454ca0de4.tar.bz2 GT5-Unofficial-8c8708906e7d098fc08d617549e3b78454ca0de4.zip |
Did work on adding LSC recipe stuff
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 111cbd5319..c5199060a4 100644 --- a/.classpath +++ b/.classpath @@ -10,6 +10,7 @@ <classpathentry combineaccessrules="false" kind="src" path="/Forge"/> <classpathentry kind="lib" path="libs/joml-1.9.18.jar"/> <classpathentry kind="lib" path="libs/CodeChickenCore-1.7.10-1.0.7.47-dev.jar"/> - <classpathentry kind="lib" path="libs/Thaumcraft-1.7.10-4.2.3.5-deobf.jar" sourcepath="libs/Thaumcraft-1.7.10-4.2.3.5-deobf-src.zip"/> + <classpathentry kind="lib" path="libs/Thaumcraft-1.7.10-4.2.3.5-deobf.jar" sourcepath="D:/Development/Thaumcraft-1.7.10-4.2.3.5-deobf-src.zip"/> + <classpathentry kind="lib" path="libs/TecTech-1.7.10-3.8.1-dev.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |