mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r75.
I'm so sorry. :v
This commit is contained in:
parent
1fc5320be6
commit
8f92cc5170
3 changed files with 10 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.10.2-r74"
|
version = "1.10.2-r75"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
# 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!
|
||||||
|
* Added loot to nether fortress and end city dungeons
|
||||||
|
* Fixed the bag "leaking" stone
|
||||||
|
* Rebalanced food items a bit
|
||||||
|
* Gave crystallized and empowered oil blocks a proper name
|
||||||
|
* Fixed an Empowerer dupe bug when taking items out
|
||||||
|
|
||||||
# 1.10.2-r74
|
# 1.10.2-r74
|
||||||
* Fix Laser Relays crashing servers
|
* Fix Laser Relays crashing servers
|
||||||
* Fix the coffee machine creating rather than using items
|
* Fix the coffee machine creating rather than using items
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
1.9=33
|
1.9=33
|
||||||
1.9.4=45
|
1.9.4=45
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=74
|
1.10.2=75
|
Loading…
Reference in a new issue