Skip to content

Commit

Permalink
Updated Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Jan 17, 2016
1 parent 2acc11e commit 7f6b007
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#####Version 0.7.1.1
- hotfix!
- fixed crashes caused by lack of Computer Craft
- updated ingame changelog

#####Version 0.7.1 - BUILT
- added OpenComputers and ComputerCraft support. Massive thanks to malte0811 and cobra for making that possible!
- added MineTweaker compat for the Metal Press
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import blusunrize.immersiveengineering.common.blocks.TileEntityIEBase;
import blusunrize.immersiveengineering.common.blocks.metal.TileEntityBottlingMachine;
import blusunrize.immersiveengineering.common.util.Utils;
import dan200.computercraft.api.lua.LuaException;
import li.cil.oc.api.machine.Arguments;
import li.cil.oc.api.machine.Callback;
import li.cil.oc.api.machine.Context;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package blusunrize.immersiveengineering.common.util.compat.opencomputers;

import blusunrize.immersiveengineering.common.blocks.metal.TileEntityDieselGenerator;
import cpw.mods.fml.common.Optional;
import li.cil.oc.api.machine.Arguments;
import li.cil.oc.api.machine.Callback;
import li.cil.oc.api.machine.Context;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,10 @@ ie.manual.entry.updateNews_5.subtext=Old, new; borrowed and Blu
ie.manual.entry.updateNews_50=Dear Engineer!<br><br>The new version of IE you are playing features some major changes compared to previous versions!<br>A new component has been added in the form of <link;plates;§o§nMetal §o§nPlates§r>. These plates don't entirely replace ingots, but are necessary for a few recipes. Plates can be made with an Engineer's Hammer or in a <link;metalPress;§o§nMetal §o§nPress§r>.
ie.manual.entry.updateNews_51=Among the uses for these new plates is the creation of the <link;improvedBlastfurnace;§o§nImproved §o§nBlast §o§nFurnace§r> out of Reinforced Blast Bricks. This new Blast Furnace is a much faster way of creating steel and automateable. The "old" Blast Furnace has been aptly named <link;blastfurnace;§o§nCrude §o§nBlast §o§nFurnace§r> and cannot be automated. Both Furnaces create slag now.<br>The <link;arcfurnace;§o§nArc §o§nFurnace§r> has also seen a rebalance to go along with this. Its steel costs being reduced and instead using reinforced blast bricks, making it a direct upgrade.

ie.manual.entry.updateNews_6.name=What's new in v0.7.1
ie.manual.entry.updateNews_6.subtext=Old, new; borrowed and Blu
ie.manual.entry.updateNews_60=Dear Engineer!<br><br>The past update has brought some new features and changes to Immersive Engineering. The biggest of them is the inclusion of <link;computer.general;§o§nComputer §o§nsupport§r> (obviously only available if you are using a mod that adds computers).<br>Other smaller changes include Inventory Tweaks support on the Wooden Crate and various bugfixes.

ie.manual.category.general.name=Overview and Resources
ie.manual.category.construction.name=Construction
ie.manual.category.energy.name=Power, wires, generators
Expand Down

0 comments on commit 7f6b007

Please sign in to comment.