Implemented End Crystal (#4715)

Co-authored-by: Dylan T. <dktapps@pmmp.io>
This commit is contained in:
ipad54
2024-11-16 20:57:57 +03:00
committed by GitHub
parent e8e441f739
commit e77f2c5198
8 changed files with 212 additions and 2 deletions

View File

@@ -1330,6 +1330,7 @@ final class StringToItemParser extends StringToTParser{
$result->register("enchanted_book", fn() => Items::ENCHANTED_BOOK());
$result->register("enchanted_golden_apple", fn() => Items::ENCHANTED_GOLDEN_APPLE());
$result->register("enchanting_bottle", fn() => Items::EXPERIENCE_BOTTLE());
$result->register("end_crystal", fn() => Items::END_CRYSTAL());
$result->register("ender_pearl", fn() => Items::ENDER_PEARL());
$result->register("experience_bottle", fn() => Items::EXPERIENCE_BOTTLE());
$result->register("eye_armor_trim_smithing_template", fn() => Items::EYE_ARMOR_TRIM_SMITHING_TEMPLATE());