This commit is contained in:
Ellpeck 2016-12-18 17:47:36 +01:00
parent 44c03217fe
commit 634b330f97
3 changed files with 18 additions and 4 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.11-r91" version = "1.11-r92"
group = "de.ellpeck.actuallyadditions" group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions" archivesBaseName = "ActuallyAdditions"
@ -23,7 +23,7 @@ if(hasProperty('buildnumber')){
} }
minecraft { minecraft {
version = "1.11-13.19.1.2188" version = "1.11-13.19.1.2195"
runDir = "idea" runDir = "idea"
mappings = "snapshot_20161126" mappings = "snapshot_20161126"
@ -45,7 +45,7 @@ repositories {
dependencies { dependencies {
compile "net.darkhax.tesla:Tesla:1.11-1.3.0.51" compile "net.darkhax.tesla:Tesla:1.11-1.3.0.51"
deobfCompile "mezz.jei:jei_1.11:4.0.4.199" deobfCompile "mezz.jei:jei_1.11:4.1.1.206"
} }
processResources { processResources {

View file

@ -1,3 +1,17 @@
# 1.11-r92
* Added Battery Box to store power
* Replace particles on Empowerer, Leaf Generator, Atomic Reconstructor and Miner with Laser Renderer
* Added Hopping Item Interface (Item Interface + Hopper as one)
* Rewrote Item Laser Relay documentation a bit
* Fluid Placer/Collector how has comparator output
* Changed Laser Relay recipes to use the Reconstructor
* Tone down dungeon loot a bit
* Add mob drops to events' lists instead of dropping them directly
* Minor grammar corrections in the book (xbony2)
* Fix a crash with the chest to crate upgrade
* Fix the Disenchanting lens deleting books if using more than one
* Made Laser Relays ignore full containers for inputting
# 1.11-r91 # 1.11-r91
* Added Direwolf20's spotlight to the video introduction page of the book * Added Direwolf20's spotlight to the video introduction page of the book
* Fixed Item Laser Relay page pictures being broken * Fixed Item Laser Relay page pictures being broken

View file

@ -4,4 +4,4 @@
1.9.4=45 1.9.4=45
1.10=46 1.10=46
1.10.2=90 1.10.2=90
1.11=91 1.11=92