diff --git a/build.gradle b/build.gradle index 8c498f6d6..9bac39ab9 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-r64" +version = "1.10.2-r65" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 787a648d3..b50ccf975 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,6 @@ +# 1.10.2-r65 +* Fixed a crash that sometimes occured when lush caves tried to generate through loot chests + # 1.10.2-r64 * Fixed player probe spamming the chat when it is being noticed * Added tool materials to tools to fix some tool related bugs @@ -5,7 +8,6 @@ * Make sure caves don't generate through bedrock * Make the drill banner pattern take the default drill (xbony2) * Corrected some names in the booklet (xbony2) -* Stop lush caves from destroying chests to fix a crash when generating chunks * Use new item handler system for item laser relays to make them work with Storage Drawers properly ### A stack of releases! diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 60833c6b9..263a9c0f7 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=64 \ No newline at end of file +1.10.2=65 \ No newline at end of file