This commit is contained in:
Ellpeck 2017-01-22 11:55:00 +01:00
parent 0c657d2b59
commit 01054855d9
3 changed files with 14 additions and 2 deletions

View file

@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'idea'
version = "1.11.2-r96"
version = "1.11.2-r99"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,15 @@
# 1.11.2-r99
* Make the ESD less performance intensive by making it a bit slower
* Fix the Player Probe not properly clearing its data
* The Bat Bat
* Make Fluid Lasers actively pull fluids
* Added quartz dust to the OreDictionary as dustNetherQuartz
* Added a config option to change the booklet's font size
* Added Laser Relay network caching to reduce server load
* Add a bunch of chunk loaded checks to hopefully avoid loading chunks inadvertently
* Stop the storage crate from syncing its NBT
* Make the drill digging packet a config option that is off by default
# 1.10.2-r98
* Fix the Player Probe not clearing its data properly
* Add Laser Relay input/output only config

View file

@ -5,4 +5,4 @@
1.10=46
1.10.2=98
1.11=92
1.11.2=96
1.11.2=99