This commit is contained in:
Shadows_of_Fire 2018-04-22 02:59:41 -04:00
parent b1f913a347
commit 62847951a3
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-r133"
version = "1.12.2-r134"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,10 @@
# 1.12.2-r134
* Worm should no longer attempt to post a UseHoeEvent on farmland.
* Only items with FE capability can be placed in the energizer.
* Water bowl in the offhand is no longer a weapon of mass destruction.
* Oil generator outputs now properly scale with configured values.
* AA banner patterns now work properly.
# 1.12.2-r133
* Fixed info text not showing on unbreakable village machines.
* Breaker should no longer crash with property errors.

View file

@ -8,4 +8,4 @@
1.11.2=110
1.12=118
1.12.1=121
1.12.2=133
1.12.2=134