mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r66!
This commit is contained in:
parent
794383ccf1
commit
4c855914e6
3 changed files with 7 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-r65"
|
version = "1.10.2-r66"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.10.2-r65
|
||||||
* Fixed a crash that sometimes occured when lush caves tried to generate through loot chests
|
* Fixed a crash that sometimes occured when lush caves tried to generate through loot chests
|
||||||
|
|
||||||
|
|
|
@ -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=65
|
1.10.2=66
|
Loading…
Reference in a new issue