Skip to content

Commit

Permalink
I hate GitHub web editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Nov 14, 2024
1 parent 94bc9da commit b1989f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item/VanillaItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit b1989f2

Please sign in to comment.