prepare 6.0.12 release
This commit is contained in:
parent
34e0bf9637
commit
af402df7f9
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: 'checkstyle'
|
||||
|
||||
version = "6.0.11"
|
||||
version = "6.0.12"
|
||||
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]
|
||||
|
||||
|
|
8
buildcraft_resources/changelog/6.0.12
Executable file
8
buildcraft_resources/changelog/6.0.12
Executable file
|
@ -0,0 +1,8 @@
|
|||
#1785 improve consistency of schematic API naming [SpaceToad]
|
||||
#1784 fix crashes when using reflexion with pipes [undergroundminer3]
|
||||
#1783 fix NPE in Box.extendToEncompass [SpaceToad]
|
||||
#1782 fix tile marker crashes [SpaceToad]
|
||||
#1781 support for IO modes in MjAPI enhancement [Prototik]
|
||||
#1780 fix possible crash while scrolling through facades [SpaceToad]
|
||||
#1779 improve blueprint behavior when blocks are missing [SpaceToad]
|
||||
#1778 enhance default behavior of id translation [SpaceToad]
|
|
@ -1,2 +1,2 @@
|
|||
1.6.4:BuildCraft:4.2.2
|
||||
1.7.2:BuildCraft:6.0.11
|
||||
1.7.2:BuildCraft:6.0.12
|
Loading…
Reference in a new issue