mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r96!
This commit is contained in:
parent
2d052750c8
commit
8b6c13d54f
3 changed files with 12 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-r95"
|
version = "1.11.2-r96"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
# 1.11.2-r96
|
||||||
|
#### This is the New Year's Eve Update. The Firework Box can now be completely customized via the newly added GUI. If you're into easy and pretty Fireworks, you should definitely check it out!
|
||||||
|
* Fixed the bag extraction into chests ignoring the first four slots
|
||||||
|
* Added Battery Box comparator output
|
||||||
|
* Make the Laser Relay recipe only give 4 ones instead of 6
|
||||||
|
* Add compatibility with Blood Magic farming stuff (which isn't updated I know, but the compat is there)
|
||||||
|
* Changed the way world-specific data is stored. __Make a backup of your world before you update. If any Laser Relay connections are lost, submit a report on the Issue Tracker with the full log.__
|
||||||
|
* Make Phantomfaces only support the capability they advertise
|
||||||
|
* Made the changelog title above sound like a cheesy advertisement. O_o
|
||||||
|
|
||||||
# 1.11.2-r95
|
# 1.11.2-r95
|
||||||
### This is 1.11.2. Not 1.10.2. Yes, this is confusing I know.
|
### This is 1.11.2. Not 1.10.2. Yes, this is confusing I know.
|
||||||
* Added a fancy renderer to Item Laser Relays transferring items
|
* Added a fancy renderer to Item Laser Relays transferring items
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=94
|
1.10.2=94
|
||||||
1.11=92
|
1.11=92
|
||||||
1.11.2=95
|
1.11.2=96
|
Loading…
Reference in a new issue