diff --git a/build.gradle b/build.gradle index 3794eddd3..89f379fe6 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-r146" +version = "1.12.2-r147" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 38b52ca3a..cfe3f52e4 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,13 @@ +# 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. +* Formatted the everything. +* Plants now try to add the stack to the player inv before spawning it on right click. +* Block Breakers now set the location of the fake player to their location. +* Auto-Placers will no longer spam errors when clicking on a GUI-based block. +* A blacklist has been added for the Item Repairer. +* Atomic Reconstructor beams should now check a slightly larger area (for compat with ItemPhysic). + # 1.12.2-r146 * IrresoluteArkia: Solid experience no longer drops when doMobLoob = false. * IrresoluteArkia: Black quartz blocks and black dye oredicts updated. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 037c646fd..51f79c648 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=146 \ No newline at end of file +1.12.2=147 \ No newline at end of file