mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Add @reason tag to getEntityTexture overwrite javadoc
This commit is contained in:
parent
4fe2035f81
commit
93f4418a83
3 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -245,6 +245,7 @@ public abstract class MixinRenderPlayer extends RenderLivingBase<AbstractClientP
|
|||
|
||||
/**
|
||||
* @author killjoy
|
||||
* @reason Support for background ponies and default pony skin
|
||||
*/
|
||||
@Overwrite
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue