mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r135
This commit is contained in:
parent
6eab779e81
commit
21f179aab4
3 changed files with 9 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
1.11.2=110
|
||||
1.12=118
|
||||
1.12.1=121
|
||||
1.12.2=134
|
||||
1.12.2=135
|
Loading…
Reference in a new issue