mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r35!
This commit is contained in:
parent
c6b0ea9f98
commit
263acc9a9c
3 changed files with 8 additions and 2 deletions
|
@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
//I'm doing this because people made me do it. Even though it never worked properly when I tried it. Sigh.
|
//I'm doing this because people made me do it. Even though it never worked properly when I tried it. Sigh.
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
version = "1.9.4-r34"
|
version = "1.9.4-r35"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
# 1.9.4-r35
|
||||||
|
* Added lush caves that spawn randomly in the overworld. Turn them off or change their spawn rate in the config if you don't like them.
|
||||||
|
* Changed some world data mechanics. Might break some Laser Relay Networks. Sorry about that, just reconnect them.
|
||||||
|
* Fixed a massive bug with TileEntities not syncing properly when re-entering unloaded chunks
|
||||||
|
* Re-added booklet stand. Is now a thing on the wall. But works the same.
|
||||||
|
|
||||||
# 1.9.4-r34
|
# 1.9.4-r34
|
||||||
### MINECRAFT 1.9.4!!
|
### MINECRAFT 1.9.4!!
|
||||||
* Made special drops dependent on the looting level you have
|
* Made special drops dependent on the looting level you have
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
1.7.10=21
|
1.7.10=21
|
||||||
1.8.9=26
|
1.8.9=26
|
||||||
1.9=33
|
1.9=33
|
||||||
1.9.4=34
|
1.9.4=35
|
Loading…
Reference in a new issue