Merge branch 'next-major' into modern-world-support

This commit is contained in:
Dylan K. Taylor
2022-05-20 17:50:38 +01:00
57 changed files with 530 additions and 94 deletions

View File

@@ -25,5 +25,9 @@ namespace pocketmine\item;
class Minecart extends Item{
public function getMaxStackSize() : int{
return 1;
}
//TODO
}