From 799e376a4c422e15dd281765348129313e3dc123 Mon Sep 17 00:00:00 2001 From: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Date: Mon, 18 Feb 2019 23:06:58 +0100 Subject: 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 --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.properties') 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 -- cgit