diff --git a/build.gradle b/build.gradle index d656ce491..287d38826 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-r74" +version = "1.10.2-r75" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index a80bc846e..3340bc7bf 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,11 @@ +# 1.10.2-r75 +* To people new to this mod: No, this isn't my regular updating schedule. Things have just been a bit rough this week I guess. In my hastily preparation for 1.11 some things that should've been accounted for sort of got lost - at least this teaches me to be more careful in the future. Sorry to people that don't like frequent updates, but updates are better than staying bugs - especially with the possibility of modpacks having bugged mod versions! +* Added loot to nether fortress and end city dungeons +* Fixed the bag "leaking" stone +* Rebalanced food items a bit +* Gave crystallized and empowered oil blocks a proper name +* Fixed an Empowerer dupe bug when taking items out + # 1.10.2-r74 * Fix Laser Relays crashing servers * Fix the coffee machine creating rather than using items diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 5a16a6156..1d16859ea 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=74 \ No newline at end of file +1.10.2=75 \ No newline at end of file