mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r119 because Shadows is annoying
This commit is contained in:
parent
65482ada4a
commit
228cd55387
3 changed files with 7 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.12-r118"
|
||||
version = "1.12.1-r119"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# 1.12.1-r119
|
||||
* Fix the Crusher crashing servers
|
||||
* Make the magnet ring only work in survival mode
|
||||
|
||||
# 1.12-r118
|
||||
* Added magma blocks as additional sources for the heat collector
|
||||
* Fix Experience Solidifier not working with automation
|
||||
|
|
|
@ -6,4 +6,5 @@
|
|||
1.10.2=105
|
||||
1.11=92
|
||||
1.11.2=110
|
||||
1.12=118
|
||||
1.12=118
|
||||
1.12.1=119
|
Loading…
Reference in a new issue