mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r44 >_>
This commit is contained in:
parent
e9fa9bca92
commit
e0e9450e36
3 changed files with 7 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.9.4-r43"
|
||||
version = "1.9.4-r44"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
# 1.9.4-r44
|
||||
* Fixed a weird crash with Item Laser Relays.
|
||||
* Fixed drills sometimes crashing when breaking certain blocks.
|
||||
###### I am extremely sorry for the amount of updates in the last couple of days. This is hopefully the last one for a few weeks as the most significant bugs with the new features have now been fixed. I hope this doesn't diminish your liking for the mod in any way.
|
||||
|
||||
# 1.9.4-r43
|
||||
### This update increases the performance of some blocks by a significant bit. If you are experiencing lag in a world with many Laser Relays, install this.
|
||||
* More proper laser relay bounding boxes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
1.7.10=21
|
||||
1.8.9=26
|
||||
1.9=33
|
||||
1.9.4=43
|
||||
1.9.4=44
|
Loading…
Reference in a new issue