mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r43!
This commit is contained in:
parent
3dbc31e264
commit
4144f03d14
3 changed files with 11 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
version = "1.9.4-r42"
|
version = "1.9.4-r43"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
# 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
|
||||||
|
* Significantly upped the performance of Item Laser Relays
|
||||||
|
* Increased ESD performance
|
||||||
|
* Made Energy Laser Relays less performance intensive
|
||||||
|
* Changed energy handling system a bit, should be the same in-game
|
||||||
|
* Made coal and oil generator not randomly appear to be on even though they're not
|
||||||
|
|
||||||
# 1.9.4-r42
|
# 1.9.4-r42
|
||||||
### The shut-up-about-EnderIO Update.
|
### The shut-up-about-EnderIO Update.
|
||||||
* Changed ESD to allow higher numbers of slots and have no limit on input values so that you can basically make it pull from infintely many slots if the amount of slots present is able to change
|
* Changed ESD to allow higher numbers of slots and have no limit on input values so that you can basically make it pull from infintely many slots if the amount of slots present is able to change
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
1.7.10=21
|
1.7.10=21
|
||||||
1.8.9=26
|
1.8.9=26
|
||||||
1.9=33
|
1.9=33
|
||||||
1.9.4=42
|
1.9.4=43
|
Loading…
Reference in a new issue