From 7898637b331ccdcd17f13740d5ba55106f5021ad Mon Sep 17 00:00:00 2001 From: SpaceToad Date: Sat, 31 May 2014 18:16:42 +0200 Subject: [PATCH] prepare version 6.0.16 --- build.gradle | 2 +- buildcraft_resources/changelog/6.0.16 | 6 ++++++ buildcraft_resources/versions.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100755 buildcraft_resources/changelog/6.0.16 diff --git a/build.gradle b/build.gradle index bbf88865..9dbc8683 100755 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ apply plugin: 'forge' // adds the forge dependency apply plugin: 'maven' // for uploading to a maven repo apply plugin: 'checkstyle' -version = "6.0.15" +version = "6.0.16" group= "com.mod-buildcraft" archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension] diff --git a/buildcraft_resources/changelog/6.0.16 b/buildcraft_resources/changelog/6.0.16 new file mode 100755 index 00000000..75db224a --- /dev/null +++ b/buildcraft_resources/changelog/6.0.16 @@ -0,0 +1,6 @@ +#1854 fix tile marker crash [Prototik] +#1852 fix pump crash [Prototik] +#1848 energy converter crash [Prototik] +#1842 take into account blueprints with no ids [SpaceToad] +#1833 fix canFill/canDrain in tanks [Prototik] +#1831 Fix possible NPE in FacadeItemRenderer [Prototik] \ No newline at end of file diff --git a/buildcraft_resources/versions.txt b/buildcraft_resources/versions.txt index 2c3276cc..d0ca4551 100755 --- a/buildcraft_resources/versions.txt +++ b/buildcraft_resources/versions.txt @@ -1,2 +1,2 @@ 1.6.4:BuildCraft:4.2.2 -1.7.2:BuildCraft:6.0.15 \ No newline at end of file +1.7.2:BuildCraft:6.0.16 \ No newline at end of file