aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock
diff options
context:
space:
mode:
authorakarahdev <endisticbutitsforgit@gmail.com>2024-01-18 09:36:35 -0500
committerakarahdev <endisticbutitsforgit@gmail.com>2024-01-22 20:18:14 -0500
commit1c11eadc90ab43a0fdddfac9a65fd6b8f043837c (patch)
tree2216cb374c81ca6510d0668856f0c85926f7ba64 /src/main/java/de/hysky/skyblocker/skyblock
parent8b9f2d8bed28c0e2867871d4017eb63ebb904482 (diff)
downloadSkyblocker-1c11eadc90ab43a0fdddfac9a65fd6b8f043837c.tar.gz
Skyblocker-1c11eadc90ab43a0fdddfac9a65fd6b8f043837c.tar.bz2
Skyblocker-1c11eadc90ab43a0fdddfac9a65fd6b8f043837c.zip
finish up
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/skyblock')
-rw-r--r--src/main/java/de/hysky/skyblocker/skyblock/entity/MobGlow.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/entity/MobGlow.java b/src/main/java/de/hysky/skyblocker/skyblock/entity/MobGlow.java
index ef61271d..f7fb7a3e 100644
--- a/src/main/java/de/hysky/skyblocker/skyblock/entity/MobGlow.java
+++ b/src/main/java/de/hysky/skyblocker/skyblock/entity/MobGlow.java
@@ -123,7 +123,7 @@ public class MobGlow {
};
}
- // copypaste nukekubi head logic
+ // copypaste nukekebi head logic
if(entity instanceof ArmorStandEntity) {
for (net.minecraft.item.ItemStack it : entity.getArmorItems()) {
// hacky way to check if an item is a player head w/o
@@ -138,7 +138,7 @@ public class MobGlow {
// for the nukekubi head, compare against it to exclusively find
// armorstands that are nukekubi heads
if (it.getNbt().contains("SkullOwner")) {
- // get the texture of the nukekubi head item itself and
+ // get the texture of the nukekebi head item itself and
// compare it
var texture = it
.getNbt()