mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r106!
This commit is contained in:
parent
ba9a7a5016
commit
9216debef4
3 changed files with 12 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.11.2-r103"
|
||||
version = "1.11.2-r106"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
# 1.11.2-r106
|
||||
* Made horse armor yield less when crushing it
|
||||
* Fixed crusher achievement descriptions being messed up
|
||||
* Remove the manual from dungeon chests
|
||||
* Added a config to change the redstone torch and compass configuration items
|
||||
* Fixed a bunch of grammatical issues in the manual
|
||||
* Fixed cascading world gen caused by lush caves and plants (performance improvements! \o/)
|
||||
* Generate village chests even if dungeon loot is disabled
|
||||
* Fixed a crash issue with the smiley cloud on weirded out worlds
|
||||
|
||||
# 1.10.2-r105
|
||||
* Added a Redstone Mode toggle to the Ranged Collector
|
||||
* Fixed missing textures on item laser relay manual pages
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
1.10=46
|
||||
1.10.2=105
|
||||
1.11=92
|
||||
1.11.2=103
|
||||
1.11.2=106
|
Loading…
Reference in a new issue