mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 04:38:35 +00:00
Fixed wrong meta value when pick cake block. (#3593)
This commit is contained in:
parent
77c71e22b2
commit
c601352777
@ -109,6 +109,10 @@ class Cake extends Transparent implements FoodSource{
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getVariantBitmask() : int{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Block
|
* @return Block
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user