diff --git a/build.gradle b/build.gradle index 8806e1978..6326628a0 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12-r118" +version = "1.12.1-r119" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index def4c2767..08371adcd 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 1.12.1-r119 +* Fix the Crusher crashing servers +* Make the magnet ring only work in survival mode + # 1.12-r118 * Added magma blocks as additional sources for the heat collector * Fix Experience Solidifier not working with automation diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 6d6f143fe..8bd869b01 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -6,4 +6,5 @@ 1.10.2=105 1.11=92 1.11.2=110 -1.12=118 \ No newline at end of file +1.12=118 +1.12.1=119 \ No newline at end of file