This commit is contained in:
Ellpeck 2016-08-07 12:48:56 +02:00
parent 18fd699121
commit b0eb83f45f
3 changed files with 20 additions and 2 deletions

View file

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

View file

@ -1,3 +1,21 @@
# 1.10.2-r58
* Added more Storage Crate Upgrades
* Added a lot more Achievements
* Made bags be able to be right-clicked onto chests to make them empty out into the chest
* Fixed a stupd ConcurrentModificationException crash with Laser Relays that was putting the world into a crash loop whenever something was constantly updating the Laser Relay (for whatever reason it was doing that)
* Made the Reconstructor use the right amount of energy for item transformation recipes
* Turned some recipe ordering around in the booklet for it to be easier to find
* Re-did the Laser Relay checking system so that it will never target one block twice. I think.
* Made a note in the Bag GUI that the auto-pickup will only work when the bag is not in hand
* Fixed the coffee machine ignoring the last 2 slots
* Removed Seasonal Mode
* Renamed the Double Furnace to Powered Furnace
* Added keep data recipes, meaning batteries keep their power, drills keep their upgrades and storage crates keep their items when they are used in crafting recipes
* Nerfed Greenhouse Glass and Worms
* Made the Crusher a bit quieter
* Fixed an exception being thrown on the server when sneak-right-clicking a block with the booklet
* Fixed the client crashing when being kicked out of the world while the booklet is open
# 1.10.2-r57
##### This update introduces a new mechanic called the Empowerer. Most of the mid- to endgame crafting recipes have been changed to use items created via the Empowerer. Because of this mechanic being very new, there might be a couple of bugs. Please report them to the issue tracker accordingly.
* Added Empowerer

View file

@ -3,4 +3,4 @@
1.9=33
1.9.4=45
1.10=46
1.10.2=57
1.10.2=58