Merge branch 'release/3.3'

This commit is contained in:
Dylan K. Taylor
2018-09-20 16:50:11 +01:00
5 changed files with 26 additions and 11 deletions

View File

@ -36,6 +36,8 @@ class Cake extends Transparent implements FoodSource{
protected $id = self::CAKE_BLOCK;
protected $itemId = Item::CAKE;
public function __construct(int $meta = 0){
$this->setDamage($meta);
}