prepare version 6.0.16
This commit is contained in:
parent
8bff372360
commit
7898637b33
3 changed files with 8 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.15"
|
||||
version = "6.0.16"
|
||||
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]
|
||||
|
||||
|
|
6
buildcraft_resources/changelog/6.0.16
Executable file
6
buildcraft_resources/changelog/6.0.16
Executable file
|
@ -0,0 +1,6 @@
|
|||
#1854 fix tile marker crash [Prototik]
|
||||
#1852 fix pump crash [Prototik]
|
||||
#1848 energy converter crash [Prototik]
|
||||
#1842 take into account blueprints with no ids [SpaceToad]
|
||||
#1833 fix canFill/canDrain in tanks [Prototik]
|
||||
#1831 Fix possible NPE in FacadeItemRenderer [Prototik]
|
|
@ -1,2 +1,2 @@
|
|||
1.6.4:BuildCraft:4.2.2
|
||||
1.7.2:BuildCraft:6.0.15
|
||||
1.7.2:BuildCraft:6.0.16
|
Loading…
Reference in a new issue