Skip to content

Commit

Permalink
release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Nov 9, 2015
1 parent e7c873d commit 9469a14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "0.6.0"
version = "0.6.1"
group= "blusunrize"
archivesBaseName = "ImmersiveEngineering"

Expand All @@ -31,9 +31,10 @@ minecraft {
}

dependencies {

compile fileTree(dir: 'externalLibs', include: '*.jar')
}


processResources
{
inputs.property "version", project.version
Expand Down
8 changes: 5 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#####Version 0.6.1
#####Version 0.6.1 - BUILT
- added sneak-hammering to change opposite side of a pump (thanks cobra)
- added config to disable GUI rescaling in the manual
- added a recipe for the HC Hemp Trolley
Expand All @@ -12,8 +12,10 @@
- added workaround for OreDict weirdness (thanks malte0811)
- removed those debug OreDict tooltips ^^
- changed wooden barrel to not accept gasses
- changed the default bullet damage to be higher
- changed fluid pipes to pressurize fluids when inserting into pumps
- changed floodlights to be less laggy (thanks malte0811)
- changed scaffold-covered pipes to be climbable
- changed scaffolds to be removeable from pipes with sneak+rightclick with an empty hand (thanks cobra)
- fixed extracting items from the assembler
- fixed Fluid Pipes not outputting correctly (thanks cobra)
Expand All @@ -31,8 +33,8 @@
- fixed NPE on Crusher's NPE
- fixed rotating conveyors with a hammer (thanks cobra)
- fixed tanks not updating properly (thanks cobra)
- fixed wires not rerendering on servers (thanks cobra)
- fixed that rerenderign for other blocks too (thanks cobra)
- fixed wires not re-rendering on servers (thanks cobra)
- fixed that re-rendering for other blocks too (thanks cobra)
- updated jp_JP.lang
- updated zh_CN.lang

Expand Down

0 comments on commit 9469a14

Please sign in to comment.