mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r19! Sorry for this update >_>
This commit is contained in:
parent
f16f1e0496
commit
a135ecf32c
4 changed files with 8 additions and 3 deletions
|
@ -18,7 +18,7 @@ buildscript {
|
|||
apply plugin: 'forge'
|
||||
apply plugin: 'maven'
|
||||
|
||||
version = "1.7.10-r18"
|
||||
version = "1.7.10-r19"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* © 2016 Ellpeck
|
||||
*/
|
||||
@API(owner = "ActuallyAdditions", apiVersion = "2", provides = "ActuallyAdditionsAPI")
|
||||
@API(owner = "ActuallyAdditions", apiVersion = "3", provides = "ActuallyAdditionsAPI")
|
||||
package de.ellpeck.actuallyadditions.api;
|
||||
|
||||
import cpw.mods.fml.common.API;
|
|
@ -1,3 +1,8 @@
|
|||
# 1.7.10-r19
|
||||
* Added API and Dev version as seperate jars
|
||||
* Fixed a nasty bug with obfuscation causing some booklet pages to crash the game
|
||||
* [API] Increased version to 3
|
||||
|
||||
# 1.7.10-r18
|
||||
* Added Bacon (Don't name it Ellspeck. Just don't.)
|
||||
* Added an API.
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.7.10-r18
|
||||
1.7.10-r19
|
Loading…
Reference in a new issue