BuildCraft 7.1.15

This commit is contained in:
asiekierka 2016-03-12 09:43:40 +01:00
parent ab1fdd4d51
commit 20f69002fc
4 changed files with 19 additions and 3 deletions

View file

@ -22,14 +22,13 @@ apply plugin: 'forge' // adds the forge dependency
apply plugin: 'maven' // for uploading to a maven repo
apply plugin: 'checkstyle'
version = "7.1.14"
version = "7.1.15"
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]
ext.mcModInfo = new groovy.json.JsonSlurper().parse(file("buildcraft_resources/mcmod.info"))
ext.priv = parseConfig(file('private.properties'))
minecraft {
version = "1.7.10-10.13.4.1490-1.7.10" // 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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 530 B

After

Width:  |  Height:  |  Size: 1,020 B

View file

@ -0,0 +1,17 @@
Changes:
* Added netherwart support for harvesting. (smbarbour)
* The Advanced Crafting Table is back. (asie)
Bugs fixed:
* [#3216] Repair recipe auto workbench fail (asie)
* [#3174] Lava in tanks emits light level for the whole tank (asie)
* [#3168] Client-side crash with invalid pipe wire item (asie)
* [#3166, #3157] NPE in Fillers (asie)
* [#3148] NPE upon invalid stripes pipe retraction. (asie)
* [#3134] NPE in PipeTransportFluidsRenderer (Geforce132)
Notes:
* Apparently, Logistics Pipes and BuildCraftCompat combined cause a CoFH API not found crash. Install CoFHLib as a workaround.

View file

@ -1,3 +1,3 @@
1.6.4:BuildCraft:4.2.2
1.7.2:BuildCraft:6.0.16
1.7.10:BuildCraft:7.1.14
1.7.10:BuildCraft:7.1.15