diff --git a/build.gradle b/build.gradle index 77f72b126..8c97ab47a 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-r70" +version = "1.10.2-r71" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 1a92eaac2..759ef5f7c 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,22 @@ +# 1.10.2-r71 +* Totally reworked how the Actually Additions Manual looks. It now has two pages open instead of one and looks a lot fancier in general. +* Added a new Laser Rendering system that is much fancier +* Added a new Laser Relay model (canitzp) +* Added a dedicated chapter for Laser Relays into the booklet +* Removed Laser Wrench display options +* Allow plants to be planted on blocks other than farmland in the farmer +* Make the Handheld Filler work with blocks that only have meta when placed (garantiertnicht) +* Made the AIOT work on Spider Webs +* Made lush caves generate higher up too again +* Added some more easter egg names to the smiley cloud +* Made XP created by Solidified XP not be picked up by the solidifier +* Made the magnet ring even more useful by making it pick up items directly +* Make clear that the Spawner Changer is one time use only +* Removed Performance config options +* Made the ranged collector show a little poof particle when picking items up +* Made the precision dropper correctly respond to comparators +* Made works work with other grass and dirt types + # 1.10.2-r70 * Added the handheld filler, an item that can fill big areas with blocks * Added the lens of the killer that will drop XP and player-kill items when killing mobs diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 28305522b..0bd306224 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=70 \ No newline at end of file +1.10.2=71 \ No newline at end of file