This commit is contained in:
Shadows_of_Fire 2018-07-27 21:45:40 -04:00
parent 32716bfca9
commit 5564bd63ef
3 changed files with 10 additions and 2 deletions

View file

@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'idea'
version = "1.12.2-r137"
version = "1.12.2-r138"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,11 @@
# 1.12.2-r138
* DiamondKnight23: Clarify the text for chest upgrades.
* Fixed farmer behaviors, mainly resolves pumpkins and melons being planted incorrectly.
* Removed the tooltip on the Traveller's Sack, as it is now invalid.
* Coal generator properly updates container item.
* Added redstone sensitivity / comparator output to Bio Reactor.
* Added a config option to allow the Lens of Color to rotate dyes based on oredict, instead of only the vanilla dye item.
# 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.

View file

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