aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorRime <81419447+Emirlol@users.noreply.github.com>2024-06-07 16:54:36 +0300
committerRime <81419447+Emirlol@users.noreply.github.com>2024-06-08 04:13:47 +0300
commit25ee7d7419ecd1dccdb06f0b0718fd20bebc0d14 (patch)
treee8cfcc14e06f23d7bbbab39b505147a131eafb17 /src/main/resources
parente5702972380417c65e2a3750401fb95b96bd4d31 (diff)
downloadSkyblocker-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.json2
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"
]
}
}