diff options
author | Rime <81419447+Emirlol@users.noreply.github.com> | 2024-06-07 16:54:36 +0300 |
---|---|---|
committer | Rime <81419447+Emirlol@users.noreply.github.com> | 2024-06-08 04:13:47 +0300 |
commit | 25ee7d7419ecd1dccdb06f0b0718fd20bebc0d14 (patch) | |
tree | e8cfcc14e06f23d7bbbab39b505147a131eafb17 /src/main/resources | |
parent | e5702972380417c65e2a3750401fb95b96bd4d31 (diff) | |
download | Skyblocker-25ee7d7419ecd1dccdb06f0b0718fd20bebc0d14.tar.gz Skyblocker-25ee7d7419ecd1dccdb06f0b0718fd20bebc0d14.tar.bz2 Skyblocker-25ee7d7419ecd1dccdb06f0b0718fd20bebc0d14.zip |
Rename ItemStackInternalIdGetter and its methods to be more distinguishable
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2d137920..17ce8bc8 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -55,7 +55,7 @@ }, "loom:injected_interfaces": { "net/minecraft/class_1799": [ - "de/hysky/skyblocker/injected/ItemStackInternalIdGetter" + "de/hysky/skyblocker/injected/SkyblockerStack" ] } } |