mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r108!
This commit is contained in:
parent
62d074e758
commit
8755382908
3 changed files with 12 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-r107"
|
version = "1.11.2-r108"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
# 1.11.2-r108
|
||||||
|
* Added Red Orchid and Ender Lilly farmer compatibility
|
||||||
|
* Ceil Phantomface distance so that it displays correctly
|
||||||
|
* Added config option for tiny coal and tiny charcoal
|
||||||
|
* Fixed item laser display not working if the player is too far away from the input point
|
||||||
|
* Fix the chest to crate upgrade not working with some modded functionality (again)
|
||||||
|
* Re-worded laser connection info to avoid confusion with disconnections
|
||||||
|
* Make phantomfaces output comparator signals
|
||||||
|
* Remove a legacy statement in the manual stating that phantom liquifaces use redstone
|
||||||
|
|
||||||
# 1.11.2-r107
|
# 1.11.2-r107
|
||||||
* Small update to french localizations (MisterPeModder44)
|
* Small update to french localizations (MisterPeModder44)
|
||||||
* Add Crafting Tweaks
|
* Add Crafting Tweaks
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=105
|
1.10.2=105
|
||||||
1.11=92
|
1.11=92
|
||||||
1.11.2=107
|
1.11.2=108
|
Loading…
Reference in a new issue