This commit is contained in:
Ellpeck 2016-05-03 21:37:56 +02:00
parent 1aeea1ef6d
commit f2503ed66d
3 changed files with 18 additions and 2 deletions

View file

@ -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"

View file

@ -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.

View file

@ -1,3 +1,3 @@
1.7.10=21
1.8.9=26
1.9=28
1.9=29