diff --git a/build.gradle b/build.gradle index dd541e8f..1ee87f02 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.13" +version = "6.0.14" 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.14 b/buildcraft_resources/changelog/6.0.14 new file mode 100755 index 00000000..9570fdf4 --- /dev/null +++ b/buildcraft_resources/changelog/6.0.14 @@ -0,0 +1,10 @@ +#1824 wooden pipes should be able to interract again with older power machines [SpaceToad] +#1823 possible issues with Facades [Prototik] +#1821 fix potential NPE in AssemblyTable [Prototik] +#1820 fix potential NPE in blueprints bug-minor [Prototik] +#1815 fixed minor crashes with blueprints [SpaceToad] +#1812 errors when removing blueprint too early from library [SpaceToad] +#1811 problems with the blueprint deployer [SpaceToad] +#1810 make Converter block works with pipes [Prototik] +#1808 "Phased" Facades localization [dmillerw] +#1746 fixed various power transmission issues [SpaceToad] \ No newline at end of file diff --git a/buildcraft_resources/versions.txt b/buildcraft_resources/versions.txt index 2440348e..610eee1e 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.13 \ No newline at end of file +1.7.2:BuildCraft:6.0.14 \ No newline at end of file