From ba4f4252e0eb6951190321c90d57d58c5d76f12d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 13 Aug 2016 22:40:37 +0200 Subject: [PATCH] r60! --- build.gradle | 2 +- update/changelog.md | 6 ++++++ update/updateVersions.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 533dad50e..a97b6e14c 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.10.2-r59" +version = "1.10.2-r60" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 7b3f02a2a..083eeb302 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,9 @@ +# 1.10.2-r60 +* Fixed infinite worm tilling +* Made the grinder not crash you once opening it +* Fixed a stupid error with items randomly disappearing out of containers sometimes +* Made Player data less world independent but still world dependent. If you're a server owner or have a console open in Singleplayer, try to look at that from time to time to see if ActAdd throws any errors. From my testing, though, it shouldn't. I hope. Yes. :v + # 1.10.2-r59 #### This update mainly consists of new models and textures that were done by the lovely [BootyToast](https://www.youtube.com/user/toastacle) (yes, the name's still weird, I know). Notable model/texture changes incluse the storage crate, the reconstructor, coal generator, display stand, bag and void bag (which are now called sacks), however he is planning on redoing most of the textures. So: Overhaul time! Awesome. Definitely check out the new models and textures as they're pretty sweet. Also, he does awesome videos on Youtube. So go check those out too. But also check out this update. It's pretty nice as well. Yea. * Made the XP Solidifier pick up any XP orbs nearby when not powered by redstone diff --git a/update/updateVersions.properties b/update/updateVersions.properties index fc3dedef0..15895ac2b 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -3,4 +3,4 @@ 1.9=33 1.9.4=45 1.10=46 -1.10.2=59 \ No newline at end of file +1.10.2=60 \ No newline at end of file