diff --git a/build.gradle b/build.gradle index 89f379fe6..ba309d106 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-r147" +version = "1.12.2-r148" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index cfe3f52e4..a25aaefe4 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,6 @@ +# 1.12.2-r148 +* Fixed atomic reconstructor not hitting items on pressure plates. + # 1.12.2-r147 * Sacks should no longer duplicate items when used on multi-slot inventories with slot size limits. * Updated systems to use IForgeRarity instead of EnumRarity. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 51f79c648..a11207903 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=147 \ No newline at end of file +1.12.2=148 \ No newline at end of file