Skip to content

Commit

Permalink
Fix component texture for enchant book
Browse files Browse the repository at this point in the history
  • Loading branch information
Aericio committed Sep 29, 2023
1 parent d2fdb06 commit 33c0a38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class PiggyEnchantedBookItem extends Item implements ItemComponents
public function __construct(ItemIdentifier $identifier, string $name = "Enchanted Book")
{
parent::__construct($identifier, $name);
$this->initComponent("enchanted_book");
$this->initComponent("book_enchanted");
}

public function getMaxStackSize(): int
Expand Down

0 comments on commit 33c0a38

Please sign in to comment.