mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r103!
This commit is contained in:
parent
32863f523f
commit
d054517a94
3 changed files with 10 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.11.2-r102"
|
version = "1.11.2-r103"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
# 1.11.2-r103
|
||||||
|
* Added Trials to the manual. They're like challenges that should motivate you to do more stuffs. Check it out.
|
||||||
|
* Fixed Crystal Clusters giving the wrong pick block
|
||||||
|
* Made furnace and crusher have an animated texture again when being activated
|
||||||
|
* Fixed a bunch of places still saying RF instead of CF
|
||||||
|
* Made the farmer be able to plant and harvest pumpkins and melons
|
||||||
|
* Updated french translation (MisterPeModder44)
|
||||||
|
|
||||||
# 1.11.2-r102
|
# 1.11.2-r102
|
||||||
* Fixed dedicated servers crashing
|
* Fixed dedicated servers crashing
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=98
|
1.10.2=98
|
||||||
1.11=92
|
1.11=92
|
||||||
1.11.2=102
|
1.11.2=103
|
Loading…
Reference in a new issue