Skip to content

Commit 686d4b6

Browse files
committed
Added ItemTypeIds
1 parent c46af5c commit 686d4b6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/item/ItemTypeIds.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,13 @@ private function __construct(){
354354
public const COPPER_HELMET = 20315;
355355
public const COPPER_LEGGINGS = 20316;
356356
public const COPPER_NUGGET = 20317;
357+
public const COPPER_AXE = 20318;
358+
public const COPPER_HOE = 20319;
359+
public const COPPER_PICKAXE = 20320;
360+
public const COPPER_SHOVEL = 20321;
361+
public const COPPER_SWORD = 20322;
357362

358-
public const FIRST_UNUSED_ITEM_ID = 20318;
363+
public const FIRST_UNUSED_ITEM_ID = 20323;
359364

360365
private static int $nextDynamicId = self::FIRST_UNUSED_ITEM_ID;
361366

0 commit comments

Comments
 (0)