This commit is contained in:
Ellpeck 2017-02-06 14:14:37 +01:00
parent c98b5cf85f
commit 10439db8ca
3 changed files with 19 additions and 4 deletions

View file

@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'idea'
version = "1.11.2-r99"
version = "1.11.2-r100"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"
@ -23,7 +23,7 @@ if(hasProperty('buildnumber')){
}
minecraft {
version = "1.11.2-13.20.0.2201"
version = "1.11.2-13.20.0.2227"
runDir = "idea"
mappings = "snapshot_20161126"
@ -48,7 +48,7 @@ repositories {
dependencies {
compile "net.darkhax.tesla:Tesla:1.11-1.3.0.51"
deobfCompile "mezz.jei:jei_1.11:4.1.1.206"
deobfCompile "mezz.jei:jei_1.11.2:4.2.4.229"
deobfCompile "org.cyclops.commoncapabilities:CommonCapabilities:1.11.2-1.3.0-81"
}

View file

@ -1,3 +1,18 @@
# 1.11.2-r100
#### I wanted to do something really cool for r100, but I didn't. So the best change in this version is that worms now go forwards again. So that's nice, I guess.
* Implemented slotless item handler compatibility. If you use Colossal Chests, you should install Common Capabilities to make Actually Additions stuff work nicely with that.
* Make the coffee maker store its coffee cache on breaking
* Add a recipe to empty fluid placers/collectors
* Make the drill not use energy in creative
* Added french translations (MisterPeModder44)
* Fix the ranged collector deleting items when shift-clicking
* Made bio-mash recipes be dependent on the food amount that items give
* Fix the magnet ring using energy even when not picking anything up
* Add a tooltip that displays when breaking machines in the villager house
* Added sugar cane support to the farmer (dbMansfield)
* Post a break event when auto-mining things
* Fix inventory switching sounds with the placer and drill
# 1.11.2-r99
* Make the ESD less performance intensive by making it a bit slower
* Fix the Player Probe not properly clearing its data

View file

@ -5,4 +5,4 @@
1.10=46
1.10.2=98
1.11=92
1.11.2=99
1.11.2=100