fabric: fix javadoc on @Center annotation, add myself to fabric.mod.json
This commit is contained in:
parent
427842cade
commit
69b2e52e49
3 changed files with 4 additions and 3 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
//
|
//
|
||||||
package cloud.commandframework.fabric.annotations.specifier;
|
package cloud.commandframework.fabric.annotations.specifier;
|
||||||
|
|
||||||
|
import cloud.commandframework.fabric.argument.server.Vec2Argument;
|
||||||
import cloud.commandframework.fabric.argument.server.Vec3Argument;
|
import cloud.commandframework.fabric.argument.server.Vec3Argument;
|
||||||
|
|
||||||
import java.lang.annotation.ElementType;
|
import java.lang.annotation.ElementType;
|
||||||
|
|
@ -31,7 +32,7 @@ import java.lang.annotation.RetentionPolicy;
|
||||||
import java.lang.annotation.Target;
|
import java.lang.annotation.Target;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Annotation used to enable coordinate centering for {@link Vec3Argument}.
|
* Annotation used to enable coordinate centering for {@link Vec3Argument} and {@link Vec2Argument}.
|
||||||
*
|
*
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
"name": "Cloud",
|
"name": "Cloud",
|
||||||
"description": "Command framework and dispatcher for the JVM",
|
"description": "Command framework and dispatcher for the JVM",
|
||||||
"authors": [ "Citymonstret", "zml" ],
|
"authors": [ "Citymonstret", "zml", "jmp" ],
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://commandframework.cloud/",
|
"homepage": "https://commandframework.cloud/",
|
||||||
"sources": "https://github.com/Incendo/cloud"
|
"sources": "https://github.com/Incendo/cloud"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
"name": "Cloud Test mod",
|
"name": "Cloud Test mod",
|
||||||
"description": "Command framework and dispatcher for the JVM",
|
"description": "Command framework and dispatcher for the JVM",
|
||||||
"authors": [ "Citymonstret", "zml" ],
|
"authors": [ "Citymonstret", "zml", "jmp" ],
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://commandframework.cloud/",
|
"homepage": "https://commandframework.cloud/",
|
||||||
"sources": "https://github.com/Incendo/cloud"
|
"sources": "https://github.com/Incendo/cloud"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue