diff --git a/build.gradle b/build.gradle index b1143cb93..370c047e3 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-r2" +version = "1.7.10-r3" 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 1b9992df6..30bd9ac44 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-r2"; + public static final String VERSION = "1.7.10-r3"; 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 1e0fb7113..ba24a975e 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,13 @@ +# 1.7.10-r3 +- Fixed the Heat Collector not outputting power if its internal buffer is full +- Fixed Crash when the manual was open during a world crash or kick +- Removed seasonal booklet page changes +- Changed the way special overhead rendering for special people is handled (preparing for something coming up in the future!) +- Added Black Lotus that spawns in the world +- Added black dye that is craftable from the Black Lotus +- Fixed a potential bug with booklet crafting page crashing if a Crafting Recipe doesn't have inputs +- Added some more smiley clouds + # 1.7.10-r2 - Fix a Crash on Server with the Laser Relay - Gave the Laser Relay an Energy Transfer Cap diff --git a/update/updateVersion.txt b/update/updateVersion.txt index 80f8d3a63..9052a2ffb 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r2 \ No newline at end of file +1.7.10-r3 \ No newline at end of file