mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r46!
This commit is contained in:
parent
c297df9cc4
commit
7274eb5599
3 changed files with 9 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.9.4-r45"
|
version = "1.10-r46"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
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
|
Loading…
Reference in a new issue