diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-06-10 12:12:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 12:12:29 +0800 |
commit | c29b55bc64fdf8717b42f1a5f7e0d18895007fb3 (patch) | |
tree | 382a7d4f3fa4b40fcbfe2c752cf581c36382bc52 /src/main/resources | |
parent | ec1c0104a17d9e3a5741efa38528d628b53d940d (diff) | |
parent | 48430e36a87c09e033c0bd43e65b70bbac0e2664 (diff) | |
download | Skyblocker-c29b55bc64fdf8717b42f1a5f7e0d18895007fb3.tar.gz Skyblocker-c29b55bc64fdf8717b42f1a5f7e0d18895007fb3.tar.bz2 Skyblocker-c29b55bc64fdf8717b42f1a5f7e0d18895007fb3.zip |
Merge pull request #735 from Emirlol/tooltips-galore
Tooltip refactors
Diffstat (limited to 'src/main/resources')
-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..17ce8bc8 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/SkyblockerStack" + ] } } } |