diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2020-01-15 01:03:55 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2020-01-15 01:03:55 +0000 |
commit | 1aa5ac9a87993829353a3ee7c62a48b398b03257 (patch) | |
tree | 684c0ee613ea936c80d63513af1d0bb472c8d45b /.project | |
parent | c4da65d9055c8d82c111e7e07310a4bf446603b9 (diff) | |
download | GT5-Unofficial-1aa5ac9a87993829353a3ee7c62a48b398b03257.tar.gz GT5-Unofficial-1aa5ac9a87993829353a3ee7c62a48b398b03257.tar.bz2 GT5-Unofficial-1aa5ac9a87993829353a3ee7c62a48b398b03257.zip |
$ Tried to fix NEI handling of ChemPlant recipes.
$ Fixed rushed attempt at adding TT energy hatch support. This also fixes the PSS not correctly forming.
Diffstat (limited to '.project')
-rw-r--r-- | .project | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -2,15 +2,22 @@ <projectDescription> <name>GTplusplus</name> <comment></comment> - <projects/> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> + <projects> + </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> - <arguments/> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.buildship.core.gradleprojectbuilder</name> + <arguments> + </arguments> </buildCommand> </buildSpec> - <linkedResources/> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.buildship.core.gradleprojectnature</nature> + </natures> </projectDescription> |