We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46af5c commit 686d4b6Copy full SHA for 686d4b6
1 file changed
src/item/ItemTypeIds.php
@@ -354,8 +354,13 @@ private function __construct(){
354
public const COPPER_HELMET = 20315;
355
public const COPPER_LEGGINGS = 20316;
356
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;
362
- public const FIRST_UNUSED_ITEM_ID = 20318;
363
+ public const FIRST_UNUSED_ITEM_ID = 20323;
364
365
private static int $nextDynamicId = self::FIRST_UNUSED_ITEM_ID;
366
0 commit comments