mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 11:16:57 +00:00
Rename BlockIds -> BlockLegacyIds
This commit is contained in:
@ -26,6 +26,6 @@ namespace pocketmine\block;
|
||||
class MelonStem extends Stem{
|
||||
|
||||
protected function getPlant() : Block{
|
||||
return BlockFactory::get(BlockIds::MELON_BLOCK);
|
||||
return BlockFactory::get(BlockLegacyIds::MELON_BLOCK);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user