mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r64!
This commit is contained in:
parent
80d044bb48
commit
ad9d22255f
3 changed files with 13 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.10.2-r63"
|
||||
version = "1.10.2-r64"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
# 1.10.2-r64
|
||||
### A stack of releases!
|
||||
* Fixed player probe spamming the chat when it is being noticed
|
||||
* Added tool materials to tools to fix some tool related bugs
|
||||
* Added a recipe to clear the oil generator's internal liquid storage out
|
||||
* Make sure caves don't generate through bedrock
|
||||
* Make the drill banner pattern take the default drill (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
|
||||
|
||||
# 1.10.2-r63
|
||||
* Added more different kinds of oils that the oil generator can use (Check Oil chapter in booklet for info!)
|
||||
* Added Item Distributor that can distribute items evenly around it
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
1.9=33
|
||||
1.9.4=45
|
||||
1.10=46
|
||||
1.10.2=63
|
||||
1.10.2=64
|
Loading…
Reference in a new issue