diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2022-01-06 11:18:05 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2022-01-06 11:18:05 +0000 |
commit | 7c02ac0977ee37dda637d21d7d1092835b1d03eb (patch) | |
tree | 0e309268d0ffdd56cb1e72dae70dc2c92c887b09 /.gitignore | |
parent | 1ffbfdf48d9c23712932f6d25f1bc1529202412e (diff) | |
download | GT5-Unofficial-7c02ac0977ee37dda637d21d7d1092835b1d03eb.tar.gz GT5-Unofficial-7c02ac0977ee37dda637d21d7d1092835b1d03eb.tar.bz2 GT5-Unofficial-7c02ac0977ee37dda637d21d7d1092835b1d03eb.zip |
Added Asm, Screenshots and World to .gitignore.
Removed some useless classes.
Buffed Amazon Packager.
Implemented Caching for Amazon Packager.
Fixed all GT++ multis getting stuck when input bus contains less than required input of an item. (It will check other inputs for another valid recipe now)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 558ad12d27..ba4022fb72 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ whitelist.json *.ipr *.iws src/main/resources/mixins.*.json +asm +/screenshots +/world |