mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-12-02 00:37:59 +01:00
Update TODO list
This commit is contained in:
parent
7dc5b81f85
commit
886113ebd9
2 changed files with 1 additions and 2 deletions
|
@ -254,6 +254,7 @@ public final class HDSkinManager implements IResourceManagerReloadListener {
|
|||
this.skinServers.add(skinServer);
|
||||
}
|
||||
|
||||
// TODO: Why is this deprecated?
|
||||
@Deprecated
|
||||
public SkinServer getGatewayServer() {
|
||||
return this.skinServers.get(0);
|
||||
|
|
|
@ -20,8 +20,6 @@ import net.minecraft.util.ResourceLocation;
|
|||
|
||||
import javax.annotation.Nonnull;
|
||||
|
||||
// TODO: A lot of this duplicates RenderPonyPlayer
|
||||
// and is the whole reason we had this scaling bug in the first place.
|
||||
public abstract class RenderPonyMob<T extends EntityLiving> extends RenderLiving<T> implements IRenderPony<T> {
|
||||
|
||||
protected final RenderPony<T> renderPony = new RenderPony<T>(this);
|
||||
|
|
Loading…
Reference in a new issue