diff --git a/build.gradle b/build.gradle index 7000c4cc8..129760455 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.9.4-r40" +version = "1.9.4-r41" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index b914f8f81..a81c2967b 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,18 @@ +# 1.9.4-r41 +* Changed white- and blacklists of laser relays and ESDs to be for putting and pulling. Check them in your world, they might all not work like you want them to anymore! +* Added item filters +* Made ESD's whitelist be a blacklist by default when placing it down +* Added display stand +* Made leaf blower work on display stand +* Made potion rings work on display stand +* Re-add invtweaks support for the storage crate +* Fixed a crash when having phantom liquifaces connected to a non-tileentity +* Made player interface display the amount of RF it has stored +* Made damage source from Reconstructor display properly +* Added a config option to only display the laser relay particles when holding a laser wrench +* Fixed miner sometimes crashing when placed next to certain blocks +* + # 1.9.4-r40 * Fixed a bug with Laser Relays sometimes randomly disconnecting on chunk load ### You only need this when you have been or are wanting to use Laser Relays of any sort. This version fixes a hideous bug that caused them to randomly disconnect when re-loading chunks for a reason that makes absolutely no sense to me and the people I asked. If you want to know what the bug was, [click here](https://github.com/Ellpeck/ActuallyAdditions/commit/d46bb306d87da57ea180afcd9e6cc00fc96637ef). Again, sorry for the amount of updates, this has just been driving me crazy. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index a1305ea9f..1d29eb425 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,4 +1,4 @@ 1.7.10=21 1.8.9=26 1.9=33 -1.9.4=40 \ No newline at end of file +1.9.4=41 \ No newline at end of file