This commit is contained in:
Ellpeck 2015-11-26 19:09:27 +01:00
parent 29476bce61
commit a00f76772c
4 changed files with 18 additions and 3 deletions

View file

@ -18,7 +18,7 @@ buildscript {
apply plugin: 'forge'
apply plugin: 'maven'
version = "1.7.10-r7"
version = "1.7.10-r8"
group = "ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -17,7 +17,7 @@ import java.util.Locale;
public class ModUtil{
public static final String VERSION = "1.7.10-r7";
public static final String VERSION = "1.7.10-r8";
public static final String MOD_ID = "ActuallyAdditions";
public static final String NAME = "Actually Additions";

View file

@ -1,3 +1,18 @@
# 1.7.10-r8
- Added Lens Mechanic for the Reconstructor
- Added Color Cycling Recipes for wool, stained clay and stained glass for the Reconstructor
- Added Booklet Stand
- Made Drill fire block breaking event
- Fix some blocks not working with the Drill
- Fixed a bug where items would be deleted when exiting the booklet sometimes
- Fixed Solar Panel working even though blocked
- Made text for bugged items less dumb
- Removed german lang file as it's neither getting used nor updated
##### (If you want to localize ActAdd in any language yourself, just make a pull request!)
- Fix Reconstructor not using the right amount of energy for items
- Made Update Checker show after a certain amount of time
- Made Drill harvest slowly instead of not at all when out of energy
# 1.7.10-r7
- Made the Atomic Reconstructor save its power
- Added Automation Tutorial for Atomic Reconstructor

View file

@ -1 +1 @@
1.7.10-r7
1.7.10-r8