ItemFactory: remove dead TODO comment

This commit is contained in:
Dylan K. Taylor 2022-07-06 22:25:17 +01:00
parent eb404bddb4
commit 986daab511
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -186,7 +186,6 @@ class ItemFactory{
$this->register(new Item(new IID(Ids::RAW_GOLD), "Raw Gold"));
$this->register(new Item(new IID(Ids::PHANTOM_MEMBRANE), "Phantom Membrane"));
//the meta values for buckets are intentionally hardcoded because block IDs will change in the future
$this->register(new LiquidBucket(new IID(Ids::WATER_BUCKET), "Water Bucket", Blocks::WATER()));
$this->register(new LiquidBucket(new IID(Ids::LAVA_BUCKET), "Lava Bucket", Blocks::LAVA()));
$this->register(new Melon(new IID(Ids::MELON), "Melon"));