Unused import

This commit is contained in:
Sollace 2018-04-28 20:39:06 +02:00
parent 45ad30503c
commit de88e95ffe
2 changed files with 1 additions and 1 deletions

View file

@ -40,6 +40,7 @@ public class UnicornHorn {
blendFunc(GL_SRC_ALPHA, GL_ONE);
horn.postRender(scale);
glow.setTint(tint).render(scale);
enableTexture2D();

View file

@ -7,7 +7,6 @@ import com.minelittlepony.model.armour.ModelSkeletonPonyArmor;
import com.minelittlepony.model.armour.PonyArmor;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.client.model.ModelBiped.ArmPose;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.monster.AbstractSkeleton;
import net.minecraft.init.Items;