mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r89!
This commit is contained in:
parent
41a78b0ae2
commit
c377d54e52
3 changed files with 22 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-r86"
|
version = "1.11-r89"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
# 1.11-r89
|
||||||
|
* Made Filters be consumed when placing them into filter slots
|
||||||
|
* Added Laser Relay in/out config. Hold a Laser Wrench for more info.
|
||||||
|
* Fix a crash with the miner
|
||||||
|
* Fix the XP Solidifier texture
|
||||||
|
* Fix the reconstructor never using more than 1000 RF
|
||||||
|
* Fix a crash that sometimes happens when placing down container blocks
|
||||||
|
* Fix the Fermenting Barrel crashing with a missing compound
|
||||||
|
* Made the crusher quieter
|
||||||
|
* Made the reconstructor convert without needing blocks in front
|
||||||
|
* Added more booklet quotes ~O_O~
|
||||||
|
* Fix Diamatine armor not having a texture
|
||||||
|
* Fix Jam Villager sometimes producing infinite emeralds
|
||||||
|
* Added the ability to farm cactus in the Farmer
|
||||||
|
* Added the ability to farm Nether Wart in the Farmer
|
||||||
|
* Fix the placer not working
|
||||||
|
* Make fluid handling blocks side independent
|
||||||
|
* Added the ability to add custom farmer behaviors to the API
|
||||||
|
* Dropped IInventory Support
|
||||||
|
|
||||||
# 1.10.2-r88
|
# 1.10.2-r88
|
||||||
* Fix a crash with the Phantomface on blocks that don't support IInventory
|
* Fix a crash with the Phantomface on blocks that don't support IInventory
|
||||||
* Fix Laser Relay crash with Tesla integration and some machines from other mods
|
* Fix Laser Relay crash with Tesla integration and some machines from other mods
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
1.9.4=45
|
1.9.4=45
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=88
|
1.10.2=88
|
||||||
1.11=86
|
1.11=89
|
Loading…
Reference in a new issue