mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r99!
This commit is contained in:
parent
0c657d2b59
commit
01054855d9
3 changed files with 14 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.11.2-r96"
|
version = "1.11.2-r99"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.10.2-r98
|
||||||
* Fix the Player Probe not clearing its data properly
|
* Fix the Player Probe not clearing its data properly
|
||||||
* Add Laser Relay input/output only config
|
* Add Laser Relay input/output only config
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=98
|
1.10.2=98
|
||||||
1.11=92
|
1.11=92
|
||||||
1.11.2=96
|
1.11.2=99
|
Loading…
Reference in a new issue