diff --git a/build.gradle b/build.gradle index 0642df83f..4c1895a87 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-r136" +version = "1.12.2-r137" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index ee2673e68..658120825 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,18 @@ +# 1.12.2-r137 +* Should resolve all issues introduced by r136. +* Removes legacy world data loader. It wasn't used for the entire life of 1.12, so this won't matter. +* Fixes matching logic in the Empowerer so that recipes using the same ingredient instance work properly. +* The farmer will now only plant from seed slots. +* The farmer will now only attempt to plant if the current block can be replaced. +* Fixes issues with the farmer overriding existing blocks. +* AutoPlacer now properly fires every event it can. +* The disableable item configs now properly only read from english, these will be reworked in 1.13. +* API version updated. Some compat may be broken. Modtweaker has already updated, Agricraft has updated, IE has not. +* Resolves an unusual interaction between the ESD and the vanilla furnace. +* All recipe systems have been rewritten to use Ingredient. +* Compost now uses a custom IBakedModel instead of a TESR. +* The crusher is no longer animated when not crushing. + # 1.12.2-r136 * Fixed a crash in BlockWildPlant. * Prevented torch placement on laser relays. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index f903ad86f..7c130b221 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=136 \ No newline at end of file +1.12.2=137 \ No newline at end of file