diff options
| author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-02-12 01:16:39 +0100 |
|---|---|---|
| committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-02-12 01:16:39 +0100 |
| commit | 273c5a96dddbd4862c7f97d55e5145ae4e3d2628 (patch) | |
| tree | e4e9be164215f4fdac3d7621ff1ff6392b4a1798 /.gitignore | |
| parent | e412e90f5f9e571aaebf1e05d593a1f0627c8405 (diff) | |
| download | GT5-Unofficial-273c5a96dddbd4862c7f97d55e5145ae4e3d2628.tar.gz GT5-Unofficial-273c5a96dddbd4862c7f97d55e5145ae4e3d2628.tar.bz2 GT5-Unofficial-273c5a96dddbd4862c7f97d55e5145ae4e3d2628.zip | |
fixes
added soft dependencies,
fixed stirling generator not consuming liquid when bucketed,
fixed empty recipe when Crops++ is installed,
fixed DEHP crash when GTNH is installed
fixed DEHP not automatically starting when reaching the ground
version increase
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
Former-commit-id: 2cca15cbc1be86cdbd9175a3094fda4fcc984d37
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3f30d148b0..2963c6d257 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,5 @@ hs_err_pid* /build /out /.gradle -/venv
\ No newline at end of file +/venv +/libs
\ No newline at end of file |
