diff --git a/build.gradle b/build.gradle index 48cc167c7..7b2227414 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java b/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java index cb5fcb776..18eabd8b2 100644 --- a/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java +++ b/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java @@ -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"; diff --git a/update/changelog.md b/update/changelog.md index ef306dbe5..f0be33c5b 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -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 diff --git a/update/updateVersion.txt b/update/updateVersion.txt index 532a1b6b3..15817ad61 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r7 \ No newline at end of file +1.7.10-r8 \ No newline at end of file