diff --git a/build.gradle b/build.gradle index 15f1650b..4492a8f8 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.4.3" +version = "6.4.4" 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.4.4 b/buildcraft_resources/changelog/6.4.4 new file mode 100644 index 00000000..eb937448 --- /dev/null +++ b/buildcraft_resources/changelog/6.4.4 @@ -0,0 +1,6 @@ +Bugfixes: +* [#2574} Construction Marker issues (asie) +* [#2566] ConcurrentModificationException on Planter (hea3ven) +* Broken alternate sealant recipe config option (Unh0lyTigg) +* Planters sometimes not finding valid blocks (hea3ven) +* Potential fix for block breaking robots hanging up on air blocks (Kubuxu) diff --git a/buildcraft_resources/versions.txt b/buildcraft_resources/versions.txt index a725e268..1ad4c21c 100755 --- a/buildcraft_resources/versions.txt +++ b/buildcraft_resources/versions.txt @@ -1,3 +1,3 @@ 1.6.4:BuildCraft:4.2.2 1.7.2:BuildCraft:6.0.16 -1.7.10:BuildCraft:6.4.3 +1.7.10:BuildCraft:6.4.4