BuildCraft 6.4.8

This commit is contained in:
asiekierka 2015-04-06 21:20:34 +02:00
parent 1f9280c4b4
commit 180a020fc7
3 changed files with 10 additions and 2 deletions

View file

@ -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]

View file

@ -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)

View file

@ -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