This commit is contained in:
Shadows_of_Fire 2018-10-16 19:48:33 -04:00
parent e9cbf2dd85
commit 1d56bfb869
3 changed files with 8 additions and 2 deletions

View file

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

View file

@ -1,3 +1,9 @@
# 1.12.2-r143
* Greenhouse Glass will now work with any non-opaque block below it, instead of only air below it. Yes, this means they can stack.
* Greenhouse Glass should no longer crash if it is over the void.
* Solidified experience now defaultly does not spawn orbs, but adds the value to the player's xp. This can be configured back to original behavior.
* Greenhouse Glass no longer crashes if the state changes blocks during the growth process.
# 1.12.2-r142
* Coal Gen go fast now.

View file

@ -8,4 +8,4 @@
1.11.2=110
1.12=118
1.12.1=121
1.12.2=142
1.12.2=143