From cce0c0c05e1f73902e474d9a63f6b1f302cd5176 Mon Sep 17 00:00:00 2001 From: ingle Date: Sat, 24 Sep 2022 14:57:07 -0500 Subject: Imported customAnimations courtesy of Aton. Also add Nametag Cleaner. --- src/main/resources/mixins.dulkirmod.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/mixins.dulkirmod.json b/src/main/resources/mixins.dulkirmod.json index ee75ec9..4921d12 100644 --- a/src/main/resources/mixins.dulkirmod.json +++ b/src/main/resources/mixins.dulkirmod.json @@ -4,9 +4,12 @@ "package": "dulkirmod.mixins", "refmap": "mixins.dulkirmod.refmap.json", "client": [ + "ItemRendererMixin", "MixinRendererManager" ], "mixins": [ + "MixinEntity", + "MixinEntityLivingBase", "MixinWorld" ] } -- cgit