mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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{
|
||||
|
||||
public function getMaxStackSize() : int{
|
||||
return 1;
|
||||
}
|
||||
|
||||
//TODO
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user