diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-09-29 18:44:40 +0200 |
---|---|---|
committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-09-29 18:44:40 +0200 |
commit | 2ae116761204b2002e8728cc4926d60cee0732d1 (patch) | |
tree | 992a1cbb4c1e469b60caa97b6f314cc2e9c75517 /build.properties | |
parent | 95812474d5a2ccdd7936be618ba7b0f22dfcf5cb (diff) | |
download | GT5-Unofficial-2ae116761204b2002e8728cc4926d60cee0732d1.tar.gz GT5-Unofficial-2ae116761204b2002e8728cc4926d60cee0732d1.tar.bz2 GT5-Unofficial-2ae116761204b2002e8728cc4926d60cee0732d1.zip |
fixes
+General fix for Recipes that use Tier Voltage instead of Machine Voltage
+limit stack sizes for CAL to max stacksize instead of 64 to make recipes doable
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
Former-commit-id: f7ac5f2b64c8f406a7a15f3eeb016f08f48435c7
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.properties b/build.properties index ee3f254372..c5e30dde8e 100644 --- a/build.properties +++ b/build.properties @@ -23,7 +23,7 @@ mc_version=1.7.10 majorUpdate=0 minorUpdate=5 -buildNumber=2_pre14 +buildNumber=2_pre15 APIVersion=8 ic2.version=2.2.828-experimental gregtech.version=5.09.32.36 |