Merge branch 'next-major' of github.com:pmmp/PocketMine-MP into next-major

This commit is contained in:
Dylan K. Taylor 2023-01-13 17:20:21 +00:00
commit a14346e98c
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -710,7 +710,7 @@ final class BlockTypeIds{
public const SCULK = 10683;
public const GLOWING_ITEM_FRAME = 10684;
public const FIRST_UNUSED_BLOCK_ID = 10684;
public const FIRST_UNUSED_BLOCK_ID = 10685;
private static int $nextDynamicId = self::FIRST_UNUSED_BLOCK_ID;