From d5a5fc05b8d7f73c16b069d45396e55e4d0b3efa Mon Sep 17 00:00:00 2001 From: Rime <81419447+Emirlol@users.noreply.github.com> Date: Sat, 1 Jun 2024 14:01:14 +0300 Subject: Switch to interface injection to cache the items' internal ids and neu names --- src/main/resources/fabric.mod.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/resources/fabric.mod.json') 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" + ] } } } -- cgit