From b1989f2edbc15572500387e00648f1a5602c8d70 Mon Sep 17 00:00:00 2001 From: "Dylan T." Date: Thu, 14 Nov 2024 17:14:01 +0000 Subject: [PATCH] I hate GitHub web editor --- src/item/VanillaItems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item/VanillaItems.php b/src/item/VanillaItems.php index 522091e0b57..a3366b85e67 100644 --- a/src/item/VanillaItems.php +++ b/src/item/VanillaItems.php @@ -493,7 +493,7 @@ protected static function setup() : void{ self::register("glow_berries", fn(IID $id) => new GlowBerries($id, "Glow Berries")); self::register("glow_ink_sac", fn(IID $id) => new Item($id, "Glow Ink Sac")); self::register("glowstone_dust", fn(IID $id) => new Item($id, "Glowstone Dust")); - self::register("goat_horn", fn(IID $id) => new GoatHorn($id, "Goat Horn")); + self::register("goat_horn", fn(IID $id) => new GoatHorn($id, "Goat Horn")); self::register("gold_ingot", fn(IID $id) => new Item($id, "Gold Ingot")); self::register("gold_nugget", fn(IID $id) => new Item($id, "Gold Nugget")); self::register("golden_apple", fn(IID $id) => new GoldenApple($id, "Golden Apple"));