Fix hiding of player nametags on 1.21.9+
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.replaymod.render.mixin;
|
||||
|
||||
import net.minecraft.client.render.entity.PlayerEntityRenderer;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
|
||||
@Mixin(PlayerEntityRenderer.class)
|
||||
public abstract class Mixin_HideNameTags_PlayerEntity {
|
||||
// 1.21.9 and above
|
||||
}
|
||||
@@ -23,6 +23,7 @@
|
||||
"Mixin_ForceChunkLoading",
|
||||
"Mixin_HideNameTags",
|
||||
"Mixin_HideNameTags_LivingEntity",
|
||||
"Mixin_HideNameTags_PlayerEntity",
|
||||
"Mixin_Omnidirectional_Camera",
|
||||
"Mixin_Omnidirectional_Rotation",
|
||||
"Mixin_PreserveDepthDuringGuiRendering",
|
||||
|
||||
Reference in New Issue
Block a user