From 1793a2418fe92df3bf873c1d8d6ea50019d1bf0c Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 11 May 2016 21:05:52 +0200 Subject: [PATCH] r32! --- build.gradle | 2 +- update/changelog.md | 12 ++++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 91a49e756..062370413 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } apply plugin: 'net.minecraftforge.gradle.forge' -version = "1.9-r31" +version = "1.9-r32" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 52628336e..756c0677a 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,15 @@ +# 1.9-r32 +* Added Spawner Changer +* Added Spawner Shards +* Added Item Laser Relay Networks with Item Laser Relays, Advanced Item Laser Relays and Item Interfaces +* Fixed booklet sometimes not typing a letter into the search box +* Fixed sounds not working on servers +* Use universal buckets instead of custom ones +* Replaced bucket slots in GUIs with right click functionality +* Re-implemented village structures. No Villagers though. +* Fixed a bug with fluid placers replacing fluids in front of them +* Added max damage display to the advanced tooltip + # 1.9-r31 * Added Phantom Redstoneface * Changed storage crate upgrade recipe because it was clashing with Storage Drawers diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 7c8691c2d..8367720a1 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,3 +1,3 @@ 1.7.10=21 1.8.9=26 -1.9=31 \ No newline at end of file +1.9=32 \ No newline at end of file