mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r120
This commit is contained in:
parent
1fe930b395
commit
b997e1b03d
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-r119"
|
version = "1.12.1-r120"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 1.12.1-r120
|
||||||
|
* Fix crate upgrades not being consumed
|
||||||
|
* Fix the lens of color crashing on invalid input
|
||||||
|
* Updated to new getDrops method for Farmer. **May cause issues with other mods overriding the wrong method**
|
||||||
|
|
||||||
# 1.12.1-r119
|
# 1.12.1-r119
|
||||||
* Fix the Crusher crashing servers
|
* Fix the Crusher crashing servers
|
||||||
* Make the magnet ring only work in survival mode
|
* Make the magnet ring only work in survival mode
|
||||||
|
|
|
@ -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=119
|
1.12.1=120
|
Loading…
Reference in a new issue