diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-10-29 15:57:53 +0100 |
---|---|---|
committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-10-29 15:57:53 +0100 |
commit | 930944f5f0cee1bca1241e0bc179edcbe265d3bb (patch) | |
tree | ebefd9d362a2e9e4e3ecfee937761fa6e24e5f77 /build.properties | |
parent | 26579069b0d2b033c70311231d7572a022c5d307 (diff) | |
download | GT5-Unofficial-930944f5f0cee1bca1241e0bc179edcbe265d3bb.tar.gz GT5-Unofficial-930944f5f0cee1bca1241e0bc179edcbe265d3bb.tar.bz2 GT5-Unofficial-930944f5f0cee1bca1241e0bc179edcbe265d3bb.zip |
fixes
+ removed final field stuff due to a "java.lang.NoSuchMethodError" on server
+ fixed last remaining Platinum reverse recipes for Dreamcraft/GT Items
+ fixed a typo in the centrifuge recipe
+ added a circuit priorisation mode for the MEGA EBF
+ redid the CircuitAssemblyLine Structure-Check
+ version increase to match testing version
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
Former-commit-id: 7037b78d15f87115e9064f712aaacd523d9784d6
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 470fd99ff4..e355c9df43 100644 --- a/build.properties +++ b/build.properties @@ -23,7 +23,7 @@ mc_version=1.7.10 majorUpdate=0 minorUpdate=5 -buildNumber=2_pre20 +buildNumber=2_pre23 APIVersion=8 ic2.version=2.2.828-experimental gregtech.version=5.09.32.36 |