mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Added wither rose
This commit is contained in:
@ -696,6 +696,7 @@ use function mb_strtolower;
|
||||
* @method static WeightedPressurePlateLight WEIGHTED_PRESSURE_PLATE_LIGHT()
|
||||
* @method static Wheat WHEAT()
|
||||
* @method static Flower WHITE_TULIP()
|
||||
* @method static WitherRose WITHER_ROSE()
|
||||
* @method static Wool WOOL()
|
||||
*/
|
||||
final class VanillaBlocks{
|
||||
@ -1356,6 +1357,7 @@ final class VanillaBlocks{
|
||||
|
||||
private static function registerBlocksR13() : void{
|
||||
self::register("light", new Light(new BID(Ids::LIGHT), "Light Block", BreakInfo::indestructible()));
|
||||
self::register("wither_rose", new WitherRose(new BID(Ids::WITHER_ROSE), "Wither Rose", BreakInfo::instant()));
|
||||
}
|
||||
|
||||
private static function registerBlocksR14() : void{
|
||||
|
Reference in New Issue
Block a user