mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
1.10.2 and with that, r47!
This commit is contained in:
parent
26a7d74247
commit
b55c63538f
3 changed files with 11 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
1.9=33
|
||||
1.9.4=45
|
||||
1.10=46
|
||||
1.10.2=47
|
Loading…
Reference in a new issue