From 9b536fc3d5bba6e1651ebae67b7b62aba59aa9ed Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 31 Oct 2015 14:45:35 +0100 Subject: [PATCH] r2 --- build.gradle | 2 +- .../java/ellpeck/actuallyadditions/util/ModUtil.java | 2 +- update/changelog.md | 9 ++++++++- update/updateVersion.txt | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index aa6b6fa89..982abe8b9 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-r1" +version = "1.7.10-r2" 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 7ac928674..2b9061e66 100644 --- a/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java +++ b/src/main/java/ellpeck/actuallyadditions/util/ModUtil.java @@ -15,7 +15,7 @@ import org.apache.logging.log4j.Logger; public class ModUtil{ - public static final String VERSION = "1.7.10-r1"; + public static final String VERSION = "1.7.10-r2"; 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 84c0d401b..aa6d3dd62 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,10 @@ +# 1.7.10-r2 +- Fix a Crash on Server with the Laser Relay +- Gave the Laser Relay an Energy Transfer Cap +- Added Preview Pictures to the booklet (Thanks to KittyVanCat for help!) +- Fix Slabs +- Fixed Bug with Double Furnace and Double Crusher not crushing if both slots are filled (Thanks to KittyVanCat) + # 1.7.10-r1 - Finally out of beta! ~ - Added the Laser Relay, a block that works like a cable to transfer RF, only without the cable but with LAZORZ @@ -10,4 +17,4 @@ - New AIOT Textures - AIOT Integration for SimpleOres 2 - Changed Ball Of Hair Name to "Ball Of Fur", added Booklet Page -- Added Iron Casing & Drill Core \ No newline at end of file +- Added Iron Casing & Drill Coreg \ No newline at end of file diff --git a/update/updateVersion.txt b/update/updateVersion.txt index 4e0debcd3..80f8d3a63 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r1 \ No newline at end of file +1.7.10-r2 \ No newline at end of file