diff --git a/build.gradle b/build.gradle index f70eb1f90..42ee033e9 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-r55" +version = "1.10.2-r56" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index b94223209..049a0d564 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,16 @@ +# 1.10.2-r56 +* Made batteries have an output mode activated by sneak-right-clicking them +* Added Oredictionary-based checking to ESDs, Advanced Item Relays and Ranged Collectors +* Added Tesla Support for Phantom Energyfaces and Laser Relays +* Added Tesla Support for items and the Energizer/Enervator +* Made Magnet Ring pull items upwards +* Fixed a bug with the manual sometimes making recipes using wildcards not use wildcards anymore +* Made the miner use more power (again) because people were complaining (again) +* Made Smiley Cloud nameable again +* Add some null checks to packets so that storage crates don't crash with FTBUtils (whatever..) +* Made the advanced ESD respect its whitelist again +* Fixed Laser Relays sometimes not properly dealing with sides + # 1.10.2-r55 * The _balanced farming buttons-Update! * Added worms found by tilling the ground. When placed on dirt or grass, they till, irrigate and fertilize it diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 6feb7d62e..50d896da6 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=55 \ No newline at end of file +1.10.2=56 \ No newline at end of file