diff --git a/build.gradle b/build.gradle index ccd8d3500..4c60c266f 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12.1-r119" +version = "1.12.1-r120" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 08371adcd..2d0aea902 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,8 @@ +# 1.12.1-r120 +* Fix crate upgrades not being consumed +* Fix the lens of color crashing on invalid input +* Updated to new getDrops method for Farmer. **May cause issues with other mods overriding the wrong method** + # 1.12.1-r119 * Fix the Crusher crashing servers * Make the magnet ring only work in survival mode diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 8bd869b01..53ae6878f 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -7,4 +7,4 @@ 1.11=92 1.11.2=110 1.12=118 -1.12.1=119 \ No newline at end of file +1.12.1=120 \ No newline at end of file