diff options
author | inglettronald <71849533+inglettronald@users.noreply.github.com> | 2023-01-11 02:36:35 -0600 |
---|---|---|
committer | inglettronald <inglettronald@gmail.com> | 2023-01-11 02:36:35 -0600 |
commit | d7062b05c3d309e7a1e14d6d50c586b1dfe2138c (patch) | |
tree | 8a599b431dbf976e501770ec02779d97229005cb /src/main/resources/mixins.dulkirmod.json | |
parent | dfcc2c5818daa50b558a8a4cb81d0e92e03219d2 (diff) | |
download | DulkirMod-d7062b05c3d309e7a1e14d6d50c586b1dfe2138c.tar.gz DulkirMod-d7062b05c3d309e7a1e14d6d50c586b1dfe2138c.tar.bz2 DulkirMod-d7062b05c3d309e7a1e14d6d50c586b1dfe2138c.zip |
- 1.14 commit:
oldanimations "fix" and scalable tooltips
Diffstat (limited to 'src/main/resources/mixins.dulkirmod.json')
-rw-r--r-- | src/main/resources/mixins.dulkirmod.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/mixins.dulkirmod.json b/src/main/resources/mixins.dulkirmod.json index 076b9ef..402acf2 100644 --- a/src/main/resources/mixins.dulkirmod.json +++ b/src/main/resources/mixins.dulkirmod.json @@ -4,7 +4,7 @@ "package": "dulkirmod.mixins", "refmap": "mixins.dulkirmod.refmap.json", "client": [ - "ItemRendererMixin", + "MixinItemRenderer", "MixinEntityRenderer", "MixinGuiContainer", "MixinRendererManager" @@ -12,6 +12,9 @@ "mixins": [ "MixinEntity", "MixinEntityLivingBase", - "MixinWorld" + "MixinGuiUtils", + "MixinItemStack", + "MixinWorld", + "MixinOldAnimations" ] } |