Publish script used to generate ItemTypeIds

This commit is contained in:
Dylan K. Taylor
2022-07-04 15:43:13 +01:00
parent afd37ca892
commit d9c61f0492
4 changed files with 152 additions and 20 deletions

View File

@@ -23,6 +23,9 @@ declare(strict_types=1);
namespace pocketmine\data\bedrock\item;
/**
* This class is generated automatically from the item type dictionary for the current version. Do not edit it manually.
*/
final class ItemTypeIds{
public const ACACIA_BOAT = "minecraft:acacia_boat";
public const ACACIA_CHEST_BOAT = "minecraft:acacia_chest_boat";