aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authoringlettronald <inglettronald@gmail.com>2023-01-28 15:30:58 -0600
committeringlettronald <inglettronald@gmail.com>2023-01-28 15:30:58 -0600
commit7b6fef2966838dffcdecb5870204d363811f4b4f (patch)
treede6f37e760c313a6187a2a06361ce36d5a08052d /src/main/resources
parentd13f43266a82c81962af8471f471a7824a0bcf7b (diff)
downloadDulkirMod-7b6fef2966838dffcdecb5870204d363811f4b4f.tar.gz
DulkirMod-7b6fef2966838dffcdecb5870204d363811f4b4f.tar.bz2
DulkirMod-7b6fef2966838dffcdecb5870204d363811f4b4f.zip
More tooltip rendering logic and adding vanquisher trigger
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/mixins.dulkirmod.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/mixins.dulkirmod.json b/src/main/resources/mixins.dulkirmod.json
index 402acf2..c52d178 100644
--- a/src/main/resources/mixins.dulkirmod.json
+++ b/src/main/resources/mixins.dulkirmod.json
@@ -4,17 +4,17 @@
"package": "dulkirmod.mixins",
"refmap": "mixins.dulkirmod.refmap.json",
"client": [
- "MixinItemRenderer",
"MixinEntityRenderer",
"MixinGuiContainer",
+ "MixinGuiScreen",
+ "MixinItemRenderer",
"MixinRendererManager"
],
"mixins": [
"MixinEntity",
"MixinEntityLivingBase",
"MixinGuiUtils",
- "MixinItemStack",
- "MixinWorld",
- "MixinOldAnimations"
+ "MixinOldAnimations",
+ "MixinWorld"
]
}