Skip to content

Commit

Permalink
Updating Changelog and Forge requirement in code
Browse files Browse the repository at this point in the history
  • Loading branch information
erogenousbeef-zz committed Apr 4, 2015
1 parent 8df862b commit ca6c1aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions Changelog.md
Expand Up @@ -6,8 +6,18 @@ Next Release (Anticipated Version: 0.5.0A)



Current Release (0.4.2A2)
Current Release (0.4.3A)
--------------------------------
- **Dependency**: Forge dependency update to **10.13.2.1291**
- **Dependency**: CoFHCore dependency update to **3.0.0RC7**
- Bugfix: Fixed a number of crashes and corrupt states which could occur when breaking blocks on a running reactor. This occurred most commonly when breaking multiple blocks with a Tinker's Construct hammer.
- Bugfix: Fixed reactorPowerProductionMultiplier and turbinePowerProductionMultiplier using the config value for powerProductionMultiplier, causing exponential output changes when changing powerProductionMultiplier.
- Bugfix: Valentine's Day easter egg now correctly fires on Valentine's day, not a month later. Thanks RAnders00!

Older Releases
--------------

### 0.4.2A/0.4.2A2
- Enhancement: Added setControlRodName, getControlRodLocation Computer methods
- Enhancement: Turbine rotors now emit light for player convenience
- Enhancement: Exceptions during Lua execution in ComputerCraft are now rethrown as LuaExceptions and will appear in Lua, instead of being logged out. Should reduce server log spam on servers with buggy CC programs.
Expand All @@ -18,9 +28,6 @@ Current Release (0.4.2A2)
- Bugfix: Turbines properly confine their coil calculations to their interiors and do not count exterior metal blocks as coil parts
- Localization: French Canadian translation added (thanks DragonsLover!)

Older Releases
--------------

### 0.4.1A/0.4.1A2
- **Dependency**: CoFHCore dependency update to **3.0.0B9**, fixes crashes with EnderIO
- Compatibility: Mekanism combiner recipe for yellorite corrected to require 8 dusts, in line with other combiner recipes
Expand Down
Expand Up @@ -27,7 +27,7 @@
public class BRLoader {

public static final String MOD_ID = BigReactors.MODID;
public static final String DEPENDENCIES = "required-after:Forge@[10.13.0.1205,);required-after:CoFHCore;after:ThermalExpansion";
public static final String DEPENDENCIES = "required-after:Forge@[10.13.2.1291,);required-after:CoFHCore;after:ThermalExpansion";

@Instance(MOD_ID)
public static BRLoader instance;
Expand Down

0 comments on commit ca6c1aa

Please sign in to comment.