Skip to content

Commit

Permalink
fix: id FIRST_UNUSED_BLOCK_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
AzaleeX committed Oct 28, 2024
1 parent 57b5043 commit a828070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block/BlockTypeIds.php
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ private function __construct(){
public const NO_BAMBOO_LOG = 10729;
public const NO_BAMBOO_WOOD = 10730;

public const FIRST_UNUSED_BLOCK_ID = 10718;
public const FIRST_UNUSED_BLOCK_ID = 10731;

private static int $nextDynamicId = self::FIRST_UNUSED_BLOCK_ID;

Expand Down

0 comments on commit a828070

Please sign in to comment.