From c74b1a862d9935995f1a56e3a9061e2eb2a5aec6 Mon Sep 17 00:00:00 2001 From: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Date: Fri, 12 Apr 2019 17:32:17 +0200 Subject: Fixed Heated Water Pump + will now drop its contents on removal + will no longer void non-burnable Items + Added ITileDropsContent for easy use + Pulled delSlot into its own Class + Created FuelSlot (a slot that will only accept burnable stacks) + API version increase + version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: bd948c36072c94e50c89213d233f9a718bb0a43b --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.properties') diff --git a/build.properties b/build.properties index 3d69f35b15..22690fd078 100644 --- a/build.properties +++ b/build.properties @@ -23,8 +23,8 @@ mc_version=1.7.10 majorUpdate=0 minorUpdate=4 -buildNumber=6 -APIVersion=5 +buildNumber=7 +APIVersion=6 ic2.version=2.2.828-experimental gregtech.version=5.09.32.36 gregtech.jenkinsbuild=143 -- cgit