This commit is contained in:
Ellpeck 2016-11-27 19:07:11 +01:00
parent 86aeada330
commit 442d0f6a4e
3 changed files with 6 additions and 2 deletions

View file

@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'idea'
version = "1.11-r82"
version = "1.11-r83"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,7 @@
# 1.11-r83
* Fix an exception during loading some tileentities causing them to lose their data
* Improve performance of Patreon display code
# 1.11-r82
* Made Filter Slots be ignored by Comparators (all filter settings that currently exist will be lost, so check your filters!)
* Buffed oil a little

View file

@ -4,4 +4,4 @@
1.9.4=45
1.10=46
1.10.2=81
1.11=82
1.11=83