That joke is no longer relevant :L

This commit is contained in:
Sollace 2019-06-26 17:14:51 +02:00
parent 833f11b4e9
commit fe82f60ca3

View file

@ -11,9 +11,6 @@ import net.minecraft.client.render.entity.model.EntityModel;
import net.minecraft.entity.LivingEntity; import net.minecraft.entity.LivingEntity;
import net.minecraft.util.Identifier; import net.minecraft.util.Identifier;
/**
* I Render Pony now, oky?
*/
public interface IPonyRender<T extends LivingEntity, M extends EntityModel<T> & IPonyModel<T>> extends PonyModelConstants { public interface IPonyRender<T extends LivingEntity, M extends EntityModel<T> & IPonyModel<T>> extends PonyModelConstants {
/** /**