Add @reason tag to getEntityTexture overwrite javadoc

This commit is contained in:
Matthew Messinger 2017-07-29 00:01:13 -04:00
parent 4fe2035f81
commit 93f4418a83
3 changed files with 4 additions and 2 deletions

View file

@ -72,6 +72,7 @@ sourceJar {
from sourceSets.hdskins.allSource
}
task srgJar(type: Jar) {
from sourceSets.main.output
from sourceSets.hdskins.output
from litemod
classifier "mc$minecraft.version-srg"

View file

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Fri Jul 28 14:25:09 EDT 2017
build.number=417
#Sat Jul 29 00:02:32 EDT 2017
build.number=419

View file

@ -245,6 +245,7 @@ public abstract class MixinRenderPlayer extends RenderLivingBase<AbstractClientP
/**
* @author killjoy
* @reason Support for background ponies and default pony skin
*/
@Overwrite
@Override