diff --git a/build.gradle b/build.gradle index afe53196b..1c6c29b33 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-r43" +version = "1.9.4-r44" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 1e70305fe..aaeba43a5 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,8 @@ +# 1.9.4-r44 +* Fixed a weird crash with Item Laser Relays. +* Fixed drills sometimes crashing when breaking certain blocks. +###### I am extremely sorry for the amount of updates in the last couple of days. This is hopefully the last one for a few weeks as the most significant bugs with the new features have now been fixed. I hope this doesn't diminish your liking for the mod in any way. + # 1.9.4-r43 ### This update increases the performance of some blocks by a significant bit. If you are experiencing lag in a world with many Laser Relays, install this. * More proper laser relay bounding boxes diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 660750897..2d304e7ce 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=43 \ No newline at end of file +1.9.4=44 \ No newline at end of file