mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r76 - 1.11!
This commit is contained in:
parent
ad0c294915
commit
63f14080df
3 changed files with 10 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.10.2-r75"
|
||||
version = "1.11-r76"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
# 1.11-r76
|
||||
* This is the first release of Actually Additions for Minecraft 1.11. It hasn't been tested much, so issues might occur. Use at your own risk, but remember: I can use all the help in testing I can get! So if you find a bug, please report it on the issue tracker!
|
||||
* Updated to Minecraft 1.11. Old worlds should be compatible.
|
||||
* Snake_cased all items and their names. All custom textures will be broken.
|
||||
* Added draconium ore to the mining lens list
|
||||
* Added dungeon loot to woodland mansions
|
||||
|
||||
# 1.10.2-r75
|
||||
* To people new to this mod: No, this isn't my regular updating schedule. Things have just been a bit rough this week I guess. In my hastily preparation for 1.11 some things that should've been accounted for sort of got lost - at least this teaches me to be more careful in the future. Sorry to people that don't like frequent updates, but updates are better than staying bugs - especially with the possibility of modpacks having bugged mod versions!
|
||||
* Fixed a bug with energy loss from Laser Relays
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
1.9=33
|
||||
1.9.4=45
|
||||
1.10=46
|
||||
1.10.2=75
|
||||
1.10.2=75
|
||||
1.11=76
|
Loading…
Reference in a new issue