Skip to content

Commit

Permalink
Version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Aug 6, 2015
1 parent f1792e5 commit ebafdeb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "0.5.1"
version = "0.5.2"
group= "blusunrize"
archivesBaseName = "ImmersiveEngineering"

Expand Down
17 changes: 15 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
#####Version 0.5.1
#####Version 0.5.2 - BUILT
- fixed boundingboxes on slabs
- fixed shift-clicking items in the arc furnace
- fixed Arc Furnace structure + collision
- fixed broken Blueprint crafting
- fixed Arc Furnace not updating its electrodes when shut off by redstone
- fixed Raytracing of connectors allowing for invalid connections
- fixed placement issues of connectors replacing blocks and hovering in the air
- added localization for IE villager
- attempted to fix blueprints spawning as dungeon loot
- disabled EE3 compat module till I can make it work right


#####Version 0.5.1 - BUILT
- removed OreDict tooltip and moved tooltips to clientside-only
- fixed degrading electrodes in unpowered Arc Furnace
- added additional bounding box blocks to Arc Furnace, will require the furnace to be rebuilt
Expand All @@ -9,7 +22,7 @@
- fixed steel not being craftable into blocks, nuggets and slabs


#####Version 0.5.0
#####Version 0.5.0 - BUILT
- added Arc Furnace! Yes, it's a thing now!
- added metal slabs
- added Blueprint crafting. This will be used for bullets and other things in future
Expand Down

0 comments on commit ebafdeb

Please sign in to comment.