This commit is contained in:
Shadows_of_Fire 2018-07-10 19:33:47 -04:00
parent a10999736a
commit eb3767941c
3 changed files with 17 additions and 2 deletions

View file

@ -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"

View file

@ -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.

View file

@ -8,4 +8,4 @@
1.11.2=110
1.12=118
1.12.1=121
1.12.2=136
1.12.2=137