diff --git a/build.gradle b/build.gradle index 2317a83af..440243054 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-r127" +version = "1.12.2-r128" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 9915c2bc6..e80815d42 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 1.12.2-r128 +* Removed a debug line in Greenhouse Glass +* Fixed the firework box recipe displaying wrongly in JEI + # 1.12.2-r127 * Removed explicit tesla support. * The AIOT will now accept sword enchantments. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 3211478dc..33000bc08 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=127 \ No newline at end of file +1.12.2=128 \ No newline at end of file