BuildCraft 6.4.4

This commit is contained in:
asiekierka 2015-03-22 00:34:34 +01:00
parent 7bf6f02da3
commit 04fe3c31a7
3 changed files with 8 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.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]

View file

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

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.3
1.7.10:BuildCraft:6.4.4