diff --git a/build.gradle b/build.gradle index d0a1802f7..d1512b56a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12.2-r150" +version = "1.12.2-r151" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 25f409d9b..a73e93e44 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,8 @@ +# 1.12.2-r151 +* TomyLobo: Improved performance of the item interface. +* iTitus: Added configs for leaf and coal generators. +* Disabled enchanting of Coffee Cups. + # 1.12.2-r150 * Greenhouse glass does not stack. * Black Quartz is now oredicted in recipes. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index d4457a741..bff0f8155 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -8,4 +8,4 @@ 1.11.2=110 1.12=118 1.12.1=121 -1.12.2=150 \ No newline at end of file +1.12.2=151 \ No newline at end of file