Skip to content

Commit

Permalink
r143
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadows-of-Fire committed Oct 16, 2018
1 parent e9cbf2d commit 1d56bfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 6 additions & 0 deletions update/changelog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion update/updateVersions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
1.11.2=110
1.12=118
1.12.1=121
1.12.2=142
1.12.2=143

0 comments on commit 1d56bfb

Please sign in to comment.