Merge branch '6.5.x' of github.com:BuildCraft/BuildCraft into 7.1.x
This commit is contained in:
commit
e59e740642
5 changed files with 13 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: '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]
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 233 B |
5
buildcraft_resources/changelog/7.0.15
Normal file
5
buildcraft_resources/changelog/7.0.15
Normal 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)
|
6
buildcraft_resources/changelog/7.0.16
Normal file
6
buildcraft_resources/changelog/7.0.16
Normal file
|
@ -0,0 +1,6 @@
|
|||
Bugs fixed:
|
||||
|
||||
* Fluid pipe behaviour regression (asie)
|
||||
* Integrated hollow facade becoming non-hollow (asie)
|
||||
* Rotating pipe orientation not working well in blueprints (asie)
|
||||
* Void fluid pipe having wrong colours (asie)
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue