mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r92!
This commit is contained in:
parent
44c03217fe
commit
634b330f97
3 changed files with 18 additions and 4 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.11-r91"
|
||||
version = "1.11-r92"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
@ -23,7 +23,7 @@ if(hasProperty('buildnumber')){
|
|||
}
|
||||
|
||||
minecraft {
|
||||
version = "1.11-13.19.1.2188"
|
||||
version = "1.11-13.19.1.2195"
|
||||
runDir = "idea"
|
||||
|
||||
mappings = "snapshot_20161126"
|
||||
|
@ -45,7 +45,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
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 {
|
||||
|
|
|
@ -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
|
||||
* Added Direwolf20's spotlight to the video introduction page of the book
|
||||
* Fixed Item Laser Relay page pictures being broken
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
1.9.4=45
|
||||
1.10=46
|
||||
1.10.2=90
|
||||
1.11=91
|
||||
1.11=92
|
Loading…
Reference in a new issue