mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
Added Stack Count
This commit is contained in:
@@ -28,6 +28,7 @@ the Free Software Foundation, either version 3 of the License, or
|
||||
class SignItem extends Item{
|
||||
public function __construct($meta = 0, $count = 1){
|
||||
$this->block = BlockAPI::get(SIGN_POST);
|
||||
$this->maxStackSize = 16;
|
||||
parent::__construct(SIGN, 0, $count, "Sign");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user