diff options
author | BlueWeabo <ilia.iliev2005@gmail.com> | 2023-05-27 17:11:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-27 16:11:54 +0200 |
commit | e010c8be798fda1d564880d64bde438d01ecf519 (patch) | |
tree | 92f46a37176a78445e78959c7a89e3442e986405 /.gitignore | |
parent | 67b48690b1078b489bcb017e8db9200f26b77a0c (diff) | |
download | GT5-Unofficial-e010c8be798fda1d564880d64bde438d01ecf519.tar.gz GT5-Unofficial-e010c8be798fda1d564880d64bde438d01ecf519.tar.bz2 GT5-Unofficial-e010c8be798fda1d564880d64bde438d01ecf519.zip |
blacklist benzene and helium plasma from XL Turbines (#639)
* blacklist benzene and helium plasma
* change to a list and add null check
* use hashset
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 966fea05d1..e5a436002a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,5 @@ src/main/resources/mixins.*.json /world /saves /asm -/.vscode
\ No newline at end of file +/.vscode +.factorypath |