mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r143
This commit is contained in:
parent
e9cbf2dd85
commit
1d56bfb869
3 changed files with 8 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
version = "1.12.2-r142"
|
version = "1.12.2-r143"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.12.2-r142
|
||||||
* Coal Gen go fast now.
|
* Coal Gen go fast now.
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,4 @@
|
||||||
1.11.2=110
|
1.11.2=110
|
||||||
1.12=118
|
1.12=118
|
||||||
1.12.1=121
|
1.12.1=121
|
||||||
1.12.2=142
|
1.12.2=143
|
Loading…
Reference in a new issue