mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r107
This commit is contained in:
parent
0ee0d47ae6
commit
b62c071179
3 changed files with 16 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.11.2-r106"
|
||||
version = "1.11.2-r107"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
# 1.11.2-r107
|
||||
* Small update to french localizations (MisterPeModder44)
|
||||
* Add Crafting Tweaks
|
||||
* Fix a thing with boring mode (starg09)
|
||||
* Fixed the water bowl picking up stuff it shouldn't
|
||||
* Fix drill, filter and bag being openable in offhand slot
|
||||
* Fixed treasure chest having null instead of air as a drop item
|
||||
* Added a config for crystal clusters
|
||||
* Added the ability to disconnect laser relays
|
||||
* Possibly fixed Laser Relays sometimes disconnecting on their own when reloading chunks
|
||||
* Added blaze rod crushing
|
||||
* Set the harvest level for all tool types correctly to work with some modded functionality
|
||||
* Fixed some mods not working with the chest to crate upgrade causing item loss or duplication
|
||||
|
||||
# 1.11.2-r106
|
||||
* Made horse armor yield less when crushing it
|
||||
* Fixed crusher achievement descriptions being messed up
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
1.10=46
|
||||
1.10.2=105
|
||||
1.11=92
|
||||
1.11.2=106
|
||||
1.11.2=107
|
Loading…
Reference in a new issue