mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Actually do the API declaration right
This commit is contained in:
parent
f372e5b77f
commit
11c4f90080
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* © 2016 Ellpeck
|
||||
*/
|
||||
@API(owner = "Ellpeck", apiVersion = "1", provides = "ActuallyAdditionsAPI")
|
||||
@API(owner = "ActuallyAdditions", apiVersion = "1", provides = "ActuallyAdditionsAPI")
|
||||
package de.ellpeck.actuallyadditions.api;
|
||||
|
||||
import cpw.mods.fml.common.API;
|
Loading…
Reference in a new issue