From 953401d0af4ea09ed8601324322e7a66ba2af975 Mon Sep 17 00:00:00 2001 From: Shadows_of_Fire Date: Mon, 18 Dec 2017 07:20:39 -0500 Subject: [PATCH] r126 --- build.gradle | 2 +- update/changelog.md | 4 ++++ update/updateVersions.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 65df7889e..0bd4fe8a8 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-r125" +version = "1.12.2-r126" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 4b445352a..c98b37417 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 1.12.2-r126 +* New feature! The atomic reconstructor can now split enchanted books with multiple enchantments! +* Leomil72: Added it_IT.lang + # 1.12.2-r125 * The colored lamps now no longer require sneaking to turn them on/off * Viveleroi: Fixed a few typos in the booklet diff --git a/update/updateVersions.properties b/update/updateVersions.properties index a6a8bbba1..9327afc68 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=125 \ No newline at end of file +1.12.2=126 \ No newline at end of file