prepare 6.0.10 release
This commit is contained in:
parent
deee15abf9
commit
492b2805bf
3 changed files with 20 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.9"
|
||||
version = "6.0.10"
|
||||
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]
|
||||
|
||||
|
|
18
buildcraft_resources/changelog/6.0.10
Executable file
18
buildcraft_resources/changelog/6.0.10
Executable file
|
@ -0,0 +1,18 @@
|
|||
#1722 fix server crash when dropping objects [SpaceToad]
|
||||
#1721 allow architect GUI textbox to receive repetitive keys [tambry]
|
||||
#1720 focus textfield when opening architect GUI [tambry]
|
||||
#1719 make some blueprint library slots output slots enhancement [tambry]
|
||||
#1718 temporary re-install old architect graphics [SpaceToad]
|
||||
#1717 added library blueprint folders and allow configuration [SpaceToad]
|
||||
#1716 change visibility for the things in TravelingItem [Prototik]
|
||||
#1715 localize update messages [Prototik]
|
||||
#1713 use regular textbox for architect and more flexible naming [SpaceToad]
|
||||
#1712 architect doesn't store any air blocks [SpaceToad]
|
||||
#1711 fix average power consumption computation [Prototik]
|
||||
#1710 fix library eating stacked blueprints [SpaceToad]
|
||||
#1709 reactivating version check messages [SpaceToad]
|
||||
#1708 architect output is not writable anymore [tambry]
|
||||
(#1705 ignore some Eclipse preferences [tambry])
|
||||
(#1704 fixed a typo [tambry])
|
||||
#1702 fixed crash when building a blueprint with missing blocks [SpaceToad]
|
||||
#1701 fixed starting position for builder [SpaceToad]
|
|
@ -1,2 +1,2 @@
|
|||
1.6.4:BuildCraft:4.2.2
|
||||
1.7.2:BuildCraft:6.0.9
|
||||
1.7.2:BuildCraft:6.0.10
|
Loading…
Reference in a new issue