mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r58!~
This commit is contained in:
parent
18fd699121
commit
b0eb83f45f
3 changed files with 20 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.10.2-r57"
|
version = "1.10.2-r58"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 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.
|
##### 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
|
* Added Empowerer
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
1.9=33
|
1.9=33
|
||||||
1.9.4=45
|
1.9.4=45
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=57
|
1.10.2=58
|
Loading…
Reference in a new issue