mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r32!
This commit is contained in:
parent
2fe50c71aa
commit
1793a2418f
3 changed files with 14 additions and 2 deletions
|
@ -12,7 +12,7 @@ buildscript {
|
|||
}
|
||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
|
||||
version = "1.9-r31"
|
||||
version = "1.9-r32"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
# 1.9-r32
|
||||
* Added Spawner Changer
|
||||
* Added Spawner Shards
|
||||
* Added Item Laser Relay Networks with Item Laser Relays, Advanced Item Laser Relays and Item Interfaces
|
||||
* Fixed booklet sometimes not typing a letter into the search box
|
||||
* Fixed sounds not working on servers
|
||||
* Use universal buckets instead of custom ones
|
||||
* Replaced bucket slots in GUIs with right click functionality
|
||||
* Re-implemented village structures. No Villagers though.
|
||||
* Fixed a bug with fluid placers replacing fluids in front of them
|
||||
* Added max damage display to the advanced tooltip
|
||||
|
||||
# 1.9-r31
|
||||
* Added Phantom Redstoneface
|
||||
* Changed storage crate upgrade recipe because it was clashing with Storage Drawers
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
1.7.10=21
|
||||
1.8.9=26
|
||||
1.9=31
|
||||
1.9=32
|
Loading…
Reference in a new issue