mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r18! \o/ API Support!
This commit is contained in:
parent
4e4d6fda65
commit
046e01de40
3 changed files with 12 additions and 2 deletions
|
@ -18,7 +18,7 @@ buildscript {
|
|||
apply plugin: 'forge'
|
||||
apply plugin: 'maven'
|
||||
|
||||
version = "1.7.10-r17"
|
||||
version = "1.7.10-r18"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
# 1.7.10-r18
|
||||
* Added Bacon (Don't name it Ellspeck. Just don't.)
|
||||
* Added an API.
|
||||
* [API] Increased version to 2
|
||||
* [API] Added Crusher Recipe adding
|
||||
* [API] Added Treasure Chest Recipe adding
|
||||
* [API] Added Ball Of Fur Recipe adding
|
||||
* [API] Added Booklet Page/Chapter/Entry adding
|
||||
* [API] Added Lens adding
|
||||
|
||||
# 1.7.10-r17
|
||||
* Changed Laser Relay particle rate yet again
|
||||
* Fixed booklet achievement info not showing for some items in some occasions
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.7.10-r17
|
||||
1.7.10-r18
|
Loading…
Reference in a new issue