diff --git a/build.gradle b/build.gradle index 3bf3e2bc6..580159c25 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-r122" +version = "1.12.2-r123" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index a9d701eb2..ef6b43779 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,6 @@ +# 1.12.2-r123 +* Made things crash less (null itemstack issues) + # 1.12.2-r122 * Artemish: Added JEI support for compost recipes * Added a recipe for smelting spawner shards into iron ingots diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 403b26d58..451311cb6 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -7,4 +7,5 @@ 1.11=92 1.11.2=110 1.12=118 -1.12.1=122 \ No newline at end of file +1.12.1=121 +1.12.2=123 \ No newline at end of file