diff options
| author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-01-09 19:17:23 +0100 |
|---|---|---|
| committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-01-09 19:17:23 +0100 |
| commit | 82bd52008b663bd38e96472c5d12a3db8bca63b3 (patch) | |
| tree | 0fdffcfce6e9d3e163d0bcdf9cbc681153860986 /.gitignore | |
| parent | b1e249a5d28a0fcc72943042866580147b6efb40 (diff) | |
| download | GT5-Unofficial-82bd52008b663bd38e96472c5d12a3db8bca63b3.tar.gz GT5-Unofficial-82bd52008b663bd38e96472c5d12a3db8bca63b3.tar.bz2 GT5-Unofficial-82bd52008b663bd38e96472c5d12a3db8bca63b3.zip | |
Bio Cultre System!
-Added the Bio Cultre System
-Added the Bio Vat, Bio Lab and custom Glas types
-Updated Copyright on the Files
-Added a shitton of ressources
-Added an API to for the Bio Cultre System
-Added a Phyton Script for the ease of adding Glas Types to the Bio Vat
-Fixed Spawning on custom blocks
-Fixed Nuggets giving out boni in the windmill
-Fixed tooltip again for the Windmill
-Added dimensionsIDs to the BlockCoord class
-Added apiJar, sourceJar, devJar to the grandlew output
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 181e20b1b3..317f54dbb6 100644 --- a/.gitignore +++ b/.gitignore @@ -25,11 +25,12 @@ *.rar *.bin *.lock - +*.sqlite # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* /eclipse /build /out -/.gradle
\ No newline at end of file +/.gradle +/venv
\ No newline at end of file |
