Skip to content

Commit 2fddee9

Browse files
committed
prepare 6.0.13 release
1 parent bd846a5 commit 2fddee9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ apply plugin: 'forge' // adds the forge dependency
2222
apply plugin: 'maven' // for uploading to a maven repo
2323
apply plugin: 'checkstyle'
2424

25-
version = "6.0.12"
25+
version = "6.0.13"
2626
group= "com.mod-buildcraft"
2727
archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]
2828

2929
minecraft {
30-
version = "1.7.2-10.12.1.1060" // McVersion-ForgeVersion this variable is later changed to contain only the MC version, while the apiVersion variable is used for the forge version. Yeah its stupid, and will be changed eentually.
30+
version = "1.7.2-10.12.1.1079" // McVersion-ForgeVersion this variable is later changed to contain only the MC version, while the apiVersion variable is used for the forge version. Yeah its stupid, and will be changed eentually.
3131

3232
assetDir = "run/assets" // the place for ForgeGradle to download the assets. The assets that the launcher gets and stuff
3333

buildcraft_resources/changelog/6.0.13

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#1799 fix drain method causing dupe glitches [M3gaFr3ak]
2+
#1794 glass should be considered standalone block [SpaceToad]
3+
#1792 remove unnecessary extends for ISidedBatteryProvider [Prototik]
4+
#1791 refinery doesn't get emptied in blueprints [SpaceToad]
5+
#1790 blueprints don't remove liquid from pumps [SpaceToad]
6+
#1789 quarries should not remove bedrock [SpaceToad]
7+
#1786 migrate to Forge's fake player management [SpaceToad]

buildcraft_resources/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
1.6.4:BuildCraft:4.2.2
2-
1.7.2:BuildCraft:6.0.12
2+
1.7.2:BuildCraft:6.0.13

0 commit comments

Comments
 (0)