diff options
| author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-12-02 22:04:20 +0100 |
|---|---|---|
| committer | Daniel <daniel112092@gmail.com> | 2019-12-02 22:04:20 +0100 |
| commit | 1d3caaf08b6be1f545dce06656f61c1d132efc1c (patch) | |
| tree | 5f9d83f35d9a7b9f391eeb6f5d8bbb38e62495e7 /build.properties | |
| parent | 330eeb88b0227f60144ed59b28f017f00d520291 (diff) | |
| download | GT5-Unofficial-1d3caaf08b6be1f545dce06656f61c1d132efc1c.tar.gz GT5-Unofficial-1d3caaf08b6be1f545dce06656f61c1d132efc1c.tar.bz2 GT5-Unofficial-1d3caaf08b6be1f545dce06656f61c1d132efc1c.zip | |
improved loading times a lot (#211)
* improved loading times a lot
+ whitelisted only a few materials that really get changed with gt
+ code maintenance
+ tested and ready for shipping
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
* improved readability
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
* improved loading times by buffing recipes
+ buffer increases performance by another ~40%
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
* Fixed breaking bug
+ added a config option to disable material whitelist
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
Diffstat (limited to 'build.properties')
| -rw-r--r-- | build.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build.properties b/build.properties index 7ccabb50c2..47ade547b9 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,6 @@ minecraft.version=1.7.10 forge.version=10.13.4.1614-1.7.10 - -gt.version=5.09.33.23 +gt.version=5.09.33.24 ae2.version=rv2-beta-33 applecore.version=1.7.10-1.2.1+107.59407 |
