This commit is contained in:
Shadows_of_Fire 2018-05-10 05:54:54 -04:00
parent 6eab779e81
commit 21f179aab4
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-r134"
version = "1.12.2-r135"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,10 @@
# 1.12.2-r135
* Added armor toughness to a few AA armors.
* Resolved a mod interaction with RealBench. This fix only functions if FastWorkbench is present.
* Walls now drop the proper item form.
* Resolves an edge-case crash if you were kicked with the booklet open.
* Konstantin: Added ru_RU.lang
# 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.

View file

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