Rename MixinRendererLivingEntity -> Mixin_HideNameTags_LivingEntity
This commit is contained in:
@@ -1 +0,0 @@
|
||||
// 1.8.9 and below
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.replaymod.render.mixin;
|
||||
|
||||
import net.minecraft.client.render.entity.LivingEntityRenderer;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
|
||||
@Mixin(LivingEntityRenderer.class)
|
||||
public abstract class Mixin_HideNameTags_LivingEntity {
|
||||
// 1.8.9 and below
|
||||
}
|
||||
Reference in New Issue
Block a user