Skip to content

Commit

Permalink
Build 48
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Oct 27, 2016
1 parent a1dbc0f commit eaaac85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def mainVersion = "0.10"
def buildNumber = "47"
def buildNumber = "48"

// For those who want the bleeding edge
buildscript {
Expand Down Expand Up @@ -118,8 +118,15 @@ task apiZip(type: Zip) {
}
classifier = 'api'
}
task apiJar(type: Jar) {
from(sourceSets.main.java) {
include "blusunrize/immersiveengineering/api/**"
}
classifier = 'api'
}

artifacts {
archives deobfJar
archives apiZip
archives apiJar
}
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#####Version 0.10-48
#####Version 0.10-48 - BUILT
- added CTM support to Engineering Blocks and Scaffolds when Chisel is installed (in cooperation with Drullkus)
- changed Breakers to be rotatable (thanks Malte)
- changed Conveyor Belts showing walls when having their sides towards a metal press or assembler
Expand Down

0 comments on commit eaaac85

Please sign in to comment.