diff options
author | Rime <81419447+Emirlol@users.noreply.github.com> | 2024-06-01 14:01:14 +0300 |
---|---|---|
committer | Rime <81419447+Emirlol@users.noreply.github.com> | 2024-06-08 04:13:47 +0300 |
commit | d5a5fc05b8d7f73c16b069d45396e55e4d0b3efa (patch) | |
tree | f3358c8645728e29ec38c20dea098cac54919a41 /src/main/resources/fabric.mod.json | |
parent | 8eab800571a599ef5f5ec7c3a353e8bb3b948b69 (diff) | |
download | Skyblocker-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.json | 5 |
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" + ] } } } |