prepare 6.0.14 release
This commit is contained in:
parent
89f71c515b
commit
b63fb22db4
3 changed files with 12 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 = "6.0.13"
|
||||
version = "6.0.14"
|
||||
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]
|
||||
|
||||
|
|
10
buildcraft_resources/changelog/6.0.14
Executable file
10
buildcraft_resources/changelog/6.0.14
Executable file
|
@ -0,0 +1,10 @@
|
|||
#1824 wooden pipes should be able to interract again with older power machines [SpaceToad]
|
||||
#1823 possible issues with Facades [Prototik]
|
||||
#1821 fix potential NPE in AssemblyTable [Prototik]
|
||||
#1820 fix potential NPE in blueprints bug-minor [Prototik]
|
||||
#1815 fixed minor crashes with blueprints [SpaceToad]
|
||||
#1812 errors when removing blueprint too early from library [SpaceToad]
|
||||
#1811 problems with the blueprint deployer [SpaceToad]
|
||||
#1810 make Converter block works with pipes [Prototik]
|
||||
#1808 "Phased" Facades localization [dmillerw]
|
||||
#1746 fixed various power transmission issues [SpaceToad]
|
|
@ -1,2 +1,2 @@
|
|||
1.6.4:BuildCraft:4.2.2
|
||||
1.7.2:BuildCraft:6.0.13
|
||||
1.7.2:BuildCraft:6.0.14
|
Loading…
Reference in a new issue