mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
ItemFactory: remove dead TODO comment
This commit is contained in:
parent
eb404bddb4
commit
986daab511
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user