mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r65!
This commit is contained in:
parent
20f34ecc89
commit
b3285948c7
3 changed files with 5 additions and 3 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-r64"
|
version = "1.10.2-r65"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# 1.10.2-r65
|
||||||
|
* Fixed a crash that sometimes occured when lush caves tried to generate through loot chests
|
||||||
|
|
||||||
# 1.10.2-r64
|
# 1.10.2-r64
|
||||||
* Fixed player probe spamming the chat when it is being noticed
|
* Fixed player probe spamming the chat when it is being noticed
|
||||||
* Added tool materials to tools to fix some tool related bugs
|
* Added tool materials to tools to fix some tool related bugs
|
||||||
|
@ -5,7 +8,6 @@
|
||||||
* Make sure caves don't generate through bedrock
|
* Make sure caves don't generate through bedrock
|
||||||
* Make the drill banner pattern take the default drill (xbony2)
|
* Make the drill banner pattern take the default drill (xbony2)
|
||||||
* Corrected some names in the booklet (xbony2)
|
* Corrected some names in the booklet (xbony2)
|
||||||
* Stop lush caves from destroying chests to fix a crash when generating chunks
|
|
||||||
* Use new item handler system for item laser relays to make them work with Storage Drawers properly
|
* Use new item handler system for item laser relays to make them work with Storage Drawers properly
|
||||||
### A stack of releases!
|
### A stack of releases!
|
||||||
|
|
||||||
|
|
|
@ -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=64
|
1.10.2=65
|
Loading…
Reference in a new issue