mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r121
This commit is contained in:
parent
2f505dc24a
commit
7d28e768ca
3 changed files with 7 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.1-r120"
|
version = "1.12.1-r121"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 1.12.1-r121
|
||||||
|
* Fix crashes relating to the breakers
|
||||||
|
* Fix the jam zombie having invisible arms
|
||||||
|
* Wings of the Bats no longer works in spectator mode
|
||||||
|
|
||||||
# 1.12.1-r120
|
# 1.12.1-r120
|
||||||
* Fix crate upgrades not being consumed
|
* Fix crate upgrades not being consumed
|
||||||
* Fix the lens of color crashing on invalid input
|
* Fix the lens of color crashing on invalid input
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
1.11=92
|
1.11=92
|
||||||
1.11.2=110
|
1.11.2=110
|
||||||
1.12=118
|
1.12=118
|
||||||
1.12.1=120
|
1.12.1=121
|
Loading…
Reference in a new issue