aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorRime <81419447+Emirlol@users.noreply.github.com>2024-06-01 14:01:14 +0300
committerRime <81419447+Emirlol@users.noreply.github.com>2024-06-08 04:13:47 +0300
commitd5a5fc05b8d7f73c16b069d45396e55e4d0b3efa (patch)
treef3358c8645728e29ec38c20dea098cac54919a41 /src/main/resources/fabric.mod.json
parent8eab800571a599ef5f5ec7c3a353e8bb3b948b69 (diff)
downloadSkyblocker-d5a5fc05b8d7f73c16b069d45396e55e4d0b3efa.tar.gz
Skyblocker-d5a5fc05b8d7f73c16b069d45396e55e4d0b3efa.tar.bz2
Skyblocker-d5a5fc05b8d7f73c16b069d45396e55e4d0b3efa.zip
Switch to interface injection to cache the items' internal ids and neu names
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 645eda34..2d137920 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -52,6 +52,11 @@
"modmenu.modrinth": "https://modrinth.com/mod/skyblocker-liap",
"text.skyblocker.translate": "https://translate.hysky.de"
}
+ },
+ "loom:injected_interfaces": {
+ "net/minecraft/class_1799": [
+ "de/hysky/skyblocker/injected/ItemStackInternalIdGetter"
+ ]
}
}
}