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