mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 22:38:00 +01:00
Unused import
This commit is contained in:
parent
45ad30503c
commit
de88e95ffe
2 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,7 @@ public class UnicornHorn {
|
|||
blendFunc(GL_SRC_ALPHA, GL_ONE);
|
||||
|
||||
horn.postRender(scale);
|
||||
|
||||
glow.setTint(tint).render(scale);
|
||||
|
||||
enableTexture2D();
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue