mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 17:29:44 +00:00
Fixed ItemTypeIds::FIRST_UNUSED_ITEM_ID
This commit is contained in:
parent
e4d24e1edd
commit
690efb09e3
@ -294,5 +294,5 @@ final class ItemTypeIds{
|
|||||||
public const RAW_GOLD = 20255;
|
public const RAW_GOLD = 20255;
|
||||||
public const SPYGLASS = 20256;
|
public const SPYGLASS = 20256;
|
||||||
|
|
||||||
public const FIRST_UNUSED_ITEM_ID = 20239;
|
public const FIRST_UNUSED_ITEM_ID = 20257;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user