diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-02-18 23:06:58 +0100 |
---|---|---|
committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-02-18 23:06:58 +0100 |
commit | 799e376a4c422e15dd281765348129313e3dc123 (patch) | |
tree | bac63677fe4e5d5a28a5353f2337009b13466a57 /build.properties | |
parent | 145c36f7579ccc4dc479d577f83e83b88b3f2fc1 (diff) | |
download | GT5-Unofficial-799e376a4c422e15dd281765348129313e3dc123.tar.gz GT5-Unofficial-799e376a4c422e15dd281765348129313e3dc123.tar.bz2 GT5-Unofficial-799e376a4c422e15dd281765348129313e3dc123.zip |
fixes and API update
-fixed a bug where a circle dependency may exist
-fixed a bug where Bacteria might be null
-fixed a bug where the fallback might be wrong
-fixed NBT issues with BioData
-cleaned up NEI
-fixed a bug where bacteria fluids might be null
-optimised hashcodes to use murmur3 instead of Objects.hash
Former-commit-id: a098d67778e16924b2f65e307f1b2be5131b4ce0
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.properties b/build.properties index 725d6c5b1d..c2c1580cde 100644 --- a/build.properties +++ b/build.properties @@ -23,8 +23,8 @@ mc_version=1.7.10 majorUpdate=0 minorUpdate=3 -buildNumber=21 -APIVersion=3 +buildNumber=22 +APIVersion=4 ic2.version=2.2.828-experimental gregtech.version=5.09.32.36 gregtech.jenkinsbuild=143
\ No newline at end of file |