mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r134
This commit is contained in:
parent
b1f913a347
commit
62847951a3
3 changed files with 9 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-r133"
|
version = "1.12.2-r134"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.12.2-r133
|
||||||
* Fixed info text not showing on unbreakable village machines.
|
* Fixed info text not showing on unbreakable village machines.
|
||||||
* Breaker should no longer crash with property errors.
|
* Breaker should no longer crash with property errors.
|
||||||
|
|
|
@ -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=133
|
1.12.2=134
|
Loading…
Reference in a new issue