diff --git a/build.gradle b/build.gradle index 17dd5397b..948af4684 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-r49" +version = "1.10.2-r50" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 5d2993225..fb9984d59 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,13 @@ +# 1.10.2-r50 +* Changed the name of the coffee machine to coffee maker because that's apparently a more proper name +* Fixed the drill sometimes acting up on redstone and glowstone +* Fixed the particles of breaking with the drill being delayed making it look weird +* Fixed a crash with the InvTweaks sorting buttons in a storage crate +* TiCon tools now lose their broken tag when repairing them with the item repairer +* Added a config option for Solid XP dropping +* Fixed a bug with the game sometimes crashing when looking at an entity with the booklet in hand +* Fixed Drill, Crafter and Filter having an unlocalized name in the GUIs + # 1.10.2-r49 * Fixed a dube bug that caused the reconstructor to create about a thousand bajillion more items and blocks than it should. * Yea. I'm pretty great. >_< diff --git a/update/updateVersions.properties b/update/updateVersions.properties index c96661e33..cb8cbadb2 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=49 \ No newline at end of file +1.10.2=50 \ No newline at end of file