diff --git a/build.gradle b/build.gradle index 3dfdc9db2..d54732795 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.11.2-r100" +version = "1.11.2-r101" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index d844ef762..07945e1cb 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,18 @@ +# 1.11.2-r101 +* Added Laser Relay Insibility Upgrade +* Added Laser Relay Range Upgrade +* Added Engineer's Goggles +* Added Engineer's Infrared Goggles +* Added Crystal Clusters +* Made Smiley Clouds render Patreon reward floating items +* Fixed pickup achievements not working +* Fixed player data sometimes not updating properly +* Fixed an exception in the booklet due to broken furnace recipes +* Fixed a lot of typos in fr_FR.lang (MisterPeModder44) +* Added a bunch of quotes to the booklet +* Implemented charset carrying for most blocks +* Added redstone mode to the ranged collector + # 1.11.2-r100 #### I wanted to do something really cool for r100, but I didn't. So the best change in this version is that worms now go forwards again. So that's nice, I guess. * Implemented slotless item handler compatibility. If you use Colossal Chests, you should install Common Capabilities to make Actually Additions stuff work nicely with that. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index ad3081676..244e89393 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -5,4 +5,4 @@ 1.10=46 1.10.2=98 1.11=92 -1.11.2=100 \ No newline at end of file +1.11.2=101 \ No newline at end of file