Update BlockTypeIds.php

This commit is contained in:
Dylan T
2023-01-13 01:31:24 +00:00
committed by GitHub
parent b57fcb52d4
commit 6dd006e730

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;