From 1c11eadc90ab43a0fdddfac9a65fd6b8f043837c Mon Sep 17 00:00:00 2001 From: akarahdev Date: Thu, 18 Jan 2024 09:36:35 -0500 Subject: finish up --- src/main/java/de/hysky/skyblocker/skyblock/entity/MobGlow.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java') 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() -- cgit