This commit is contained in:
Shadows_of_Fire 2018-09-26 04:10:58 -04:00
parent 1d5aa47085
commit abc24a800e
3 changed files with 9 additions and 2 deletions

View file

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

View file

@ -1,3 +1,10 @@
# 1.12.2-r141
* Fixed Lens of the Killer not providing player-only drops.
* Fixed Greenhouse Glass skipping steps on certain hard to grow crops.
* Fixed Coffee Machine. Whole thing was broken.
* Made the weight of lush caves 10k, if other mods are still generating later it'll have to be moved to an event.
* Fixed the crusher search case blacklist not being applied to default recipes.
# 1.12.2-r140
* Fixed empowerer ignoring energy costs.

View file

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