diff --git a/build.gradle b/build.gradle index 0daa21f09..fd509b2f6 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-r75" +version = "1.11-r76" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index ab713907e..24fa21fcf 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,10 @@ +# 1.11-r76 +* This is the first release of Actually Additions for Minecraft 1.11. It hasn't been tested much, so issues might occur. Use at your own risk, but remember: I can use all the help in testing I can get! So if you find a bug, please report it on the issue tracker! +* Updated to Minecraft 1.11. Old worlds should be compatible. +* Snake_cased all items and their names. All custom textures will be broken. +* Added draconium ore to the mining lens list +* Added dungeon loot to woodland mansions + # 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! * Fixed a bug with energy loss from Laser Relays diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 1d16859ea..0037db068 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -3,4 +3,5 @@ 1.9=33 1.9.4=45 1.10=46 -1.10.2=75 \ No newline at end of file +1.10.2=75 +1.11=76 \ No newline at end of file