This commit is contained in:
Ellpeck 2016-06-23 19:33:23 +02:00
parent c297df9cc4
commit 7274eb5599
3 changed files with 9 additions and 2 deletions

View file

@ -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.9.4-r45" version = "1.10-r46"
group = "de.ellpeck.actuallyadditions" group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions" archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,9 @@
# 1.10-r46
* Updated to 1.10. Obviously.
* Made booklet actually save its bookmarks
* Remove custom fake player in favor of vanilla one
* Made fluid collector not input and output fluids all the time causing infinite loops
# 1.9.4-r45 # 1.9.4-r45
* Added Tesla Energy System support to all RF-using and generating blocks * Added Tesla Energy System support to all RF-using and generating blocks
* Added video introduction page to booklet * Added video introduction page to booklet

View file

@ -1,4 +1,5 @@
1.7.10=21 1.7.10=21
1.8.9=26 1.8.9=26
1.9=33 1.9=33
1.9.4=45 1.9.4=45
1.10=46