1.10.2 and with that, r47!

This commit is contained in:
Ellpeck 2016-06-29 14:03:14 +02:00
parent 26a7d74247
commit b55c63538f
3 changed files with 11 additions and 3 deletions

View file

@ -14,12 +14,12 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'idea'
version = "1.10-r46"
version = "1.10.2-r47"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"
minecraft {
version = "1.10-12.18.0.2000-1.10.0"
version = "1.10.2-12.18.0.2002-1.10.0"
runDir = "idea"
mappings = "snapshot_20160519"

View file

@ -1,3 +1,10 @@
#1.10.2-r47
* Updated to 1.10.2. Could've guessed that by the name.
* Fixed a crash when searching the booklet
* Made empty buckets be able to get pulled out of the coal generator
* Added biomass and biocoal made from canola seeds and made canola edible
* Added medium and large storage crates
# 1.10-r46
* Updated to 1.10. Obviously.
* Made booklet actually save its bookmarks

View file

@ -2,4 +2,5 @@
1.8.9=26
1.9=33
1.9.4=45
1.10=46
1.10=46
1.10.2=47