Squash the last build error

This commit is contained in:
Sollace 2019-11-25 16:12:28 +02:00
parent 45577a76d0
commit 01c4844596

View file

@ -46,6 +46,8 @@ class ClothingLayer<
return new Identifier(namespace, String.format("textures/entity/%s/%s/%s.png", entityType, type, profession.getPath()));
}
/*
* TODO: redirect textures
@Override
public void bindTexture(Identifier texture) {
@ -59,4 +61,5 @@ class ClothingLayer<
super.bindTexture(texture);
}
*/
}