mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Squash the last build error
This commit is contained in:
parent
45577a76d0
commit
01c4844596
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,8 @@ class ClothingLayer<
|
||||||
return new Identifier(namespace, String.format("textures/entity/%s/%s/%s.png", entityType, type, profession.getPath()));
|
return new Identifier(namespace, String.format("textures/entity/%s/%s/%s.png", entityType, type, profession.getPath()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* TODO: redirect textures
|
||||||
@Override
|
@Override
|
||||||
public void bindTexture(Identifier texture) {
|
public void bindTexture(Identifier texture) {
|
||||||
|
|
||||||
|
@ -59,4 +61,5 @@ class ClothingLayer<
|
||||||
|
|
||||||
super.bindTexture(texture);
|
super.bindTexture(texture);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue