From 177556598ffa6a700f7fdc2e1dd5f4f0b6a16bc1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 18 Dec 2015 16:33:13 +0100 Subject: [PATCH] r14 (Fixed all the things) --- build.gradle | 2 +- update/changelog.md | 6 ++++++ update/updateVersion.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9b9787da1..252151c70 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { apply plugin: 'forge' apply plugin: 'maven' -version = "1.7.10-r13" +version = "1.7.10-r14" group = "ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 80adcbcb0..0358813b7 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,9 @@ +# 1.7.10-r14 +- Fixed servers crashing if using anything with particles (Damn.) +- Made Reconstructor react to redstone mode changing +- Made Firework Box react to redstone mode changing +- Fixed Booklet Stands crashing if they are loaded without an entry (duh) + # 1.7.10-r13 - Added Firework Box which shoots out random fireworks - Added Crate Keeper which allows you to keep items in a Crate you break diff --git a/update/updateVersion.txt b/update/updateVersion.txt index 0a4ae2624..14528ff5e 100644 --- a/update/updateVersion.txt +++ b/update/updateVersion.txt @@ -1 +1 @@ -1.7.10-r13 \ No newline at end of file +1.7.10-r14 \ No newline at end of file