mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r45!
This commit is contained in:
parent
e4da62e898
commit
9b575c5725
3 changed files with 15 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.9.4-r44"
|
||||
version = "1.9.4-r45"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
# 1.9.4-r45
|
||||
* Added Tesla Energy System support to all RF-using and generating blocks
|
||||
* Added video introduction page to booklet
|
||||
* Added Laser Wrench mode switch. Just right-click with one at some point.
|
||||
* Fixed XP Solidifier values being off
|
||||
* Made crafter on a stick not randomly create stacks with no items in them
|
||||
* Changed the way fluids and RF are handled making them both pull AND push to other tiles
|
||||
* Removed Rarmor integration (for now!) as the mod is in the process of being re-written
|
||||
* Made Reconstructor and Display stand not keep their items on the client when having them removed
|
||||
* Updated banner in the mods screen~
|
||||
* Fixed nullpointer caused by getting capabilities with a null facing sometimes
|
||||
* Made the Miner less carry-around-y.
|
||||
|
||||
# 1.9.4-r44
|
||||
* Fixed a weird crash with Item Laser Relays.
|
||||
* Fixed drills sometimes crashing when breaking certain blocks.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
1.7.10=21
|
||||
1.8.9=26
|
||||
1.9=33
|
||||
1.9.4=44
|
||||
1.9.4=45
|
Loading…
Reference in a new issue