mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Added Block->getVariantBitmask(0 to cut down on getDrops() boilerplate, fixed several blocks incorrectly retaining meta when broken
This commit is contained in:
@ -53,9 +53,7 @@ class Gravel extends Fallable{
|
||||
];
|
||||
}
|
||||
|
||||
return [
|
||||
Item::get(Item::GRAVEL, 0, 1)
|
||||
];
|
||||
return parent::getDrops($item);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user