BuildCraft 7.0.15

This commit is contained in:
Adrian 2015-07-12 15:50:36 +02:00
parent 7c5d4b0d42
commit 31014697b4
3 changed files with 7 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 = "7.0.14"
version = "7.0.15"
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,5 @@
Bugs fixed:
* [#2883] Pipe Empty/Fluid Traversing not working on fluid pipes (asie)
* [#2882] **Massive Recipe Packager dupe bug** (asie)
* Packager GUI issues on shift-click (asie)

View file

@ -1,3 +1,3 @@
1.6.4:BuildCraft:4.2.2
1.7.2:BuildCraft:6.0.16
1.7.10:BuildCraft:7.0.14
1.7.10:BuildCraft:7.0.15