aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorKevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>2023-12-28 17:14:18 +0800
committerKevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>2023-12-28 17:14:18 +0800
commit45a4e2eabc96555ea1b66c94490b90f25d18d7c8 (patch)
treead0d6bd2aa43a0f8c7bb4012b1961703c3b2d7dd /src/main/resources
parent92c2907f6cb486baa7659ecc24d846b39821e5be (diff)
downloadSkyblocker-45a4e2eabc96555ea1b66c94490b90f25d18d7c8.tar.gz
Skyblocker-45a4e2eabc96555ea1b66c94490b90f25d18d7c8.tar.bz2
Skyblocker-45a4e2eabc96555ea1b66c94490b90f25d18d7c8.zip
Use nbt instead of item.getTooltip
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/skyblocker.mixins.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index b6308284..332d3f7b 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -44,5 +44,8 @@
],
"injectors": {
"defaultRequire": 1
- }
+ },
+ "mixins": [
+ "accessor.ItemStackAccessor"
+ ]
}