mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r90 and 91!
This commit is contained in:
parent
8d670da900
commit
0630601b9d
3 changed files with 20 additions and 3 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-r89"
|
version = "1.11-r91"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,20 @@
|
||||||
|
# 1.11-r91
|
||||||
|
* Added Direwolf20's spotlight to the video introduction page of the book
|
||||||
|
* Fixed Item Laser Relay page pictures being broken
|
||||||
|
* Make the Leaf Blower work with all shearable things (Including BoP grass!)
|
||||||
|
* Turn down Empowerer particles a bit more
|
||||||
|
* Made the Vertical Digger lighter on server resources
|
||||||
|
* Laser Rendering Improvements (Elucent)
|
||||||
|
* Canola Seed Texture Improvements (Elucent)
|
||||||
|
* You can now change the booklet's font size in the manual
|
||||||
|
* Fixed the dropper dropping into unloaded chunks
|
||||||
|
* Fix the item distributor sometimes either voiding or duping items
|
||||||
|
* Fix a crash with the Item Interface and ESD on the latest forge version
|
||||||
|
|
||||||
|
# 1.10.2-r90
|
||||||
|
* Fixed the Item Distributor sometimes either voiding or duping items
|
||||||
|
* Make the ESD automatically assign to things like chests again
|
||||||
|
|
||||||
# 1.11-r89
|
# 1.11-r89
|
||||||
* Made Filters be consumed when placing them into filter slots
|
* Made Filters be consumed when placing them into filter slots
|
||||||
* Added Laser Relay in/out config. Hold a Laser Wrench for more info.
|
* Added Laser Relay in/out config. Hold a Laser Wrench for more info.
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
1.9=33
|
1.9=33
|
||||||
1.9.4=45
|
1.9.4=45
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=88
|
1.10.2=90
|
||||||
1.11=89
|
1.11=91
|
Loading…
Reference in a new issue