@minecraft/vanilla-data 1.21.100-preview.22 → 1.21.100-preview.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -224,6 +224,7 @@ export declare enum MinecraftBlockTypes {
224
224
  Conduit = "minecraft:conduit",
225
225
  CopperBlock = "minecraft:copper_block",
226
226
  CopperBulb = "minecraft:copper_bulb",
227
+ CopperChest = "minecraft:copper_chest",
227
228
  CopperDoor = "minecraft:copper_door",
228
229
  CopperGrate = "minecraft:copper_grate",
229
230
  CopperOre = "minecraft:copper_ore",
@@ -498,6 +499,7 @@ export declare enum MinecraftBlockTypes {
498
499
  ExposedChiseledCopper = "minecraft:exposed_chiseled_copper",
499
500
  ExposedCopper = "minecraft:exposed_copper",
500
501
  ExposedCopperBulb = "minecraft:exposed_copper_bulb",
502
+ ExposedCopperChest = "minecraft:exposed_copper_chest",
501
503
  ExposedCopperDoor = "minecraft:exposed_copper_door",
502
504
  ExposedCopperGrate = "minecraft:exposed_copper_grate",
503
505
  ExposedCopperTrapdoor = "minecraft:exposed_copper_trapdoor",
@@ -816,6 +818,7 @@ export declare enum MinecraftBlockTypes {
816
818
  OxidizedChiseledCopper = "minecraft:oxidized_chiseled_copper",
817
819
  OxidizedCopper = "minecraft:oxidized_copper",
818
820
  OxidizedCopperBulb = "minecraft:oxidized_copper_bulb",
821
+ OxidizedCopperChest = "minecraft:oxidized_copper_chest",
819
822
  OxidizedCopperDoor = "minecraft:oxidized_copper_door",
820
823
  OxidizedCopperGrate = "minecraft:oxidized_copper_grate",
821
824
  OxidizedCopperTrapdoor = "minecraft:oxidized_copper_trapdoor",
@@ -1168,6 +1171,7 @@ export declare enum MinecraftBlockTypes {
1168
1171
  WaxedChiseledCopper = "minecraft:waxed_chiseled_copper",
1169
1172
  WaxedCopper = "minecraft:waxed_copper",
1170
1173
  WaxedCopperBulb = "minecraft:waxed_copper_bulb",
1174
+ WaxedCopperChest = "minecraft:waxed_copper_chest",
1171
1175
  WaxedCopperDoor = "minecraft:waxed_copper_door",
1172
1176
  WaxedCopperGrate = "minecraft:waxed_copper_grate",
1173
1177
  WaxedCopperTrapdoor = "minecraft:waxed_copper_trapdoor",
@@ -1178,6 +1182,7 @@ export declare enum MinecraftBlockTypes {
1178
1182
  WaxedExposedChiseledCopper = "minecraft:waxed_exposed_chiseled_copper",
1179
1183
  WaxedExposedCopper = "minecraft:waxed_exposed_copper",
1180
1184
  WaxedExposedCopperBulb = "minecraft:waxed_exposed_copper_bulb",
1185
+ WaxedExposedCopperChest = "minecraft:waxed_exposed_copper_chest",
1181
1186
  WaxedExposedCopperDoor = "minecraft:waxed_exposed_copper_door",
1182
1187
  WaxedExposedCopperGrate = "minecraft:waxed_exposed_copper_grate",
1183
1188
  WaxedExposedCopperTrapdoor = "minecraft:waxed_exposed_copper_trapdoor",
@@ -1188,6 +1193,7 @@ export declare enum MinecraftBlockTypes {
1188
1193
  WaxedOxidizedChiseledCopper = "minecraft:waxed_oxidized_chiseled_copper",
1189
1194
  WaxedOxidizedCopper = "minecraft:waxed_oxidized_copper",
1190
1195
  WaxedOxidizedCopperBulb = "minecraft:waxed_oxidized_copper_bulb",
1196
+ WaxedOxidizedCopperChest = "minecraft:waxed_oxidized_copper_chest",
1191
1197
  WaxedOxidizedCopperDoor = "minecraft:waxed_oxidized_copper_door",
1192
1198
  WaxedOxidizedCopperGrate = "minecraft:waxed_oxidized_copper_grate",
1193
1199
  WaxedOxidizedCopperTrapdoor = "minecraft:waxed_oxidized_copper_trapdoor",
@@ -1198,6 +1204,7 @@ export declare enum MinecraftBlockTypes {
1198
1204
  WaxedWeatheredChiseledCopper = "minecraft:waxed_weathered_chiseled_copper",
1199
1205
  WaxedWeatheredCopper = "minecraft:waxed_weathered_copper",
1200
1206
  WaxedWeatheredCopperBulb = "minecraft:waxed_weathered_copper_bulb",
1207
+ WaxedWeatheredCopperChest = "minecraft:waxed_weathered_copper_chest",
1201
1208
  WaxedWeatheredCopperDoor = "minecraft:waxed_weathered_copper_door",
1202
1209
  WaxedWeatheredCopperGrate = "minecraft:waxed_weathered_copper_grate",
1203
1210
  WaxedWeatheredCopperTrapdoor = "minecraft:waxed_weathered_copper_trapdoor",
@@ -1208,6 +1215,7 @@ export declare enum MinecraftBlockTypes {
1208
1215
  WeatheredChiseledCopper = "minecraft:weathered_chiseled_copper",
1209
1216
  WeatheredCopper = "minecraft:weathered_copper",
1210
1217
  WeatheredCopperBulb = "minecraft:weathered_copper_bulb",
1218
+ WeatheredCopperChest = "minecraft:weathered_copper_chest",
1211
1219
  WeatheredCopperDoor = "minecraft:weathered_copper_door",
1212
1220
  WeatheredCopperGrate = "minecraft:weathered_copper_grate",
1213
1221
  WeatheredCopperTrapdoor = "minecraft:weathered_copper_trapdoor",
@@ -1973,6 +1981,10 @@ export type CompoundCreatorStates = Pick<BlockStateSuperset, 'direction'>;
1973
1981
  * States specific to CopperBulb
1974
1982
  */
1975
1983
  export type CopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
1984
+ /**
1985
+ * States specific to CopperChest
1986
+ */
1987
+ export type CopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
1976
1988
  /**
1977
1989
  * States specific to CopperDoor
1978
1990
  */
@@ -2321,6 +2333,10 @@ export type EnderChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_dire
2321
2333
  * States specific to ExposedCopperBulb
2322
2334
  */
2323
2335
  export type ExposedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
2336
+ /**
2337
+ * States specific to ExposedCopperChest
2338
+ */
2339
+ export type ExposedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
2324
2340
  /**
2325
2341
  * States specific to ExposedCopperDoor
2326
2342
  */
@@ -2869,6 +2885,10 @@ export type OrangeGlazedTerracottaStates = Pick<BlockStateSuperset, 'facing_dire
2869
2885
  * States specific to OxidizedCopperBulb
2870
2886
  */
2871
2887
  export type OxidizedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
2888
+ /**
2889
+ * States specific to OxidizedCopperChest
2890
+ */
2891
+ export type OxidizedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
2872
2892
  /**
2873
2893
  * States specific to OxidizedCopperDoor
2874
2894
  */
@@ -3869,6 +3889,10 @@ export type WaterStates = Pick<BlockStateSuperset, 'liquid_depth'>;
3869
3889
  * States specific to WaxedCopperBulb
3870
3890
  */
3871
3891
  export type WaxedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
3892
+ /**
3893
+ * States specific to WaxedCopperChest
3894
+ */
3895
+ export type WaxedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
3872
3896
  /**
3873
3897
  * States specific to WaxedCopperDoor
3874
3898
  */
@@ -3893,6 +3917,10 @@ export type WaxedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft
3893
3917
  * States specific to WaxedExposedCopperBulb
3894
3918
  */
3895
3919
  export type WaxedExposedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
3920
+ /**
3921
+ * States specific to WaxedExposedCopperChest
3922
+ */
3923
+ export type WaxedExposedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
3896
3924
  /**
3897
3925
  * States specific to WaxedExposedCopperDoor
3898
3926
  */
@@ -3917,6 +3945,10 @@ export type WaxedExposedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'mi
3917
3945
  * States specific to WaxedOxidizedCopperBulb
3918
3946
  */
3919
3947
  export type WaxedOxidizedCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
3948
+ /**
3949
+ * States specific to WaxedOxidizedCopperChest
3950
+ */
3951
+ export type WaxedOxidizedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
3920
3952
  /**
3921
3953
  * States specific to WaxedOxidizedCopperDoor
3922
3954
  */
@@ -3941,6 +3973,10 @@ export type WaxedOxidizedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'm
3941
3973
  * States specific to WaxedWeatheredCopperBulb
3942
3974
  */
3943
3975
  export type WaxedWeatheredCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
3976
+ /**
3977
+ * States specific to WaxedWeatheredCopperChest
3978
+ */
3979
+ export type WaxedWeatheredCopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
3944
3980
  /**
3945
3981
  * States specific to WaxedWeatheredCopperDoor
3946
3982
  */
@@ -3965,6 +4001,10 @@ export type WaxedWeatheredDoubleCutCopperSlabStates = Pick<BlockStateSuperset, '
3965
4001
  * States specific to WeatheredCopperBulb
3966
4002
  */
3967
4003
  export type WeatheredCopperBulbStates = Pick<BlockStateSuperset, 'lit' | 'powered_bit'>;
4004
+ /**
4005
+ * States specific to WeatheredCopperChest
4006
+ */
4007
+ export type WeatheredCopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
3968
4008
  /**
3969
4009
  * States specific to WeatheredCopperDoor
3970
4010
  */
@@ -4044,7 +4084,7 @@ export type ZombieHeadStates = Pick<BlockStateSuperset, 'facing_direction'>;
4044
4084
  /**
4045
4085
  * Union of all types for Block states
4046
4086
  */
4047
- export type BlockStates = AcaciaButtonStates | AcaciaDoorStates | AcaciaDoubleSlabStates | AcaciaFenceGateStates | AcaciaHangingSignStates | AcaciaLeavesStates | AcaciaLogStates | AcaciaPressurePlateStates | AcaciaSaplingStates | AcaciaSlabStates | AcaciaStairsStates | AcaciaStandingSignStates | AcaciaTrapdoorStates | AcaciaWallSignStates | AcaciaWoodStates | ActivatorRailStates | AmethystClusterStates | AndesiteDoubleSlabStates | AndesiteSlabStates | AndesiteStairsStates | AndesiteWallStates | AnvilStates | AzaleaLeavesStates | AzaleaLeavesFloweredStates | BambooStates | BambooBlockStates | BambooButtonStates | BambooDoorStates | BambooDoubleSlabStates | BambooFenceGateStates | BambooHangingSignStates | BambooMosaicDoubleSlabStates | BambooMosaicSlabStates | BambooMosaicStairsStates | BambooPressurePlateStates | BambooSaplingStates | BambooSlabStates | BambooStairsStates | BambooStandingSignStates | BambooTrapdoorStates | BambooWallSignStates | BarrelStates | BasaltStates | BedStates | BedrockStates | BeeNestStates | BeehiveStates | BeetrootStates | BellStates | BigDripleafStates | BirchButtonStates | BirchDoorStates | BirchDoubleSlabStates | BirchFenceGateStates | BirchHangingSignStates | BirchLeavesStates | BirchLogStates | BirchPressurePlateStates | BirchSaplingStates | BirchSlabStates | BirchStairsStates | BirchStandingSignStates | BirchTrapdoorStates | BirchWallSignStates | BirchWoodStates | BlackCandleStates | BlackCandleCakeStates | BlackGlazedTerracottaStates | BlackstoneDoubleSlabStates | BlackstoneSlabStates | BlackstoneStairsStates | BlackstoneWallStates | BlastFurnaceStates | BlueCandleStates | BlueCandleCakeStates | BlueGlazedTerracottaStates | BoneBlockStates | BorderBlockStates | BrainCoralFanStates | BrainCoralWallFanStates | BrewingStandStates | BrickDoubleSlabStates | BrickSlabStates | BrickStairsStates | BrickWallStates | BrownCandleStates | BrownCandleCakeStates | BrownGlazedTerracottaStates | BrownMushroomBlockStates | BubbleColumnStates | BubbleCoralFanStates | BubbleCoralWallFanStates | CactusStates | CakeStates | CalibratedSculkSensorStates | CampfireStates | CandleStates | CandleCakeStates | CarrotsStates | CarvedPumpkinStates | CauldronStates | CaveVinesStates | CaveVinesBodyWithBerriesStates | CaveVinesHeadWithBerriesStates | ChainStates | ChainCommandBlockStates | CherryButtonStates | CherryDoorStates | CherryDoubleSlabStates | CherryFenceGateStates | CherryHangingSignStates | CherryLeavesStates | CherryLogStates | CherryPressurePlateStates | CherrySaplingStates | CherrySlabStates | CherryStairsStates | CherryStandingSignStates | CherryTrapdoorStates | CherryWallSignStates | CherryWoodStates | ChestStates | ChippedAnvilStates | ChiseledBookshelfStates | ChiseledQuartzBlockStates | ChorusFlowerStates | CobbledDeepslateDoubleSlabStates | CobbledDeepslateSlabStates | CobbledDeepslateStairsStates | CobbledDeepslateWallStates | CobblestoneDoubleSlabStates | CobblestoneSlabStates | CobblestoneWallStates | CocoaStates | ColoredTorchBlueStates | ColoredTorchGreenStates | ColoredTorchPurpleStates | ColoredTorchRedStates | CommandBlockStates | ComposterStates | CompoundCreatorStates | CopperBulbStates | CopperDoorStates | CopperTrapdoorStates | CrafterStates | CreakingHeartStates | CreeperHeadStates | CrimsonButtonStates | CrimsonDoorStates | CrimsonDoubleSlabStates | CrimsonFenceGateStates | CrimsonHangingSignStates | CrimsonHyphaeStates | CrimsonPressurePlateStates | CrimsonSlabStates | CrimsonStairsStates | CrimsonStandingSignStates | CrimsonStemStates | CrimsonTrapdoorStates | CrimsonWallSignStates | CutCopperSlabStates | CutCopperStairsStates | CutRedSandstoneDoubleSlabStates | CutRedSandstoneSlabStates | CutSandstoneDoubleSlabStates | CutSandstoneSlabStates | CyanCandleStates | CyanCandleCakeStates | CyanGlazedTerracottaStates | DamagedAnvilStates | DarkOakButtonStates | DarkOakDoorStates | DarkOakDoubleSlabStates | DarkOakFenceGateStates | DarkOakHangingSignStates | DarkOakLeavesStates | DarkOakLogStates | DarkOakPressurePlateStates | DarkOakSaplingStates | DarkOakSlabStates | DarkOakStairsStates | DarkOakTrapdoorStates | DarkOakWoodStates | DarkPrismarineDoubleSlabStates | DarkPrismarineSlabStates | DarkPrismarineStairsStates | DarkoakStandingSignStates | DarkoakWallSignStates | DaylightDetectorStates | DaylightDetectorInvertedStates | DeadBrainCoralFanStates | DeadBrainCoralWallFanStates | DeadBubbleCoralFanStates | DeadBubbleCoralWallFanStates | DeadFireCoralFanStates | DeadFireCoralWallFanStates | DeadHornCoralFanStates | DeadHornCoralWallFanStates | DeadTubeCoralFanStates | DeadTubeCoralWallFanStates | DecoratedPotStates | DeepslateStates | DeepslateBrickDoubleSlabStates | DeepslateBrickSlabStates | DeepslateBrickStairsStates | DeepslateBrickWallStates | DeepslateTileDoubleSlabStates | DeepslateTileSlabStates | DeepslateTileStairsStates | DeepslateTileWallStates | DetectorRailStates | DioriteDoubleSlabStates | DioriteSlabStates | DioriteStairsStates | DioriteWallStates | DispenserStates | DoubleCutCopperSlabStates | DragonHeadStates | DriedGhastStates | DropperStates | ElementConstructorStates | EndBrickStairsStates | EndPortalFrameStates | EndRodStates | EndStoneBrickDoubleSlabStates | EndStoneBrickSlabStates | EndStoneBrickWallStates | EnderChestStates | ExposedCopperBulbStates | ExposedCopperDoorStates | ExposedCopperTrapdoorStates | ExposedCutCopperSlabStates | ExposedCutCopperStairsStates | ExposedDoubleCutCopperSlabStates | FarmlandStates | FenceGateStates | FireStates | FireCoralFanStates | FireCoralWallFanStates | FlowerPotStates | FlowingLavaStates | FlowingWaterStates | FrameStates | FrostedIceStates | FurnaceStates | GlowFrameStates | GlowLichenStates | GoldenRailStates | GraniteDoubleSlabStates | GraniteSlabStates | GraniteStairsStates | GraniteWallStates | GrayCandleStates | GrayCandleCakeStates | GrayGlazedTerracottaStates | GreenCandleStates | GreenCandleCakeStates | GreenGlazedTerracottaStates | GrindstoneStates | HayBlockStates | HeavyWeightedPressurePlateStates | HopperStates | HornCoralFanStates | HornCoralWallFanStates | InfestedDeepslateStates | IronDoorStates | IronTrapdoorStates | JigsawStates | JungleButtonStates | JungleDoorStates | JungleDoubleSlabStates | JungleFenceGateStates | JungleHangingSignStates | JungleLeavesStates | JungleLogStates | JunglePressurePlateStates | JungleSaplingStates | JungleSlabStates | JungleStairsStates | JungleStandingSignStates | JungleTrapdoorStates | JungleWallSignStates | JungleWoodStates | KelpStates | LabTableStates | LadderStates | LanternStates | LargeAmethystBudStates | LargeFernStates | LavaStates | LeafLitterStates | LecternStates | LeverStates | LightBlueCandleStates | LightBlueCandleCakeStates | LightBlueGlazedTerracottaStates | LightGrayCandleStates | LightGrayCandleCakeStates | LightWeightedPressurePlateStates | LightningRodStates | LilacStates | LimeCandleStates | LimeCandleCakeStates | LimeGlazedTerracottaStates | LitBlastFurnaceStates | LitFurnaceStates | LitPumpkinStates | LitSmokerStates | LoomStates | MagentaCandleStates | MagentaCandleCakeStates | MagentaGlazedTerracottaStates | MangroveButtonStates | MangroveDoorStates | MangroveDoubleSlabStates | MangroveFenceGateStates | MangroveHangingSignStates | MangroveLeavesStates | MangroveLogStates | MangrovePressurePlateStates | MangrovePropaguleStates | MangroveSlabStates | MangroveStairsStates | MangroveStandingSignStates | MangroveTrapdoorStates | MangroveWallSignStates | MangroveWoodStates | MaterialReducerStates | MediumAmethystBudStates | MelonStemStates | MossyCobblestoneDoubleSlabStates | MossyCobblestoneSlabStates | MossyCobblestoneStairsStates | MossyCobblestoneWallStates | MossyStoneBrickDoubleSlabStates | MossyStoneBrickSlabStates | MossyStoneBrickStairsStates | MossyStoneBrickWallStates | MudBrickDoubleSlabStates | MudBrickSlabStates | MudBrickStairsStates | MudBrickWallStates | MuddyMangroveRootsStates | MushroomStemStates | NetherBrickDoubleSlabStates | NetherBrickSlabStates | NetherBrickStairsStates | NetherBrickWallStates | NetherWartStates | NormalStoneDoubleSlabStates | NormalStoneSlabStates | NormalStoneStairsStates | OakDoubleSlabStates | OakHangingSignStates | OakLeavesStates | OakLogStates | OakSaplingStates | OakSlabStates | OakStairsStates | OakWoodStates | ObserverStates | OchreFroglightStates | OrangeCandleStates | OrangeCandleCakeStates | OrangeGlazedTerracottaStates | OxidizedCopperBulbStates | OxidizedCopperDoorStates | OxidizedCopperTrapdoorStates | OxidizedCutCopperSlabStates | OxidizedCutCopperStairsStates | OxidizedDoubleCutCopperSlabStates | PaleHangingMossStates | PaleMossCarpetStates | PaleOakButtonStates | PaleOakDoorStates | PaleOakDoubleSlabStates | PaleOakFenceGateStates | PaleOakHangingSignStates | PaleOakLeavesStates | PaleOakLogStates | PaleOakPressurePlateStates | PaleOakSaplingStates | PaleOakSlabStates | PaleOakStairsStates | PaleOakStandingSignStates | PaleOakTrapdoorStates | PaleOakWallSignStates | PaleOakWoodStates | PearlescentFroglightStates | PeonyStates | PetrifiedOakDoubleSlabStates | PetrifiedOakSlabStates | PiglinHeadStates | PinkCandleStates | PinkCandleCakeStates | PinkGlazedTerracottaStates | PinkPetalsStates | PistonStates | PistonArmCollisionStates | PitcherCropStates | PitcherPlantStates | PlayerHeadStates | PointedDripstoneStates | PolishedAndesiteDoubleSlabStates | PolishedAndesiteSlabStates | PolishedAndesiteStairsStates | PolishedBasaltStates | PolishedBlackstoneBrickDoubleSlabStates | PolishedBlackstoneBrickSlabStates | PolishedBlackstoneBrickStairsStates | PolishedBlackstoneBrickWallStates | PolishedBlackstoneButtonStates | PolishedBlackstoneDoubleSlabStates | PolishedBlackstonePressurePlateStates | PolishedBlackstoneSlabStates | PolishedBlackstoneStairsStates | PolishedBlackstoneWallStates | PolishedDeepslateDoubleSlabStates | PolishedDeepslateSlabStates | PolishedDeepslateStairsStates | PolishedDeepslateWallStates | PolishedDioriteDoubleSlabStates | PolishedDioriteSlabStates | PolishedDioriteStairsStates | PolishedGraniteDoubleSlabStates | PolishedGraniteSlabStates | PolishedGraniteStairsStates | PolishedTuffDoubleSlabStates | PolishedTuffSlabStates | PolishedTuffStairsStates | PolishedTuffWallStates | PortalStates | PotatoesStates | PoweredComparatorStates | PoweredRepeaterStates | PrismarineBrickDoubleSlabStates | PrismarineBrickSlabStates | PrismarineBricksStairsStates | PrismarineDoubleSlabStates | PrismarineSlabStates | PrismarineStairsStates | PrismarineWallStates | PumpkinStates | PumpkinStemStates | PurpleCandleStates | PurpleCandleCakeStates | PurpleGlazedTerracottaStates | PurpurBlockStates | PurpurDoubleSlabStates | PurpurPillarStates | PurpurSlabStates | PurpurStairsStates | QuartzBlockStates | QuartzDoubleSlabStates | QuartzPillarStates | QuartzSlabStates | QuartzStairsStates | RailStates | RedCandleStates | RedCandleCakeStates | RedGlazedTerracottaStates | RedMushroomBlockStates | RedNetherBrickDoubleSlabStates | RedNetherBrickSlabStates | RedNetherBrickStairsStates | RedNetherBrickWallStates | RedSandstoneDoubleSlabStates | RedSandstoneSlabStates | RedSandstoneStairsStates | RedSandstoneWallStates | RedstoneTorchStates | RedstoneWireStates | ReedsStates | RepeatingCommandBlockStates | ResinBrickDoubleSlabStates | ResinBrickSlabStates | ResinBrickStairsStates | ResinBrickWallStates | ResinClumpStates | RespawnAnchorStates | RoseBushStates | SandstoneDoubleSlabStates | SandstoneSlabStates | SandstoneStairsStates | SandstoneWallStates | ScaffoldingStates | SculkCatalystStates | SculkSensorStates | SculkShriekerStates | SculkVeinStates | SeaPickleStates | SeagrassStates | SilverGlazedTerracottaStates | SkeletonSkullStates | SmallAmethystBudStates | SmallDripleafBlockStates | SmokerStates | SmoothQuartzStates | SmoothQuartzDoubleSlabStates | SmoothQuartzSlabStates | SmoothQuartzStairsStates | SmoothRedSandstoneDoubleSlabStates | SmoothRedSandstoneSlabStates | SmoothRedSandstoneStairsStates | SmoothSandstoneDoubleSlabStates | SmoothSandstoneSlabStates | SmoothSandstoneStairsStates | SmoothStoneDoubleSlabStates | SmoothStoneSlabStates | SnifferEggStates | SnowLayerStates | SoulCampfireStates | SoulFireStates | SoulLanternStates | SoulTorchStates | SpruceButtonStates | SpruceDoorStates | SpruceDoubleSlabStates | SpruceFenceGateStates | SpruceHangingSignStates | SpruceLeavesStates | SpruceLogStates | SprucePressurePlateStates | SpruceSaplingStates | SpruceSlabStates | SpruceStairsStates | SpruceStandingSignStates | SpruceTrapdoorStates | SpruceWallSignStates | SpruceWoodStates | StandingBannerStates | StandingSignStates | StickyPistonStates | StickyPistonArmCollisionStates | StoneBrickDoubleSlabStates | StoneBrickSlabStates | StoneBrickStairsStates | StoneBrickWallStates | StoneButtonStates | StonePressurePlateStates | StoneStairsStates | StonecutterBlockStates | StrippedAcaciaLogStates | StrippedAcaciaWoodStates | StrippedBambooBlockStates | StrippedBirchLogStates | StrippedBirchWoodStates | StrippedCherryLogStates | StrippedCherryWoodStates | StrippedCrimsonHyphaeStates | StrippedCrimsonStemStates | StrippedDarkOakLogStates | StrippedDarkOakWoodStates | StrippedJungleLogStates | StrippedJungleWoodStates | StrippedMangroveLogStates | StrippedMangroveWoodStates | StrippedOakLogStates | StrippedOakWoodStates | StrippedPaleOakLogStates | StrippedPaleOakWoodStates | StrippedSpruceLogStates | StrippedSpruceWoodStates | StrippedWarpedHyphaeStates | StrippedWarpedStemStates | StructureBlockStates | SunflowerStates | SuspiciousGravelStates | SuspiciousSandStates | SweetBerryBushStates | TallGrassStates | TntStates | TorchStates | TorchflowerCropStates | TrapdoorStates | TrappedChestStates | TrialSpawnerStates | TripWireStates | TripwireHookStates | TubeCoralFanStates | TubeCoralWallFanStates | TuffBrickDoubleSlabStates | TuffBrickSlabStates | TuffBrickStairsStates | TuffBrickWallStates | TuffDoubleSlabStates | TuffSlabStates | TuffStairsStates | TuffWallStates | TurtleEggStates | TwistingVinesStates | UnderwaterTntStates | UnderwaterTorchStates | UnlitRedstoneTorchStates | UnpoweredComparatorStates | UnpoweredRepeaterStates | VaultStates | VerdantFroglightStates | VineStates | WallBannerStates | WallSignStates | WarpedButtonStates | WarpedDoorStates | WarpedDoubleSlabStates | WarpedFenceGateStates | WarpedHangingSignStates | WarpedHyphaeStates | WarpedPressurePlateStates | WarpedSlabStates | WarpedStairsStates | WarpedStandingSignStates | WarpedStemStates | WarpedTrapdoorStates | WarpedWallSignStates | WaterStates | WaxedCopperBulbStates | WaxedCopperDoorStates | WaxedCopperTrapdoorStates | WaxedCutCopperSlabStates | WaxedCutCopperStairsStates | WaxedDoubleCutCopperSlabStates | WaxedExposedCopperBulbStates | WaxedExposedCopperDoorStates | WaxedExposedCopperTrapdoorStates | WaxedExposedCutCopperSlabStates | WaxedExposedCutCopperStairsStates | WaxedExposedDoubleCutCopperSlabStates | WaxedOxidizedCopperBulbStates | WaxedOxidizedCopperDoorStates | WaxedOxidizedCopperTrapdoorStates | WaxedOxidizedCutCopperSlabStates | WaxedOxidizedCutCopperStairsStates | WaxedOxidizedDoubleCutCopperSlabStates | WaxedWeatheredCopperBulbStates | WaxedWeatheredCopperDoorStates | WaxedWeatheredCopperTrapdoorStates | WaxedWeatheredCutCopperSlabStates | WaxedWeatheredCutCopperStairsStates | WaxedWeatheredDoubleCutCopperSlabStates | WeatheredCopperBulbStates | WeatheredCopperDoorStates | WeatheredCopperTrapdoorStates | WeatheredCutCopperSlabStates | WeatheredCutCopperStairsStates | WeatheredDoubleCutCopperSlabStates | WeepingVinesStates | WheatStates | WhiteCandleStates | WhiteCandleCakeStates | WhiteGlazedTerracottaStates | WildflowersStates | WitherSkeletonSkullStates | WoodenButtonStates | WoodenDoorStates | WoodenPressurePlateStates | YellowCandleStates | YellowCandleCakeStates | YellowGlazedTerracottaStates | ZombieHeadStates;
4087
+ export type BlockStates = AcaciaButtonStates | AcaciaDoorStates | AcaciaDoubleSlabStates | AcaciaFenceGateStates | AcaciaHangingSignStates | AcaciaLeavesStates | AcaciaLogStates | AcaciaPressurePlateStates | AcaciaSaplingStates | AcaciaSlabStates | AcaciaStairsStates | AcaciaStandingSignStates | AcaciaTrapdoorStates | AcaciaWallSignStates | AcaciaWoodStates | ActivatorRailStates | AmethystClusterStates | AndesiteDoubleSlabStates | AndesiteSlabStates | AndesiteStairsStates | AndesiteWallStates | AnvilStates | AzaleaLeavesStates | AzaleaLeavesFloweredStates | BambooStates | BambooBlockStates | BambooButtonStates | BambooDoorStates | BambooDoubleSlabStates | BambooFenceGateStates | BambooHangingSignStates | BambooMosaicDoubleSlabStates | BambooMosaicSlabStates | BambooMosaicStairsStates | BambooPressurePlateStates | BambooSaplingStates | BambooSlabStates | BambooStairsStates | BambooStandingSignStates | BambooTrapdoorStates | BambooWallSignStates | BarrelStates | BasaltStates | BedStates | BedrockStates | BeeNestStates | BeehiveStates | BeetrootStates | BellStates | BigDripleafStates | BirchButtonStates | BirchDoorStates | BirchDoubleSlabStates | BirchFenceGateStates | BirchHangingSignStates | BirchLeavesStates | BirchLogStates | BirchPressurePlateStates | BirchSaplingStates | BirchSlabStates | BirchStairsStates | BirchStandingSignStates | BirchTrapdoorStates | BirchWallSignStates | BirchWoodStates | BlackCandleStates | BlackCandleCakeStates | BlackGlazedTerracottaStates | BlackstoneDoubleSlabStates | BlackstoneSlabStates | BlackstoneStairsStates | BlackstoneWallStates | BlastFurnaceStates | BlueCandleStates | BlueCandleCakeStates | BlueGlazedTerracottaStates | BoneBlockStates | BorderBlockStates | BrainCoralFanStates | BrainCoralWallFanStates | BrewingStandStates | BrickDoubleSlabStates | BrickSlabStates | BrickStairsStates | BrickWallStates | BrownCandleStates | BrownCandleCakeStates | BrownGlazedTerracottaStates | BrownMushroomBlockStates | BubbleColumnStates | BubbleCoralFanStates | BubbleCoralWallFanStates | CactusStates | CakeStates | CalibratedSculkSensorStates | CampfireStates | CandleStates | CandleCakeStates | CarrotsStates | CarvedPumpkinStates | CauldronStates | CaveVinesStates | CaveVinesBodyWithBerriesStates | CaveVinesHeadWithBerriesStates | ChainStates | ChainCommandBlockStates | CherryButtonStates | CherryDoorStates | CherryDoubleSlabStates | CherryFenceGateStates | CherryHangingSignStates | CherryLeavesStates | CherryLogStates | CherryPressurePlateStates | CherrySaplingStates | CherrySlabStates | CherryStairsStates | CherryStandingSignStates | CherryTrapdoorStates | CherryWallSignStates | CherryWoodStates | ChestStates | ChippedAnvilStates | ChiseledBookshelfStates | ChiseledQuartzBlockStates | ChorusFlowerStates | CobbledDeepslateDoubleSlabStates | CobbledDeepslateSlabStates | CobbledDeepslateStairsStates | CobbledDeepslateWallStates | CobblestoneDoubleSlabStates | CobblestoneSlabStates | CobblestoneWallStates | CocoaStates | ColoredTorchBlueStates | ColoredTorchGreenStates | ColoredTorchPurpleStates | ColoredTorchRedStates | CommandBlockStates | ComposterStates | CompoundCreatorStates | CopperBulbStates | CopperChestStates | CopperDoorStates | CopperTrapdoorStates | CrafterStates | CreakingHeartStates | CreeperHeadStates | CrimsonButtonStates | CrimsonDoorStates | CrimsonDoubleSlabStates | CrimsonFenceGateStates | CrimsonHangingSignStates | CrimsonHyphaeStates | CrimsonPressurePlateStates | CrimsonSlabStates | CrimsonStairsStates | CrimsonStandingSignStates | CrimsonStemStates | CrimsonTrapdoorStates | CrimsonWallSignStates | CutCopperSlabStates | CutCopperStairsStates | CutRedSandstoneDoubleSlabStates | CutRedSandstoneSlabStates | CutSandstoneDoubleSlabStates | CutSandstoneSlabStates | CyanCandleStates | CyanCandleCakeStates | CyanGlazedTerracottaStates | DamagedAnvilStates | DarkOakButtonStates | DarkOakDoorStates | DarkOakDoubleSlabStates | DarkOakFenceGateStates | DarkOakHangingSignStates | DarkOakLeavesStates | DarkOakLogStates | DarkOakPressurePlateStates | DarkOakSaplingStates | DarkOakSlabStates | DarkOakStairsStates | DarkOakTrapdoorStates | DarkOakWoodStates | DarkPrismarineDoubleSlabStates | DarkPrismarineSlabStates | DarkPrismarineStairsStates | DarkoakStandingSignStates | DarkoakWallSignStates | DaylightDetectorStates | DaylightDetectorInvertedStates | DeadBrainCoralFanStates | DeadBrainCoralWallFanStates | DeadBubbleCoralFanStates | DeadBubbleCoralWallFanStates | DeadFireCoralFanStates | DeadFireCoralWallFanStates | DeadHornCoralFanStates | DeadHornCoralWallFanStates | DeadTubeCoralFanStates | DeadTubeCoralWallFanStates | DecoratedPotStates | DeepslateStates | DeepslateBrickDoubleSlabStates | DeepslateBrickSlabStates | DeepslateBrickStairsStates | DeepslateBrickWallStates | DeepslateTileDoubleSlabStates | DeepslateTileSlabStates | DeepslateTileStairsStates | DeepslateTileWallStates | DetectorRailStates | DioriteDoubleSlabStates | DioriteSlabStates | DioriteStairsStates | DioriteWallStates | DispenserStates | DoubleCutCopperSlabStates | DragonHeadStates | DriedGhastStates | DropperStates | ElementConstructorStates | EndBrickStairsStates | EndPortalFrameStates | EndRodStates | EndStoneBrickDoubleSlabStates | EndStoneBrickSlabStates | EndStoneBrickWallStates | EnderChestStates | ExposedCopperBulbStates | ExposedCopperChestStates | ExposedCopperDoorStates | ExposedCopperTrapdoorStates | ExposedCutCopperSlabStates | ExposedCutCopperStairsStates | ExposedDoubleCutCopperSlabStates | FarmlandStates | FenceGateStates | FireStates | FireCoralFanStates | FireCoralWallFanStates | FlowerPotStates | FlowingLavaStates | FlowingWaterStates | FrameStates | FrostedIceStates | FurnaceStates | GlowFrameStates | GlowLichenStates | GoldenRailStates | GraniteDoubleSlabStates | GraniteSlabStates | GraniteStairsStates | GraniteWallStates | GrayCandleStates | GrayCandleCakeStates | GrayGlazedTerracottaStates | GreenCandleStates | GreenCandleCakeStates | GreenGlazedTerracottaStates | GrindstoneStates | HayBlockStates | HeavyWeightedPressurePlateStates | HopperStates | HornCoralFanStates | HornCoralWallFanStates | InfestedDeepslateStates | IronDoorStates | IronTrapdoorStates | JigsawStates | JungleButtonStates | JungleDoorStates | JungleDoubleSlabStates | JungleFenceGateStates | JungleHangingSignStates | JungleLeavesStates | JungleLogStates | JunglePressurePlateStates | JungleSaplingStates | JungleSlabStates | JungleStairsStates | JungleStandingSignStates | JungleTrapdoorStates | JungleWallSignStates | JungleWoodStates | KelpStates | LabTableStates | LadderStates | LanternStates | LargeAmethystBudStates | LargeFernStates | LavaStates | LeafLitterStates | LecternStates | LeverStates | LightBlueCandleStates | LightBlueCandleCakeStates | LightBlueGlazedTerracottaStates | LightGrayCandleStates | LightGrayCandleCakeStates | LightWeightedPressurePlateStates | LightningRodStates | LilacStates | LimeCandleStates | LimeCandleCakeStates | LimeGlazedTerracottaStates | LitBlastFurnaceStates | LitFurnaceStates | LitPumpkinStates | LitSmokerStates | LoomStates | MagentaCandleStates | MagentaCandleCakeStates | MagentaGlazedTerracottaStates | MangroveButtonStates | MangroveDoorStates | MangroveDoubleSlabStates | MangroveFenceGateStates | MangroveHangingSignStates | MangroveLeavesStates | MangroveLogStates | MangrovePressurePlateStates | MangrovePropaguleStates | MangroveSlabStates | MangroveStairsStates | MangroveStandingSignStates | MangroveTrapdoorStates | MangroveWallSignStates | MangroveWoodStates | MaterialReducerStates | MediumAmethystBudStates | MelonStemStates | MossyCobblestoneDoubleSlabStates | MossyCobblestoneSlabStates | MossyCobblestoneStairsStates | MossyCobblestoneWallStates | MossyStoneBrickDoubleSlabStates | MossyStoneBrickSlabStates | MossyStoneBrickStairsStates | MossyStoneBrickWallStates | MudBrickDoubleSlabStates | MudBrickSlabStates | MudBrickStairsStates | MudBrickWallStates | MuddyMangroveRootsStates | MushroomStemStates | NetherBrickDoubleSlabStates | NetherBrickSlabStates | NetherBrickStairsStates | NetherBrickWallStates | NetherWartStates | NormalStoneDoubleSlabStates | NormalStoneSlabStates | NormalStoneStairsStates | OakDoubleSlabStates | OakHangingSignStates | OakLeavesStates | OakLogStates | OakSaplingStates | OakSlabStates | OakStairsStates | OakWoodStates | ObserverStates | OchreFroglightStates | OrangeCandleStates | OrangeCandleCakeStates | OrangeGlazedTerracottaStates | OxidizedCopperBulbStates | OxidizedCopperChestStates | OxidizedCopperDoorStates | OxidizedCopperTrapdoorStates | OxidizedCutCopperSlabStates | OxidizedCutCopperStairsStates | OxidizedDoubleCutCopperSlabStates | PaleHangingMossStates | PaleMossCarpetStates | PaleOakButtonStates | PaleOakDoorStates | PaleOakDoubleSlabStates | PaleOakFenceGateStates | PaleOakHangingSignStates | PaleOakLeavesStates | PaleOakLogStates | PaleOakPressurePlateStates | PaleOakSaplingStates | PaleOakSlabStates | PaleOakStairsStates | PaleOakStandingSignStates | PaleOakTrapdoorStates | PaleOakWallSignStates | PaleOakWoodStates | PearlescentFroglightStates | PeonyStates | PetrifiedOakDoubleSlabStates | PetrifiedOakSlabStates | PiglinHeadStates | PinkCandleStates | PinkCandleCakeStates | PinkGlazedTerracottaStates | PinkPetalsStates | PistonStates | PistonArmCollisionStates | PitcherCropStates | PitcherPlantStates | PlayerHeadStates | PointedDripstoneStates | PolishedAndesiteDoubleSlabStates | PolishedAndesiteSlabStates | PolishedAndesiteStairsStates | PolishedBasaltStates | PolishedBlackstoneBrickDoubleSlabStates | PolishedBlackstoneBrickSlabStates | PolishedBlackstoneBrickStairsStates | PolishedBlackstoneBrickWallStates | PolishedBlackstoneButtonStates | PolishedBlackstoneDoubleSlabStates | PolishedBlackstonePressurePlateStates | PolishedBlackstoneSlabStates | PolishedBlackstoneStairsStates | PolishedBlackstoneWallStates | PolishedDeepslateDoubleSlabStates | PolishedDeepslateSlabStates | PolishedDeepslateStairsStates | PolishedDeepslateWallStates | PolishedDioriteDoubleSlabStates | PolishedDioriteSlabStates | PolishedDioriteStairsStates | PolishedGraniteDoubleSlabStates | PolishedGraniteSlabStates | PolishedGraniteStairsStates | PolishedTuffDoubleSlabStates | PolishedTuffSlabStates | PolishedTuffStairsStates | PolishedTuffWallStates | PortalStates | PotatoesStates | PoweredComparatorStates | PoweredRepeaterStates | PrismarineBrickDoubleSlabStates | PrismarineBrickSlabStates | PrismarineBricksStairsStates | PrismarineDoubleSlabStates | PrismarineSlabStates | PrismarineStairsStates | PrismarineWallStates | PumpkinStates | PumpkinStemStates | PurpleCandleStates | PurpleCandleCakeStates | PurpleGlazedTerracottaStates | PurpurBlockStates | PurpurDoubleSlabStates | PurpurPillarStates | PurpurSlabStates | PurpurStairsStates | QuartzBlockStates | QuartzDoubleSlabStates | QuartzPillarStates | QuartzSlabStates | QuartzStairsStates | RailStates | RedCandleStates | RedCandleCakeStates | RedGlazedTerracottaStates | RedMushroomBlockStates | RedNetherBrickDoubleSlabStates | RedNetherBrickSlabStates | RedNetherBrickStairsStates | RedNetherBrickWallStates | RedSandstoneDoubleSlabStates | RedSandstoneSlabStates | RedSandstoneStairsStates | RedSandstoneWallStates | RedstoneTorchStates | RedstoneWireStates | ReedsStates | RepeatingCommandBlockStates | ResinBrickDoubleSlabStates | ResinBrickSlabStates | ResinBrickStairsStates | ResinBrickWallStates | ResinClumpStates | RespawnAnchorStates | RoseBushStates | SandstoneDoubleSlabStates | SandstoneSlabStates | SandstoneStairsStates | SandstoneWallStates | ScaffoldingStates | SculkCatalystStates | SculkSensorStates | SculkShriekerStates | SculkVeinStates | SeaPickleStates | SeagrassStates | SilverGlazedTerracottaStates | SkeletonSkullStates | SmallAmethystBudStates | SmallDripleafBlockStates | SmokerStates | SmoothQuartzStates | SmoothQuartzDoubleSlabStates | SmoothQuartzSlabStates | SmoothQuartzStairsStates | SmoothRedSandstoneDoubleSlabStates | SmoothRedSandstoneSlabStates | SmoothRedSandstoneStairsStates | SmoothSandstoneDoubleSlabStates | SmoothSandstoneSlabStates | SmoothSandstoneStairsStates | SmoothStoneDoubleSlabStates | SmoothStoneSlabStates | SnifferEggStates | SnowLayerStates | SoulCampfireStates | SoulFireStates | SoulLanternStates | SoulTorchStates | SpruceButtonStates | SpruceDoorStates | SpruceDoubleSlabStates | SpruceFenceGateStates | SpruceHangingSignStates | SpruceLeavesStates | SpruceLogStates | SprucePressurePlateStates | SpruceSaplingStates | SpruceSlabStates | SpruceStairsStates | SpruceStandingSignStates | SpruceTrapdoorStates | SpruceWallSignStates | SpruceWoodStates | StandingBannerStates | StandingSignStates | StickyPistonStates | StickyPistonArmCollisionStates | StoneBrickDoubleSlabStates | StoneBrickSlabStates | StoneBrickStairsStates | StoneBrickWallStates | StoneButtonStates | StonePressurePlateStates | StoneStairsStates | StonecutterBlockStates | StrippedAcaciaLogStates | StrippedAcaciaWoodStates | StrippedBambooBlockStates | StrippedBirchLogStates | StrippedBirchWoodStates | StrippedCherryLogStates | StrippedCherryWoodStates | StrippedCrimsonHyphaeStates | StrippedCrimsonStemStates | StrippedDarkOakLogStates | StrippedDarkOakWoodStates | StrippedJungleLogStates | StrippedJungleWoodStates | StrippedMangroveLogStates | StrippedMangroveWoodStates | StrippedOakLogStates | StrippedOakWoodStates | StrippedPaleOakLogStates | StrippedPaleOakWoodStates | StrippedSpruceLogStates | StrippedSpruceWoodStates | StrippedWarpedHyphaeStates | StrippedWarpedStemStates | StructureBlockStates | SunflowerStates | SuspiciousGravelStates | SuspiciousSandStates | SweetBerryBushStates | TallGrassStates | TntStates | TorchStates | TorchflowerCropStates | TrapdoorStates | TrappedChestStates | TrialSpawnerStates | TripWireStates | TripwireHookStates | TubeCoralFanStates | TubeCoralWallFanStates | TuffBrickDoubleSlabStates | TuffBrickSlabStates | TuffBrickStairsStates | TuffBrickWallStates | TuffDoubleSlabStates | TuffSlabStates | TuffStairsStates | TuffWallStates | TurtleEggStates | TwistingVinesStates | UnderwaterTntStates | UnderwaterTorchStates | UnlitRedstoneTorchStates | UnpoweredComparatorStates | UnpoweredRepeaterStates | VaultStates | VerdantFroglightStates | VineStates | WallBannerStates | WallSignStates | WarpedButtonStates | WarpedDoorStates | WarpedDoubleSlabStates | WarpedFenceGateStates | WarpedHangingSignStates | WarpedHyphaeStates | WarpedPressurePlateStates | WarpedSlabStates | WarpedStairsStates | WarpedStandingSignStates | WarpedStemStates | WarpedTrapdoorStates | WarpedWallSignStates | WaterStates | WaxedCopperBulbStates | WaxedCopperChestStates | WaxedCopperDoorStates | WaxedCopperTrapdoorStates | WaxedCutCopperSlabStates | WaxedCutCopperStairsStates | WaxedDoubleCutCopperSlabStates | WaxedExposedCopperBulbStates | WaxedExposedCopperChestStates | WaxedExposedCopperDoorStates | WaxedExposedCopperTrapdoorStates | WaxedExposedCutCopperSlabStates | WaxedExposedCutCopperStairsStates | WaxedExposedDoubleCutCopperSlabStates | WaxedOxidizedCopperBulbStates | WaxedOxidizedCopperChestStates | WaxedOxidizedCopperDoorStates | WaxedOxidizedCopperTrapdoorStates | WaxedOxidizedCutCopperSlabStates | WaxedOxidizedCutCopperStairsStates | WaxedOxidizedDoubleCutCopperSlabStates | WaxedWeatheredCopperBulbStates | WaxedWeatheredCopperChestStates | WaxedWeatheredCopperDoorStates | WaxedWeatheredCopperTrapdoorStates | WaxedWeatheredCutCopperSlabStates | WaxedWeatheredCutCopperStairsStates | WaxedWeatheredDoubleCutCopperSlabStates | WeatheredCopperBulbStates | WeatheredCopperChestStates | WeatheredCopperDoorStates | WeatheredCopperTrapdoorStates | WeatheredCutCopperSlabStates | WeatheredCutCopperStairsStates | WeatheredDoubleCutCopperSlabStates | WeepingVinesStates | WheatStates | WhiteCandleStates | WhiteCandleCakeStates | WhiteGlazedTerracottaStates | WildflowersStates | WitherSkeletonSkullStates | WoodenButtonStates | WoodenDoorStates | WoodenPressurePlateStates | YellowCandleStates | YellowCandleCakeStates | YellowGlazedTerracottaStates | ZombieHeadStates;
4048
4088
  /**
4049
4089
  * Mapping of each Block name to it's states
4050
4090
  */
@@ -4333,6 +4373,8 @@ export type BlockStateMapping = {
4333
4373
  'minecraft:compound_creator': CompoundCreatorStates;
4334
4374
  copper_bulb: CopperBulbStates;
4335
4375
  'minecraft:copper_bulb': CopperBulbStates;
4376
+ copper_chest: CopperChestStates;
4377
+ 'minecraft:copper_chest': CopperChestStates;
4336
4378
  copper_door: CopperDoorStates;
4337
4379
  'minecraft:copper_door': CopperDoorStates;
4338
4380
  copper_trapdoor: CopperTrapdoorStates;
@@ -4507,6 +4549,8 @@ export type BlockStateMapping = {
4507
4549
  'minecraft:ender_chest': EnderChestStates;
4508
4550
  exposed_copper_bulb: ExposedCopperBulbStates;
4509
4551
  'minecraft:exposed_copper_bulb': ExposedCopperBulbStates;
4552
+ exposed_copper_chest: ExposedCopperChestStates;
4553
+ 'minecraft:exposed_copper_chest': ExposedCopperChestStates;
4510
4554
  exposed_copper_door: ExposedCopperDoorStates;
4511
4555
  'minecraft:exposed_copper_door': ExposedCopperDoorStates;
4512
4556
  exposed_copper_trapdoor: ExposedCopperTrapdoorStates;
@@ -4781,6 +4825,8 @@ export type BlockStateMapping = {
4781
4825
  'minecraft:orange_glazed_terracotta': OrangeGlazedTerracottaStates;
4782
4826
  oxidized_copper_bulb: OxidizedCopperBulbStates;
4783
4827
  'minecraft:oxidized_copper_bulb': OxidizedCopperBulbStates;
4828
+ oxidized_copper_chest: OxidizedCopperChestStates;
4829
+ 'minecraft:oxidized_copper_chest': OxidizedCopperChestStates;
4784
4830
  oxidized_copper_door: OxidizedCopperDoorStates;
4785
4831
  'minecraft:oxidized_copper_door': OxidizedCopperDoorStates;
4786
4832
  oxidized_copper_trapdoor: OxidizedCopperTrapdoorStates;
@@ -5281,6 +5327,8 @@ export type BlockStateMapping = {
5281
5327
  'minecraft:water': WaterStates;
5282
5328
  waxed_copper_bulb: WaxedCopperBulbStates;
5283
5329
  'minecraft:waxed_copper_bulb': WaxedCopperBulbStates;
5330
+ waxed_copper_chest: WaxedCopperChestStates;
5331
+ 'minecraft:waxed_copper_chest': WaxedCopperChestStates;
5284
5332
  waxed_copper_door: WaxedCopperDoorStates;
5285
5333
  'minecraft:waxed_copper_door': WaxedCopperDoorStates;
5286
5334
  waxed_copper_trapdoor: WaxedCopperTrapdoorStates;
@@ -5293,6 +5341,8 @@ export type BlockStateMapping = {
5293
5341
  'minecraft:waxed_double_cut_copper_slab': WaxedDoubleCutCopperSlabStates;
5294
5342
  waxed_exposed_copper_bulb: WaxedExposedCopperBulbStates;
5295
5343
  'minecraft:waxed_exposed_copper_bulb': WaxedExposedCopperBulbStates;
5344
+ waxed_exposed_copper_chest: WaxedExposedCopperChestStates;
5345
+ 'minecraft:waxed_exposed_copper_chest': WaxedExposedCopperChestStates;
5296
5346
  waxed_exposed_copper_door: WaxedExposedCopperDoorStates;
5297
5347
  'minecraft:waxed_exposed_copper_door': WaxedExposedCopperDoorStates;
5298
5348
  waxed_exposed_copper_trapdoor: WaxedExposedCopperTrapdoorStates;
@@ -5305,6 +5355,8 @@ export type BlockStateMapping = {
5305
5355
  'minecraft:waxed_exposed_double_cut_copper_slab': WaxedExposedDoubleCutCopperSlabStates;
5306
5356
  waxed_oxidized_copper_bulb: WaxedOxidizedCopperBulbStates;
5307
5357
  'minecraft:waxed_oxidized_copper_bulb': WaxedOxidizedCopperBulbStates;
5358
+ waxed_oxidized_copper_chest: WaxedOxidizedCopperChestStates;
5359
+ 'minecraft:waxed_oxidized_copper_chest': WaxedOxidizedCopperChestStates;
5308
5360
  waxed_oxidized_copper_door: WaxedOxidizedCopperDoorStates;
5309
5361
  'minecraft:waxed_oxidized_copper_door': WaxedOxidizedCopperDoorStates;
5310
5362
  waxed_oxidized_copper_trapdoor: WaxedOxidizedCopperTrapdoorStates;
@@ -5317,6 +5369,8 @@ export type BlockStateMapping = {
5317
5369
  'minecraft:waxed_oxidized_double_cut_copper_slab': WaxedOxidizedDoubleCutCopperSlabStates;
5318
5370
  waxed_weathered_copper_bulb: WaxedWeatheredCopperBulbStates;
5319
5371
  'minecraft:waxed_weathered_copper_bulb': WaxedWeatheredCopperBulbStates;
5372
+ waxed_weathered_copper_chest: WaxedWeatheredCopperChestStates;
5373
+ 'minecraft:waxed_weathered_copper_chest': WaxedWeatheredCopperChestStates;
5320
5374
  waxed_weathered_copper_door: WaxedWeatheredCopperDoorStates;
5321
5375
  'minecraft:waxed_weathered_copper_door': WaxedWeatheredCopperDoorStates;
5322
5376
  waxed_weathered_copper_trapdoor: WaxedWeatheredCopperTrapdoorStates;
@@ -5329,6 +5383,8 @@ export type BlockStateMapping = {
5329
5383
  'minecraft:waxed_weathered_double_cut_copper_slab': WaxedWeatheredDoubleCutCopperSlabStates;
5330
5384
  weathered_copper_bulb: WeatheredCopperBulbStates;
5331
5385
  'minecraft:weathered_copper_bulb': WeatheredCopperBulbStates;
5386
+ weathered_copper_chest: WeatheredCopperChestStates;
5387
+ 'minecraft:weathered_copper_chest': WeatheredCopperChestStates;
5332
5388
  weathered_copper_door: WeatheredCopperDoorStates;
5333
5389
  'minecraft:weathered_copper_door': WeatheredCopperDoorStates;
5334
5390
  weathered_copper_trapdoor: WeatheredCopperTrapdoorStates;
@@ -24,6 +24,7 @@ export declare enum MinecraftEntityTypes {
24
24
  Chicken = "minecraft:chicken",
25
25
  Cod = "minecraft:cod",
26
26
  CommandBlockMinecart = "minecraft:command_block_minecart",
27
+ CopperGolem = "minecraft:copper_golem",
27
28
  Cow = "minecraft:cow",
28
29
  Creaking = "minecraft:creaking",
29
30
  Creeper = "minecraft:creeper",
@@ -279,12 +279,24 @@ export declare enum MinecraftItemTypes {
279
279
  CookedRabbit = "minecraft:cooked_rabbit",
280
280
  CookedSalmon = "minecraft:cooked_salmon",
281
281
  Cookie = "minecraft:cookie",
282
+ CopperAxe = "minecraft:copper_axe",
282
283
  CopperBlock = "minecraft:copper_block",
284
+ CopperBoots = "minecraft:copper_boots",
283
285
  CopperBulb = "minecraft:copper_bulb",
286
+ CopperChest = "minecraft:copper_chest",
287
+ CopperChestplate = "minecraft:copper_chestplate",
284
288
  CopperDoor = "minecraft:copper_door",
289
+ CopperGolemSpawnEgg = "minecraft:copper_golem_spawn_egg",
285
290
  CopperGrate = "minecraft:copper_grate",
291
+ CopperHelmet = "minecraft:copper_helmet",
292
+ CopperHoe = "minecraft:copper_hoe",
286
293
  CopperIngot = "minecraft:copper_ingot",
294
+ CopperLeggings = "minecraft:copper_leggings",
295
+ CopperNugget = "minecraft:copper_nugget",
287
296
  CopperOre = "minecraft:copper_ore",
297
+ CopperPickaxe = "minecraft:copper_pickaxe",
298
+ CopperShovel = "minecraft:copper_shovel",
299
+ CopperSword = "minecraft:copper_sword",
288
300
  CopperTrapdoor = "minecraft:copper_trapdoor",
289
301
  Cornflower = "minecraft:cornflower",
290
302
  CowSpawnEgg = "minecraft:cow_spawn_egg",
@@ -462,6 +474,7 @@ export declare enum MinecraftItemTypes {
462
474
  ExposedChiseledCopper = "minecraft:exposed_chiseled_copper",
463
475
  ExposedCopper = "minecraft:exposed_copper",
464
476
  ExposedCopperBulb = "minecraft:exposed_copper_bulb",
477
+ ExposedCopperChest = "minecraft:exposed_copper_chest",
465
478
  ExposedCopperDoor = "minecraft:exposed_copper_door",
466
479
  ExposedCopperGrate = "minecraft:exposed_copper_grate",
467
480
  ExposedCopperTrapdoor = "minecraft:exposed_copper_trapdoor",
@@ -798,6 +811,7 @@ export declare enum MinecraftItemTypes {
798
811
  MusicDiscCreator = "minecraft:music_disc_creator",
799
812
  MusicDiscCreatorMusicBox = "minecraft:music_disc_creator_music_box",
800
813
  MusicDiscFar = "minecraft:music_disc_far",
814
+ MusicDiscLavaChicken = "minecraft:music_disc_lava_chicken",
801
815
  MusicDiscMall = "minecraft:music_disc_mall",
802
816
  MusicDiscMellohi = "minecraft:music_disc_mellohi",
803
817
  MusicDiscOtherside = "minecraft:music_disc_otherside",
@@ -878,6 +892,7 @@ export declare enum MinecraftItemTypes {
878
892
  OxidizedChiseledCopper = "minecraft:oxidized_chiseled_copper",
879
893
  OxidizedCopper = "minecraft:oxidized_copper",
880
894
  OxidizedCopperBulb = "minecraft:oxidized_copper_bulb",
895
+ OxidizedCopperChest = "minecraft:oxidized_copper_chest",
881
896
  OxidizedCopperDoor = "minecraft:oxidized_copper_door",
882
897
  OxidizedCopperGrate = "minecraft:oxidized_copper_grate",
883
898
  OxidizedCopperTrapdoor = "minecraft:oxidized_copper_trapdoor",
@@ -1298,6 +1313,7 @@ export declare enum MinecraftItemTypes {
1298
1313
  WaxedChiseledCopper = "minecraft:waxed_chiseled_copper",
1299
1314
  WaxedCopper = "minecraft:waxed_copper",
1300
1315
  WaxedCopperBulb = "minecraft:waxed_copper_bulb",
1316
+ WaxedCopperChest = "minecraft:waxed_copper_chest",
1301
1317
  WaxedCopperDoor = "minecraft:waxed_copper_door",
1302
1318
  WaxedCopperGrate = "minecraft:waxed_copper_grate",
1303
1319
  WaxedCopperTrapdoor = "minecraft:waxed_copper_trapdoor",
@@ -1307,6 +1323,7 @@ export declare enum MinecraftItemTypes {
1307
1323
  WaxedExposedChiseledCopper = "minecraft:waxed_exposed_chiseled_copper",
1308
1324
  WaxedExposedCopper = "minecraft:waxed_exposed_copper",
1309
1325
  WaxedExposedCopperBulb = "minecraft:waxed_exposed_copper_bulb",
1326
+ WaxedExposedCopperChest = "minecraft:waxed_exposed_copper_chest",
1310
1327
  WaxedExposedCopperDoor = "minecraft:waxed_exposed_copper_door",
1311
1328
  WaxedExposedCopperGrate = "minecraft:waxed_exposed_copper_grate",
1312
1329
  WaxedExposedCopperTrapdoor = "minecraft:waxed_exposed_copper_trapdoor",
@@ -1316,6 +1333,7 @@ export declare enum MinecraftItemTypes {
1316
1333
  WaxedOxidizedChiseledCopper = "minecraft:waxed_oxidized_chiseled_copper",
1317
1334
  WaxedOxidizedCopper = "minecraft:waxed_oxidized_copper",
1318
1335
  WaxedOxidizedCopperBulb = "minecraft:waxed_oxidized_copper_bulb",
1336
+ WaxedOxidizedCopperChest = "minecraft:waxed_oxidized_copper_chest",
1319
1337
  WaxedOxidizedCopperDoor = "minecraft:waxed_oxidized_copper_door",
1320
1338
  WaxedOxidizedCopperGrate = "minecraft:waxed_oxidized_copper_grate",
1321
1339
  WaxedOxidizedCopperTrapdoor = "minecraft:waxed_oxidized_copper_trapdoor",
@@ -1325,6 +1343,7 @@ export declare enum MinecraftItemTypes {
1325
1343
  WaxedWeatheredChiseledCopper = "minecraft:waxed_weathered_chiseled_copper",
1326
1344
  WaxedWeatheredCopper = "minecraft:waxed_weathered_copper",
1327
1345
  WaxedWeatheredCopperBulb = "minecraft:waxed_weathered_copper_bulb",
1346
+ WaxedWeatheredCopperChest = "minecraft:waxed_weathered_copper_chest",
1328
1347
  WaxedWeatheredCopperDoor = "minecraft:waxed_weathered_copper_door",
1329
1348
  WaxedWeatheredCopperGrate = "minecraft:waxed_weathered_copper_grate",
1330
1349
  WaxedWeatheredCopperTrapdoor = "minecraft:waxed_weathered_copper_trapdoor",
@@ -1335,6 +1354,7 @@ export declare enum MinecraftItemTypes {
1335
1354
  WeatheredChiseledCopper = "minecraft:weathered_chiseled_copper",
1336
1355
  WeatheredCopper = "minecraft:weathered_copper",
1337
1356
  WeatheredCopperBulb = "minecraft:weathered_copper_bulb",
1357
+ WeatheredCopperChest = "minecraft:weathered_copper_chest",
1338
1358
  WeatheredCopperDoor = "minecraft:weathered_copper_door",
1339
1359
  WeatheredCopperGrate = "minecraft:weathered_copper_grate",
1340
1360
  WeatheredCopperTrapdoor = "minecraft:weathered_copper_trapdoor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/vanilla-data",
3
- "version": "1.21.100-preview.22",
3
+ "version": "1.21.100-preview.24",
4
4
  "description": "Contains types for Minecraft Vanilla Content",
5
5
  "exports": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",