diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-04 00:54:48 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-04 00:54:48 +1000 |
commit | c736d1091698a2ef1a4a4c953392683d12abdc93 (patch) | |
tree | 6ef4beedf5fc653995c98c3d1d645b113557797b /.project | |
parent | 4e3816e70a7cd9a36f609e421911275444ddbb75 (diff) | |
download | GT5-Unofficial-c736d1091698a2ef1a4a4c953392683d12abdc93.tar.gz GT5-Unofficial-c736d1091698a2ef1a4a4c953392683d12abdc93.tar.bz2 GT5-Unofficial-c736d1091698a2ef1a4a4c953392683d12abdc93.zip |
+ Added Super Chests.
$ More work on Gregtech ASM.
> NBTTagCompound is now created in MetaTileEntity. getDrops() & breakBlock() are also both overwritten.
Diffstat (limited to '.project')
-rw-r--r-- | .project | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,8 +10,14 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> </natures> </projectDescription> |