This commit is contained in:
Ellpeck 2016-10-11 14:45:41 +02:00
parent 794383ccf1
commit 4c855914e6
3 changed files with 7 additions and 2 deletions

View file

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

View file

@ -1,3 +1,8 @@
# 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)
* Changed the cheese recipe to stop it clashing with HarvestCraft
# 1.10.2-r65
* Fixed a crash that sometimes occured when lush caves tried to generate through loot chests

View file

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