mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r138
This commit is contained in:
parent
32716bfca9
commit
5564bd63ef
3 changed files with 10 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
1.11.2=110
|
||||
1.12=118
|
||||
1.12.1=121
|
||||
1.12.2=137
|
||||
1.12.2=138
|
Loading…
Reference in a new issue