mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Add TODOs with things to be done
This commit is contained in:
parent
994892046c
commit
91f445e1fa
2 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
package com.minelittlepony.client.render.entities;
|
||||
|
||||
public class RenderPonyPillager {
|
||||
// TODO: Render Pillagers as changelings
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package com.minelittlepony.client.render.entities;
|
||||
|
||||
public class RenderPonyRavager {
|
||||
// TODO: Render the Ravager as Lord Tirek
|
||||
}
|
Loading…
Reference in a new issue