diff --git a/build.gradle b/build.gradle index 7bafd366c..80b4ea651 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-r72" +version = "1.10.2-r73" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 229e93322..79c01f5cd 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,10 +1,14 @@ +# 1.10.2-r73 +* Made textures and lang work again. I apparently forgot how Minecraft loads its resources outside of a dev environment. Yup, I'm smart. +* Made the book tutorial button not get overlayed by config and achievements buttons +* I changed a lot of the way ItemStacks are handled in preparation for 1.11. Some stuff might be broken, so if you have the time, it'd be very nice and lovely of you if you could go through all of the items and blocks and see if they're broken. If so, please report that on the Github issue tracker. All help is appreciated <3 + # 1.10.2-r72 * Added Laser Relay priority system * Added mod filter to filtered machines * Added back config, achievements and view online button to the booklet * Added quotes to the booklet * Added updates and infos section to the booklet (contains some useful links and stuff) -* I changed a lot of the way ItemStacks are handled in preparation for 1.11. Some stuff might be broken, so if you have the time, it'd be very nice and lovely of you if you could go through all of the items and blocks and see if they're broken. If so, please report that on the Github issue tracker. All help is appreciated <3 * Fixed picture pages sometimes having completely black borders instead of faded ones * Fix a bug with the compost sometimes deleting held items * Change the description text of Phantomfaces to be less confusing diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 60b93fba8..12f2a5ae1 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=72 \ No newline at end of file +1.10.2=73 \ No newline at end of file