This commit is contained in:
Shadows_of_Fire 2018-08-12 10:48:44 -04:00
parent 9db46b9efc
commit e4aa4a3b0b
3 changed files with 5 additions and 2 deletions

View file

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

View file

@ -1,3 +1,6 @@
# 1.12.2-r140
* Fixed empowerer ignoring energy costs.
# 1.12.2-r139
* Added a crash check to figure out who is causing TheWildPlants to be loaded before block init.
* Fixed the farmer (and other inventories) failing to add items if all items have a stacksize of 1.

View file

@ -8,4 +8,4 @@
1.11.2=110
1.12=118
1.12.1=121
1.12.2=139
1.12.2=140