This commit is contained in:
Ellpeck 2016-10-19 19:01:54 +02:00
parent b90c04c248
commit b1b36ee0b4
3 changed files with 15 additions and 2 deletions

View file

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

View file

@ -1,3 +1,16 @@
# 1.10.2-r67
* Fixed horses not being able to be fed with the feeder
* Made energy items not lose their power when used for crafting
* Made batteries store more power the higher their tiers are
* Added crusher output blacklist config option
* Fixed the spawner changer sometimes keeping old mob data
* Made fishing net accept chests on all sides
* Added description to the booklet to explain what it is
* Changed the "sneak!" info to be less confusing
* Added visual indication of where the reconstructor hits
* Add info to redstone control machines that they require a torch to be changed
* Fixed recursive chunk generation with lush caves (Barteks2x)
# 1.10.2-r66
* Fixed the Advanced Item Laser Relays' whitelist never being recognized with the new Item System
* Fixed Inbound/Outbound being switched around on Laser Relays connected directly to Item Interfaces (check your setups there, something might have changed)

View file

@ -3,4 +3,4 @@
1.9=33
1.9.4=45
1.10=46
1.10.2=66
1.10.2=67