diff --git a/build.gradle b/build.gradle index 99b55689a..b440cc285 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } apply plugin: 'net.minecraftforge.gradle.forge' -version = "1.9-r28" +version = "1.9-r29" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 46bb3d443..1f0a3012f 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,19 @@ +# 1.9-r29 +* Fixed blocks dropping twice when broken with the drill +* Made drill GUI be openable again (how did I even miss this?) +* Made XP drops from drill dependent on the forge event +* Fixed and re-implemented sounds +* Raised the amount of particles from the laser relay +* Made the knife not give extra attack damage in armor slots +* Fixed a couple of bugs with items that need to be held in hand not working +* Fixed all item models so that they're not held like shields +* Made slab placing a bit more proper +* Fixed most bounding boxes +* Fixed equipment slots in energizer and enervator being off +* Fixed fluid placer not being able to place +* Made fake player not persist into different worlds causing coordinate issues +* Fixed all block models of custom rendered stuff + # 1.9-r28 * Fixed a crash when trying to fill a bucket ##### Because it was pretty much gamebreaking. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index f1e5ce5bd..d4c8e71c5 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,3 +1,3 @@ 1.7.10=21 1.8.9=26 -1.9=28 \ No newline at end of file +1.9=29 \ No newline at end of file