mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r29!
This commit is contained in:
parent
1aeea1ef6d
commit
f2503ed66d
3 changed files with 18 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
1.7.10=21
|
||||
1.8.9=26
|
||||
1.9=28
|
||||
1.9=29
|
Loading…
Reference in a new issue