mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r82!
This commit is contained in:
parent
45d30b82de
commit
bef2e00b17
3 changed files with 18 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-r80"
|
version = "1.11-r82"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
# 1.10.2-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
|
||||||
|
* Added enabling/disabling the magnet ring
|
||||||
|
* Made Greenhouse glass twice as fast
|
||||||
|
* Fixed a crash with the Firework box in unloaded chunks
|
||||||
|
* Fixed the Item Repairer crashing with certain items
|
||||||
|
* Removed the ability to put batteries inside of drills because of them being able to be put into discharge mode
|
||||||
|
* Dropped Redstone Flux Support
|
||||||
|
* Added Crystal Flux. Works the same as Tesla and Forge Units and is compatible with all of them. Just a different name. Also a nice looking energy bar.
|
||||||
|
* Support Forge Units
|
||||||
|
* Fix a crash with trying to input items into filter slots
|
||||||
|
* Added slot fill amount tool tips to bags
|
||||||
|
* Fix Phantom Laser Relay connections when breaking Relays connected to Item Interfaces
|
||||||
|
* Stated in the booklet that energy loss for Laser Relays is per transfer
|
||||||
|
|
||||||
# 1.10.2-r81
|
# 1.10.2-r81
|
||||||
* Fixed phantom connections left behind when breaking an Item Laser Relay connected to an Item Interface
|
* Fixed phantom connections left behind when breaking an Item Laser Relay connected to an Item Interface
|
||||||
* Fixed some ores not working in the Crusher even though they should
|
* Fixed some ores not working in the Crusher even though they should
|
||||||
|
|
|
@ -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=80
|
1.11=82
|
Loading…
Reference in a new issue