From 180a020fc71d28e50f8c1ae99e7791db2c0641d5 Mon Sep 17 00:00:00 2001 From: asiekierka Date: Mon, 6 Apr 2015 21:20:34 +0200 Subject: [PATCH] BuildCraft 6.4.8 --- build.gradle | 2 +- buildcraft_resources/changelog/6.4.8 | 8 ++++++++ buildcraft_resources/versions.txt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 buildcraft_resources/changelog/6.4.8 diff --git a/build.gradle b/build.gradle index 4e082920..c739bc1a 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.7" +version = "6.4.8" 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.8 b/buildcraft_resources/changelog/6.4.8 new file mode 100644 index 00000000..ca3689a4 --- /dev/null +++ b/buildcraft_resources/changelog/6.4.8 @@ -0,0 +1,8 @@ +Improvements: +* Pipes are now much more conservative about causing chunk re-renders (asie) +* Rewrote fluid extraction pipe code to be more controllable (asie) +* The [BuildCraft] fake player UUID is now output to console logs (asie) + +Bugs fixed: +* [#2616] Crash in specific usages of the Assembly Table (asie, TheLoneWolfling) +* Robots change color after picking up a leaf block (hea3ven) diff --git a/buildcraft_resources/versions.txt b/buildcraft_resources/versions.txt index 69b4b98b..acbd65eb 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.7 +1.7.10:BuildCraft:6.4.8