mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Minecart: fixed max stack size to match vanilla (#5051)
This commit is contained in:
parent
554f96bc24
commit
26df37e6ef
@ -25,5 +25,9 @@ namespace pocketmine\item;
|
|||||||
|
|
||||||
class Minecart extends Item{
|
class Minecart extends Item{
|
||||||
|
|
||||||
|
public function getMaxStackSize() : int{
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
//TODO
|
//TODO
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user