mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r83!
This commit is contained in:
parent
86aeada330
commit
442d0f6a4e
3 changed files with 6 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-r82"
|
version = "1.11-r83"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.11-r82
|
||||||
* Made Filter Slots be ignored by Comparators (all filter settings that currently exist will be lost, so check your filters!)
|
* Made Filter Slots be ignored by Comparators (all filter settings that currently exist will be lost, so check your filters!)
|
||||||
* Buffed oil a little
|
* Buffed oil a little
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
1.9.4=45
|
1.9.4=45
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=81
|
1.10.2=81
|
||||||
1.11=82
|
1.11=83
|
Loading…
Reference in a new issue