diff --git a/build.gradle b/build.gradle index 61fefd5c0..3dfdc9db2 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } diff --git a/update/changelog.md b/update/changelog.md index eae1ea6ef..d844ef762 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -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 diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 3496c1470..ad3081676 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -5,4 +5,4 @@ 1.10=46 1.10.2=98 1.11=92 -1.11.2=99 \ No newline at end of file +1.11.2=100 \ No newline at end of file