BuildCraft 6.4.8
This commit is contained in:
parent
1f9280c4b4
commit
180a020fc7
3 changed files with 10 additions and 2 deletions
|
@ -22,7 +22,7 @@ apply plugin: 'forge' // adds the forge dependency
|
||||||
apply plugin: 'maven' // for uploading to a maven repo
|
apply plugin: 'maven' // for uploading to a maven repo
|
||||||
apply plugin: 'checkstyle'
|
apply plugin: 'checkstyle'
|
||||||
|
|
||||||
version = "6.4.7"
|
version = "6.4.8"
|
||||||
group= "com.mod-buildcraft"
|
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]
|
archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]
|
||||||
|
|
||||||
|
|
8
buildcraft_resources/changelog/6.4.8
Normal file
8
buildcraft_resources/changelog/6.4.8
Normal 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)
|
|
@ -1,3 +1,3 @@
|
||||||
1.6.4:BuildCraft:4.2.2
|
1.6.4:BuildCraft:4.2.2
|
||||||
1.7.2:BuildCraft:6.0.16
|
1.7.2:BuildCraft:6.0.16
|
||||||
1.7.10:BuildCraft:6.4.7
|
1.7.10:BuildCraft:6.4.8
|
||||||
|
|
Loading…
Reference in a new issue