mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Implement Lingering potion & Area Effect Cloud (#5276)
Co-authored-by: Dylan T. <dktapps@pmmp.io>
This commit is contained in:
@@ -1226,6 +1226,7 @@ final class StringToItemParser extends StringToTParser{
|
||||
|
||||
$result->register($prefix("potion"), fn() => Items::POTION()->setType($potionType));
|
||||
$result->register($prefix("splash_potion"), fn() => Items::SPLASH_POTION()->setType($potionType));
|
||||
$result->register($prefix("lingering_potion"), fn() => Items::LINGERING_POTION()->setType($potionType));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user