@minecraft/vanilla-data 1.21.100-preview.25 → 1.21.110-preview.22
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.
- package/README.md +2 -2
- package/lib/index.js +10 -10
- package/lib/mojang-block.d.ts +191 -1
- package/lib/mojang-item.d.ts +28 -0
- package/package.json +21 -21
package/lib/mojang-block.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
13
13
|
AcaciaPlanks = "minecraft:acacia_planks",
|
|
14
14
|
AcaciaPressurePlate = "minecraft:acacia_pressure_plate",
|
|
15
15
|
AcaciaSapling = "minecraft:acacia_sapling",
|
|
16
|
+
AcaciaShelf = "minecraft:acacia_shelf",
|
|
16
17
|
AcaciaSlab = "minecraft:acacia_slab",
|
|
17
18
|
AcaciaStairs = "minecraft:acacia_stairs",
|
|
18
19
|
AcaciaStandingSign = "minecraft:acacia_standing_sign",
|
|
@@ -51,6 +52,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
51
52
|
BambooPlanks = "minecraft:bamboo_planks",
|
|
52
53
|
BambooPressurePlate = "minecraft:bamboo_pressure_plate",
|
|
53
54
|
BambooSapling = "minecraft:bamboo_sapling",
|
|
55
|
+
BambooShelf = "minecraft:bamboo_shelf",
|
|
54
56
|
BambooSlab = "minecraft:bamboo_slab",
|
|
55
57
|
BambooStairs = "minecraft:bamboo_stairs",
|
|
56
58
|
BambooStandingSign = "minecraft:bamboo_standing_sign",
|
|
@@ -78,6 +80,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
78
80
|
BirchPlanks = "minecraft:birch_planks",
|
|
79
81
|
BirchPressurePlate = "minecraft:birch_pressure_plate",
|
|
80
82
|
BirchSapling = "minecraft:birch_sapling",
|
|
83
|
+
BirchShelf = "minecraft:birch_shelf",
|
|
81
84
|
BirchSlab = "minecraft:birch_slab",
|
|
82
85
|
BirchStairs = "minecraft:birch_stairs",
|
|
83
86
|
BirchStandingSign = "minecraft:birch_standing_sign",
|
|
@@ -177,6 +180,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
177
180
|
CherryPlanks = "minecraft:cherry_planks",
|
|
178
181
|
CherryPressurePlate = "minecraft:cherry_pressure_plate",
|
|
179
182
|
CherrySapling = "minecraft:cherry_sapling",
|
|
183
|
+
CherryShelf = "minecraft:cherry_shelf",
|
|
180
184
|
CherrySlab = "minecraft:cherry_slab",
|
|
181
185
|
CherryStairs = "minecraft:cherry_stairs",
|
|
182
186
|
CherryStandingSign = "minecraft:cherry_standing_sign",
|
|
@@ -226,6 +230,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
226
230
|
CopperBulb = "minecraft:copper_bulb",
|
|
227
231
|
CopperChest = "minecraft:copper_chest",
|
|
228
232
|
CopperDoor = "minecraft:copper_door",
|
|
233
|
+
CopperGolemStatue = "minecraft:copper_golem_statue",
|
|
229
234
|
CopperGrate = "minecraft:copper_grate",
|
|
230
235
|
CopperOre = "minecraft:copper_ore",
|
|
231
236
|
CopperTrapdoor = "minecraft:copper_trapdoor",
|
|
@@ -251,6 +256,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
251
256
|
CrimsonPlanks = "minecraft:crimson_planks",
|
|
252
257
|
CrimsonPressurePlate = "minecraft:crimson_pressure_plate",
|
|
253
258
|
CrimsonRoots = "minecraft:crimson_roots",
|
|
259
|
+
CrimsonShelf = "minecraft:crimson_shelf",
|
|
254
260
|
CrimsonSlab = "minecraft:crimson_slab",
|
|
255
261
|
CrimsonStairs = "minecraft:crimson_stairs",
|
|
256
262
|
CrimsonStandingSign = "minecraft:crimson_standing_sign",
|
|
@@ -291,6 +297,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
291
297
|
DarkOakPlanks = "minecraft:dark_oak_planks",
|
|
292
298
|
DarkOakPressurePlate = "minecraft:dark_oak_pressure_plate",
|
|
293
299
|
DarkOakSapling = "minecraft:dark_oak_sapling",
|
|
300
|
+
DarkOakShelf = "minecraft:dark_oak_shelf",
|
|
294
301
|
DarkOakSlab = "minecraft:dark_oak_slab",
|
|
295
302
|
DarkOakStairs = "minecraft:dark_oak_stairs",
|
|
296
303
|
DarkOakTrapdoor = "minecraft:dark_oak_trapdoor",
|
|
@@ -501,12 +508,14 @@ export declare enum MinecraftBlockTypes {
|
|
|
501
508
|
ExposedCopperBulb = "minecraft:exposed_copper_bulb",
|
|
502
509
|
ExposedCopperChest = "minecraft:exposed_copper_chest",
|
|
503
510
|
ExposedCopperDoor = "minecraft:exposed_copper_door",
|
|
511
|
+
ExposedCopperGolemStatue = "minecraft:exposed_copper_golem_statue",
|
|
504
512
|
ExposedCopperGrate = "minecraft:exposed_copper_grate",
|
|
505
513
|
ExposedCopperTrapdoor = "minecraft:exposed_copper_trapdoor",
|
|
506
514
|
ExposedCutCopper = "minecraft:exposed_cut_copper",
|
|
507
515
|
ExposedCutCopperSlab = "minecraft:exposed_cut_copper_slab",
|
|
508
516
|
ExposedCutCopperStairs = "minecraft:exposed_cut_copper_stairs",
|
|
509
517
|
ExposedDoubleCutCopperSlab = "minecraft:exposed_double_cut_copper_slab",
|
|
518
|
+
ExposedLightningRod = "minecraft:exposed_lightning_rod",
|
|
510
519
|
Farmland = "minecraft:farmland",
|
|
511
520
|
FenceGate = "minecraft:fence_gate",
|
|
512
521
|
Fern = "minecraft:fern",
|
|
@@ -637,6 +646,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
637
646
|
JunglePlanks = "minecraft:jungle_planks",
|
|
638
647
|
JunglePressurePlate = "minecraft:jungle_pressure_plate",
|
|
639
648
|
JungleSapling = "minecraft:jungle_sapling",
|
|
649
|
+
JungleShelf = "minecraft:jungle_shelf",
|
|
640
650
|
JungleSlab = "minecraft:jungle_slab",
|
|
641
651
|
JungleStairs = "minecraft:jungle_stairs",
|
|
642
652
|
JungleStandingSign = "minecraft:jungle_standing_sign",
|
|
@@ -740,6 +750,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
740
750
|
MangrovePressurePlate = "minecraft:mangrove_pressure_plate",
|
|
741
751
|
MangrovePropagule = "minecraft:mangrove_propagule",
|
|
742
752
|
MangroveRoots = "minecraft:mangrove_roots",
|
|
753
|
+
MangroveShelf = "minecraft:mangrove_shelf",
|
|
743
754
|
MangroveSlab = "minecraft:mangrove_slab",
|
|
744
755
|
MangroveStairs = "minecraft:mangrove_stairs",
|
|
745
756
|
MangroveStandingSign = "minecraft:mangrove_standing_sign",
|
|
@@ -795,6 +806,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
795
806
|
OakLog = "minecraft:oak_log",
|
|
796
807
|
OakPlanks = "minecraft:oak_planks",
|
|
797
808
|
OakSapling = "minecraft:oak_sapling",
|
|
809
|
+
OakShelf = "minecraft:oak_shelf",
|
|
798
810
|
OakSlab = "minecraft:oak_slab",
|
|
799
811
|
OakStairs = "minecraft:oak_stairs",
|
|
800
812
|
OakWood = "minecraft:oak_wood",
|
|
@@ -820,12 +832,14 @@ export declare enum MinecraftBlockTypes {
|
|
|
820
832
|
OxidizedCopperBulb = "minecraft:oxidized_copper_bulb",
|
|
821
833
|
OxidizedCopperChest = "minecraft:oxidized_copper_chest",
|
|
822
834
|
OxidizedCopperDoor = "minecraft:oxidized_copper_door",
|
|
835
|
+
OxidizedCopperGolemStatue = "minecraft:oxidized_copper_golem_statue",
|
|
823
836
|
OxidizedCopperGrate = "minecraft:oxidized_copper_grate",
|
|
824
837
|
OxidizedCopperTrapdoor = "minecraft:oxidized_copper_trapdoor",
|
|
825
838
|
OxidizedCutCopper = "minecraft:oxidized_cut_copper",
|
|
826
839
|
OxidizedCutCopperSlab = "minecraft:oxidized_cut_copper_slab",
|
|
827
840
|
OxidizedCutCopperStairs = "minecraft:oxidized_cut_copper_stairs",
|
|
828
841
|
OxidizedDoubleCutCopperSlab = "minecraft:oxidized_double_cut_copper_slab",
|
|
842
|
+
OxidizedLightningRod = "minecraft:oxidized_lightning_rod",
|
|
829
843
|
PackedIce = "minecraft:packed_ice",
|
|
830
844
|
PackedMud = "minecraft:packed_mud",
|
|
831
845
|
PaleHangingMoss = "minecraft:pale_hanging_moss",
|
|
@@ -842,6 +856,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
842
856
|
PaleOakPlanks = "minecraft:pale_oak_planks",
|
|
843
857
|
PaleOakPressurePlate = "minecraft:pale_oak_pressure_plate",
|
|
844
858
|
PaleOakSapling = "minecraft:pale_oak_sapling",
|
|
859
|
+
PaleOakShelf = "minecraft:pale_oak_shelf",
|
|
845
860
|
PaleOakSlab = "minecraft:pale_oak_slab",
|
|
846
861
|
PaleOakStairs = "minecraft:pale_oak_stairs",
|
|
847
862
|
PaleOakStandingSign = "minecraft:pale_oak_standing_sign",
|
|
@@ -1057,6 +1072,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
1057
1072
|
SprucePlanks = "minecraft:spruce_planks",
|
|
1058
1073
|
SprucePressurePlate = "minecraft:spruce_pressure_plate",
|
|
1059
1074
|
SpruceSapling = "minecraft:spruce_sapling",
|
|
1075
|
+
SpruceShelf = "minecraft:spruce_shelf",
|
|
1060
1076
|
SpruceSlab = "minecraft:spruce_slab",
|
|
1061
1077
|
SpruceStairs = "minecraft:spruce_stairs",
|
|
1062
1078
|
SpruceStandingSign = "minecraft:spruce_standing_sign",
|
|
@@ -1159,6 +1175,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
1159
1175
|
WarpedPlanks = "minecraft:warped_planks",
|
|
1160
1176
|
WarpedPressurePlate = "minecraft:warped_pressure_plate",
|
|
1161
1177
|
WarpedRoots = "minecraft:warped_roots",
|
|
1178
|
+
WarpedShelf = "minecraft:warped_shelf",
|
|
1162
1179
|
WarpedSlab = "minecraft:warped_slab",
|
|
1163
1180
|
WarpedStairs = "minecraft:warped_stairs",
|
|
1164
1181
|
WarpedStandingSign = "minecraft:warped_standing_sign",
|
|
@@ -1173,6 +1190,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
1173
1190
|
WaxedCopperBulb = "minecraft:waxed_copper_bulb",
|
|
1174
1191
|
WaxedCopperChest = "minecraft:waxed_copper_chest",
|
|
1175
1192
|
WaxedCopperDoor = "minecraft:waxed_copper_door",
|
|
1193
|
+
WaxedCopperGolemStatue = "minecraft:waxed_copper_golem_statue",
|
|
1176
1194
|
WaxedCopperGrate = "minecraft:waxed_copper_grate",
|
|
1177
1195
|
WaxedCopperTrapdoor = "minecraft:waxed_copper_trapdoor",
|
|
1178
1196
|
WaxedCutCopper = "minecraft:waxed_cut_copper",
|
|
@@ -1184,45 +1202,54 @@ export declare enum MinecraftBlockTypes {
|
|
|
1184
1202
|
WaxedExposedCopperBulb = "minecraft:waxed_exposed_copper_bulb",
|
|
1185
1203
|
WaxedExposedCopperChest = "minecraft:waxed_exposed_copper_chest",
|
|
1186
1204
|
WaxedExposedCopperDoor = "minecraft:waxed_exposed_copper_door",
|
|
1205
|
+
WaxedExposedCopperGolemStatue = "minecraft:waxed_exposed_copper_golem_statue",
|
|
1187
1206
|
WaxedExposedCopperGrate = "minecraft:waxed_exposed_copper_grate",
|
|
1188
1207
|
WaxedExposedCopperTrapdoor = "minecraft:waxed_exposed_copper_trapdoor",
|
|
1189
1208
|
WaxedExposedCutCopper = "minecraft:waxed_exposed_cut_copper",
|
|
1190
1209
|
WaxedExposedCutCopperSlab = "minecraft:waxed_exposed_cut_copper_slab",
|
|
1191
1210
|
WaxedExposedCutCopperStairs = "minecraft:waxed_exposed_cut_copper_stairs",
|
|
1192
1211
|
WaxedExposedDoubleCutCopperSlab = "minecraft:waxed_exposed_double_cut_copper_slab",
|
|
1212
|
+
WaxedExposedLightningRod = "minecraft:waxed_exposed_lightning_rod",
|
|
1213
|
+
WaxedLightningRod = "minecraft:waxed_lightning_rod",
|
|
1193
1214
|
WaxedOxidizedChiseledCopper = "minecraft:waxed_oxidized_chiseled_copper",
|
|
1194
1215
|
WaxedOxidizedCopper = "minecraft:waxed_oxidized_copper",
|
|
1195
1216
|
WaxedOxidizedCopperBulb = "minecraft:waxed_oxidized_copper_bulb",
|
|
1196
1217
|
WaxedOxidizedCopperChest = "minecraft:waxed_oxidized_copper_chest",
|
|
1197
1218
|
WaxedOxidizedCopperDoor = "minecraft:waxed_oxidized_copper_door",
|
|
1219
|
+
WaxedOxidizedCopperGolemStatue = "minecraft:waxed_oxidized_copper_golem_statue",
|
|
1198
1220
|
WaxedOxidizedCopperGrate = "minecraft:waxed_oxidized_copper_grate",
|
|
1199
1221
|
WaxedOxidizedCopperTrapdoor = "minecraft:waxed_oxidized_copper_trapdoor",
|
|
1200
1222
|
WaxedOxidizedCutCopper = "minecraft:waxed_oxidized_cut_copper",
|
|
1201
1223
|
WaxedOxidizedCutCopperSlab = "minecraft:waxed_oxidized_cut_copper_slab",
|
|
1202
1224
|
WaxedOxidizedCutCopperStairs = "minecraft:waxed_oxidized_cut_copper_stairs",
|
|
1203
1225
|
WaxedOxidizedDoubleCutCopperSlab = "minecraft:waxed_oxidized_double_cut_copper_slab",
|
|
1226
|
+
WaxedOxidizedLightningRod = "minecraft:waxed_oxidized_lightning_rod",
|
|
1204
1227
|
WaxedWeatheredChiseledCopper = "minecraft:waxed_weathered_chiseled_copper",
|
|
1205
1228
|
WaxedWeatheredCopper = "minecraft:waxed_weathered_copper",
|
|
1206
1229
|
WaxedWeatheredCopperBulb = "minecraft:waxed_weathered_copper_bulb",
|
|
1207
1230
|
WaxedWeatheredCopperChest = "minecraft:waxed_weathered_copper_chest",
|
|
1208
1231
|
WaxedWeatheredCopperDoor = "minecraft:waxed_weathered_copper_door",
|
|
1232
|
+
WaxedWeatheredCopperGolemStatue = "minecraft:waxed_weathered_copper_golem_statue",
|
|
1209
1233
|
WaxedWeatheredCopperGrate = "minecraft:waxed_weathered_copper_grate",
|
|
1210
1234
|
WaxedWeatheredCopperTrapdoor = "minecraft:waxed_weathered_copper_trapdoor",
|
|
1211
1235
|
WaxedWeatheredCutCopper = "minecraft:waxed_weathered_cut_copper",
|
|
1212
1236
|
WaxedWeatheredCutCopperSlab = "minecraft:waxed_weathered_cut_copper_slab",
|
|
1213
1237
|
WaxedWeatheredCutCopperStairs = "minecraft:waxed_weathered_cut_copper_stairs",
|
|
1214
1238
|
WaxedWeatheredDoubleCutCopperSlab = "minecraft:waxed_weathered_double_cut_copper_slab",
|
|
1239
|
+
WaxedWeatheredLightningRod = "minecraft:waxed_weathered_lightning_rod",
|
|
1215
1240
|
WeatheredChiseledCopper = "minecraft:weathered_chiseled_copper",
|
|
1216
1241
|
WeatheredCopper = "minecraft:weathered_copper",
|
|
1217
1242
|
WeatheredCopperBulb = "minecraft:weathered_copper_bulb",
|
|
1218
1243
|
WeatheredCopperChest = "minecraft:weathered_copper_chest",
|
|
1219
1244
|
WeatheredCopperDoor = "minecraft:weathered_copper_door",
|
|
1245
|
+
WeatheredCopperGolemStatue = "minecraft:weathered_copper_golem_statue",
|
|
1220
1246
|
WeatheredCopperGrate = "minecraft:weathered_copper_grate",
|
|
1221
1247
|
WeatheredCopperTrapdoor = "minecraft:weathered_copper_trapdoor",
|
|
1222
1248
|
WeatheredCutCopper = "minecraft:weathered_cut_copper",
|
|
1223
1249
|
WeatheredCutCopperSlab = "minecraft:weathered_cut_copper_slab",
|
|
1224
1250
|
WeatheredCutCopperStairs = "minecraft:weathered_cut_copper_stairs",
|
|
1225
1251
|
WeatheredDoubleCutCopperSlab = "minecraft:weathered_double_cut_copper_slab",
|
|
1252
|
+
WeatheredLightningRod = "minecraft:weathered_lightning_rod",
|
|
1226
1253
|
Web = "minecraft:web",
|
|
1227
1254
|
WeepingVines = "minecraft:weeping_vines",
|
|
1228
1255
|
WetSponge = "minecraft:wet_sponge",
|
|
@@ -1362,6 +1389,7 @@ export type BlockStateSuperset = {
|
|
|
1362
1389
|
['pillar_axis']?: string;
|
|
1363
1390
|
['portal_axis']?: string;
|
|
1364
1391
|
['powered_bit']?: boolean;
|
|
1392
|
+
['powered_shelf_type']?: number;
|
|
1365
1393
|
['prismarine_block_type']?: string;
|
|
1366
1394
|
['propagule_stage']?: number;
|
|
1367
1395
|
['rail_data_bit']?: boolean;
|
|
@@ -1449,6 +1477,10 @@ export type AcaciaPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signa
|
|
|
1449
1477
|
* States specific to AcaciaSapling
|
|
1450
1478
|
*/
|
|
1451
1479
|
export type AcaciaSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
1480
|
+
/**
|
|
1481
|
+
* States specific to AcaciaShelf
|
|
1482
|
+
*/
|
|
1483
|
+
export type AcaciaShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
1452
1484
|
/**
|
|
1453
1485
|
* States specific to AcaciaSlab
|
|
1454
1486
|
*/
|
|
@@ -1557,6 +1589,10 @@ export type BambooPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signa
|
|
|
1557
1589
|
* States specific to BambooSapling
|
|
1558
1590
|
*/
|
|
1559
1591
|
export type BambooSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
1592
|
+
/**
|
|
1593
|
+
* States specific to BambooShelf
|
|
1594
|
+
*/
|
|
1595
|
+
export type BambooShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
1560
1596
|
/**
|
|
1561
1597
|
* States specific to BambooSlab
|
|
1562
1598
|
*/
|
|
@@ -1649,6 +1685,10 @@ export type BirchPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signal
|
|
|
1649
1685
|
* States specific to BirchSapling
|
|
1650
1686
|
*/
|
|
1651
1687
|
export type BirchSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
1688
|
+
/**
|
|
1689
|
+
* States specific to BirchShelf
|
|
1690
|
+
*/
|
|
1691
|
+
export type BirchShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
1652
1692
|
/**
|
|
1653
1693
|
* States specific to BirchSlab
|
|
1654
1694
|
*/
|
|
@@ -1873,6 +1913,10 @@ export type CherryPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signa
|
|
|
1873
1913
|
* States specific to CherrySapling
|
|
1874
1914
|
*/
|
|
1875
1915
|
export type CherrySaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
1916
|
+
/**
|
|
1917
|
+
* States specific to CherryShelf
|
|
1918
|
+
*/
|
|
1919
|
+
export type CherryShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
1876
1920
|
/**
|
|
1877
1921
|
* States specific to CherrySlab
|
|
1878
1922
|
*/
|
|
@@ -1989,6 +2033,10 @@ export type CopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_dir
|
|
|
1989
2033
|
* States specific to CopperDoor
|
|
1990
2034
|
*/
|
|
1991
2035
|
export type CopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
2036
|
+
/**
|
|
2037
|
+
* States specific to CopperGolemStatue
|
|
2038
|
+
*/
|
|
2039
|
+
export type CopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
1992
2040
|
/**
|
|
1993
2041
|
* States specific to CopperTrapdoor
|
|
1994
2042
|
*/
|
|
@@ -2033,6 +2081,10 @@ export type CrimsonHyphaeStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
|
2033
2081
|
* States specific to CrimsonPressurePlate
|
|
2034
2082
|
*/
|
|
2035
2083
|
export type CrimsonPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signal'>;
|
|
2084
|
+
/**
|
|
2085
|
+
* States specific to CrimsonShelf
|
|
2086
|
+
*/
|
|
2087
|
+
export type CrimsonShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2036
2088
|
/**
|
|
2037
2089
|
* States specific to CrimsonSlab
|
|
2038
2090
|
*/
|
|
@@ -2133,6 +2185,10 @@ export type DarkOakPressurePlateStates = Pick<BlockStateSuperset, 'redstone_sign
|
|
|
2133
2185
|
* States specific to DarkOakSapling
|
|
2134
2186
|
*/
|
|
2135
2187
|
export type DarkOakSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
2188
|
+
/**
|
|
2189
|
+
* States specific to DarkOakShelf
|
|
2190
|
+
*/
|
|
2191
|
+
export type DarkOakShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2136
2192
|
/**
|
|
2137
2193
|
* States specific to DarkOakSlab
|
|
2138
2194
|
*/
|
|
@@ -2341,6 +2397,10 @@ export type ExposedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardi
|
|
|
2341
2397
|
* States specific to ExposedCopperDoor
|
|
2342
2398
|
*/
|
|
2343
2399
|
export type ExposedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
2400
|
+
/**
|
|
2401
|
+
* States specific to ExposedCopperGolemStatue
|
|
2402
|
+
*/
|
|
2403
|
+
export type ExposedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
2344
2404
|
/**
|
|
2345
2405
|
* States specific to ExposedCopperTrapdoor
|
|
2346
2406
|
*/
|
|
@@ -2357,6 +2417,10 @@ export type ExposedCutCopperStairsStates = Pick<BlockStateSuperset, 'upside_down
|
|
|
2357
2417
|
* States specific to ExposedDoubleCutCopperSlab
|
|
2358
2418
|
*/
|
|
2359
2419
|
export type ExposedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
2420
|
+
/**
|
|
2421
|
+
* States specific to ExposedLightningRod
|
|
2422
|
+
*/
|
|
2423
|
+
export type ExposedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
2360
2424
|
/**
|
|
2361
2425
|
* States specific to Farmland
|
|
2362
2426
|
*/
|
|
@@ -2529,6 +2593,10 @@ export type JunglePressurePlateStates = Pick<BlockStateSuperset, 'redstone_signa
|
|
|
2529
2593
|
* States specific to JungleSapling
|
|
2530
2594
|
*/
|
|
2531
2595
|
export type JungleSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
2596
|
+
/**
|
|
2597
|
+
* States specific to JungleShelf
|
|
2598
|
+
*/
|
|
2599
|
+
export type JungleShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2532
2600
|
/**
|
|
2533
2601
|
* States specific to JungleSlab
|
|
2534
2602
|
*/
|
|
@@ -2705,6 +2773,10 @@ export type MangrovePressurePlateStates = Pick<BlockStateSuperset, 'redstone_sig
|
|
|
2705
2773
|
* States specific to MangrovePropagule
|
|
2706
2774
|
*/
|
|
2707
2775
|
export type MangrovePropaguleStates = Pick<BlockStateSuperset, 'hanging' | 'propagule_stage'>;
|
|
2776
|
+
/**
|
|
2777
|
+
* States specific to MangroveShelf
|
|
2778
|
+
*/
|
|
2779
|
+
export type MangroveShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2708
2780
|
/**
|
|
2709
2781
|
* States specific to MangroveSlab
|
|
2710
2782
|
*/
|
|
@@ -2849,6 +2921,10 @@ export type OakLogStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
|
2849
2921
|
* States specific to OakSapling
|
|
2850
2922
|
*/
|
|
2851
2923
|
export type OakSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
2924
|
+
/**
|
|
2925
|
+
* States specific to OakShelf
|
|
2926
|
+
*/
|
|
2927
|
+
export type OakShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2852
2928
|
/**
|
|
2853
2929
|
* States specific to OakSlab
|
|
2854
2930
|
*/
|
|
@@ -2893,6 +2969,10 @@ export type OxidizedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:card
|
|
|
2893
2969
|
* States specific to OxidizedCopperDoor
|
|
2894
2970
|
*/
|
|
2895
2971
|
export type OxidizedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
2972
|
+
/**
|
|
2973
|
+
* States specific to OxidizedCopperGolemStatue
|
|
2974
|
+
*/
|
|
2975
|
+
export type OxidizedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
2896
2976
|
/**
|
|
2897
2977
|
* States specific to OxidizedCopperTrapdoor
|
|
2898
2978
|
*/
|
|
@@ -2909,6 +2989,10 @@ export type OxidizedCutCopperStairsStates = Pick<BlockStateSuperset, 'upside_dow
|
|
|
2909
2989
|
* States specific to OxidizedDoubleCutCopperSlab
|
|
2910
2990
|
*/
|
|
2911
2991
|
export type OxidizedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
2992
|
+
/**
|
|
2993
|
+
* States specific to OxidizedLightningRod
|
|
2994
|
+
*/
|
|
2995
|
+
export type OxidizedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
2912
2996
|
/**
|
|
2913
2997
|
* States specific to PaleHangingMoss
|
|
2914
2998
|
*/
|
|
@@ -2953,6 +3037,10 @@ export type PaleOakPressurePlateStates = Pick<BlockStateSuperset, 'redstone_sign
|
|
|
2953
3037
|
* States specific to PaleOakSapling
|
|
2954
3038
|
*/
|
|
2955
3039
|
export type PaleOakSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
3040
|
+
/**
|
|
3041
|
+
* States specific to PaleOakShelf
|
|
3042
|
+
*/
|
|
3043
|
+
export type PaleOakShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2956
3044
|
/**
|
|
2957
3045
|
* States specific to PaleOakSlab
|
|
2958
3046
|
*/
|
|
@@ -3521,6 +3609,10 @@ export type SprucePressurePlateStates = Pick<BlockStateSuperset, 'redstone_signa
|
|
|
3521
3609
|
* States specific to SpruceSapling
|
|
3522
3610
|
*/
|
|
3523
3611
|
export type SpruceSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
3612
|
+
/**
|
|
3613
|
+
* States specific to SpruceShelf
|
|
3614
|
+
*/
|
|
3615
|
+
export type SpruceShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
3524
3616
|
/**
|
|
3525
3617
|
* States specific to SpruceSlab
|
|
3526
3618
|
*/
|
|
@@ -3857,6 +3949,10 @@ export type WarpedHyphaeStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
|
3857
3949
|
* States specific to WarpedPressurePlate
|
|
3858
3950
|
*/
|
|
3859
3951
|
export type WarpedPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signal'>;
|
|
3952
|
+
/**
|
|
3953
|
+
* States specific to WarpedShelf
|
|
3954
|
+
*/
|
|
3955
|
+
export type WarpedShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
3860
3956
|
/**
|
|
3861
3957
|
* States specific to WarpedSlab
|
|
3862
3958
|
*/
|
|
@@ -3897,6 +3993,10 @@ export type WaxedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardina
|
|
|
3897
3993
|
* States specific to WaxedCopperDoor
|
|
3898
3994
|
*/
|
|
3899
3995
|
export type WaxedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
3996
|
+
/**
|
|
3997
|
+
* States specific to WaxedCopperGolemStatue
|
|
3998
|
+
*/
|
|
3999
|
+
export type WaxedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
3900
4000
|
/**
|
|
3901
4001
|
* States specific to WaxedCopperTrapdoor
|
|
3902
4002
|
*/
|
|
@@ -3925,6 +4025,10 @@ export type WaxedExposedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:
|
|
|
3925
4025
|
* States specific to WaxedExposedCopperDoor
|
|
3926
4026
|
*/
|
|
3927
4027
|
export type WaxedExposedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
4028
|
+
/**
|
|
4029
|
+
* States specific to WaxedExposedCopperGolemStatue
|
|
4030
|
+
*/
|
|
4031
|
+
export type WaxedExposedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
3928
4032
|
/**
|
|
3929
4033
|
* States specific to WaxedExposedCopperTrapdoor
|
|
3930
4034
|
*/
|
|
@@ -3941,6 +4045,14 @@ export type WaxedExposedCutCopperStairsStates = Pick<BlockStateSuperset, 'upside
|
|
|
3941
4045
|
* States specific to WaxedExposedDoubleCutCopperSlab
|
|
3942
4046
|
*/
|
|
3943
4047
|
export type WaxedExposedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
4048
|
+
/**
|
|
4049
|
+
* States specific to WaxedExposedLightningRod
|
|
4050
|
+
*/
|
|
4051
|
+
export type WaxedExposedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
4052
|
+
/**
|
|
4053
|
+
* States specific to WaxedLightningRod
|
|
4054
|
+
*/
|
|
4055
|
+
export type WaxedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
3944
4056
|
/**
|
|
3945
4057
|
* States specific to WaxedOxidizedCopperBulb
|
|
3946
4058
|
*/
|
|
@@ -3953,6 +4065,10 @@ export type WaxedOxidizedCopperChestStates = Pick<BlockStateSuperset, 'minecraft
|
|
|
3953
4065
|
* States specific to WaxedOxidizedCopperDoor
|
|
3954
4066
|
*/
|
|
3955
4067
|
export type WaxedOxidizedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
4068
|
+
/**
|
|
4069
|
+
* States specific to WaxedOxidizedCopperGolemStatue
|
|
4070
|
+
*/
|
|
4071
|
+
export type WaxedOxidizedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
3956
4072
|
/**
|
|
3957
4073
|
* States specific to WaxedOxidizedCopperTrapdoor
|
|
3958
4074
|
*/
|
|
@@ -3969,6 +4085,10 @@ export type WaxedOxidizedCutCopperStairsStates = Pick<BlockStateSuperset, 'upsid
|
|
|
3969
4085
|
* States specific to WaxedOxidizedDoubleCutCopperSlab
|
|
3970
4086
|
*/
|
|
3971
4087
|
export type WaxedOxidizedDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
4088
|
+
/**
|
|
4089
|
+
* States specific to WaxedOxidizedLightningRod
|
|
4090
|
+
*/
|
|
4091
|
+
export type WaxedOxidizedLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
3972
4092
|
/**
|
|
3973
4093
|
* States specific to WaxedWeatheredCopperBulb
|
|
3974
4094
|
*/
|
|
@@ -3981,6 +4101,10 @@ export type WaxedWeatheredCopperChestStates = Pick<BlockStateSuperset, 'minecraf
|
|
|
3981
4101
|
* States specific to WaxedWeatheredCopperDoor
|
|
3982
4102
|
*/
|
|
3983
4103
|
export type WaxedWeatheredCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
4104
|
+
/**
|
|
4105
|
+
* States specific to WaxedWeatheredCopperGolemStatue
|
|
4106
|
+
*/
|
|
4107
|
+
export type WaxedWeatheredCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
3984
4108
|
/**
|
|
3985
4109
|
* States specific to WaxedWeatheredCopperTrapdoor
|
|
3986
4110
|
*/
|
|
@@ -3997,6 +4121,10 @@ export type WaxedWeatheredCutCopperStairsStates = Pick<BlockStateSuperset, 'upsi
|
|
|
3997
4121
|
* States specific to WaxedWeatheredDoubleCutCopperSlab
|
|
3998
4122
|
*/
|
|
3999
4123
|
export type WaxedWeatheredDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
4124
|
+
/**
|
|
4125
|
+
* States specific to WaxedWeatheredLightningRod
|
|
4126
|
+
*/
|
|
4127
|
+
export type WaxedWeatheredLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
4000
4128
|
/**
|
|
4001
4129
|
* States specific to WeatheredCopperBulb
|
|
4002
4130
|
*/
|
|
@@ -4009,6 +4137,10 @@ export type WeatheredCopperChestStates = Pick<BlockStateSuperset, 'minecraft:car
|
|
|
4009
4137
|
* States specific to WeatheredCopperDoor
|
|
4010
4138
|
*/
|
|
4011
4139
|
export type WeatheredCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
4140
|
+
/**
|
|
4141
|
+
* States specific to WeatheredCopperGolemStatue
|
|
4142
|
+
*/
|
|
4143
|
+
export type WeatheredCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4012
4144
|
/**
|
|
4013
4145
|
* States specific to WeatheredCopperTrapdoor
|
|
4014
4146
|
*/
|
|
@@ -4025,6 +4157,10 @@ export type WeatheredCutCopperStairsStates = Pick<BlockStateSuperset, 'upside_do
|
|
|
4025
4157
|
* States specific to WeatheredDoubleCutCopperSlab
|
|
4026
4158
|
*/
|
|
4027
4159
|
export type WeatheredDoubleCutCopperSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
4160
|
+
/**
|
|
4161
|
+
* States specific to WeatheredLightningRod
|
|
4162
|
+
*/
|
|
4163
|
+
export type WeatheredLightningRodStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
4028
4164
|
/**
|
|
4029
4165
|
* States specific to WeepingVines
|
|
4030
4166
|
*/
|
|
@@ -4084,7 +4220,7 @@ export type ZombieHeadStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
|
4084
4220
|
/**
|
|
4085
4221
|
* Union of all types for Block states
|
|
4086
4222
|
*/
|
|
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;
|
|
4223
|
+
export type BlockStates = AcaciaButtonStates | AcaciaDoorStates | AcaciaDoubleSlabStates | AcaciaFenceGateStates | AcaciaHangingSignStates | AcaciaLeavesStates | AcaciaLogStates | AcaciaPressurePlateStates | AcaciaSaplingStates | AcaciaShelfStates | 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 | BambooShelfStates | BambooSlabStates | BambooStairsStates | BambooStandingSignStates | BambooTrapdoorStates | BambooWallSignStates | BarrelStates | BasaltStates | BedStates | BedrockStates | BeeNestStates | BeehiveStates | BeetrootStates | BellStates | BigDripleafStates | BirchButtonStates | BirchDoorStates | BirchDoubleSlabStates | BirchFenceGateStates | BirchHangingSignStates | BirchLeavesStates | BirchLogStates | BirchPressurePlateStates | BirchSaplingStates | BirchShelfStates | 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 | CherryShelfStates | 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 | CopperGolemStatueStates | CopperTrapdoorStates | CrafterStates | CreakingHeartStates | CreeperHeadStates | CrimsonButtonStates | CrimsonDoorStates | CrimsonDoubleSlabStates | CrimsonFenceGateStates | CrimsonHangingSignStates | CrimsonHyphaeStates | CrimsonPressurePlateStates | CrimsonShelfStates | 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 | DarkOakShelfStates | 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 | ExposedCopperGolemStatueStates | ExposedCopperTrapdoorStates | ExposedCutCopperSlabStates | ExposedCutCopperStairsStates | ExposedDoubleCutCopperSlabStates | ExposedLightningRodStates | 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 | JungleShelfStates | 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 | MangroveShelfStates | 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 | OakShelfStates | OakSlabStates | OakStairsStates | OakWoodStates | ObserverStates | OchreFroglightStates | OrangeCandleStates | OrangeCandleCakeStates | OrangeGlazedTerracottaStates | OxidizedCopperBulbStates | OxidizedCopperChestStates | OxidizedCopperDoorStates | OxidizedCopperGolemStatueStates | OxidizedCopperTrapdoorStates | OxidizedCutCopperSlabStates | OxidizedCutCopperStairsStates | OxidizedDoubleCutCopperSlabStates | OxidizedLightningRodStates | PaleHangingMossStates | PaleMossCarpetStates | PaleOakButtonStates | PaleOakDoorStates | PaleOakDoubleSlabStates | PaleOakFenceGateStates | PaleOakHangingSignStates | PaleOakLeavesStates | PaleOakLogStates | PaleOakPressurePlateStates | PaleOakSaplingStates | PaleOakShelfStates | 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 | SpruceShelfStates | 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 | WarpedShelfStates | WarpedSlabStates | WarpedStairsStates | WarpedStandingSignStates | WarpedStemStates | WarpedTrapdoorStates | WarpedWallSignStates | WaterStates | WaxedCopperBulbStates | WaxedCopperChestStates | WaxedCopperDoorStates | WaxedCopperGolemStatueStates | WaxedCopperTrapdoorStates | WaxedCutCopperSlabStates | WaxedCutCopperStairsStates | WaxedDoubleCutCopperSlabStates | WaxedExposedCopperBulbStates | WaxedExposedCopperChestStates | WaxedExposedCopperDoorStates | WaxedExposedCopperGolemStatueStates | WaxedExposedCopperTrapdoorStates | WaxedExposedCutCopperSlabStates | WaxedExposedCutCopperStairsStates | WaxedExposedDoubleCutCopperSlabStates | WaxedExposedLightningRodStates | WaxedLightningRodStates | WaxedOxidizedCopperBulbStates | WaxedOxidizedCopperChestStates | WaxedOxidizedCopperDoorStates | WaxedOxidizedCopperGolemStatueStates | WaxedOxidizedCopperTrapdoorStates | WaxedOxidizedCutCopperSlabStates | WaxedOxidizedCutCopperStairsStates | WaxedOxidizedDoubleCutCopperSlabStates | WaxedOxidizedLightningRodStates | WaxedWeatheredCopperBulbStates | WaxedWeatheredCopperChestStates | WaxedWeatheredCopperDoorStates | WaxedWeatheredCopperGolemStatueStates | WaxedWeatheredCopperTrapdoorStates | WaxedWeatheredCutCopperSlabStates | WaxedWeatheredCutCopperStairsStates | WaxedWeatheredDoubleCutCopperSlabStates | WaxedWeatheredLightningRodStates | WeatheredCopperBulbStates | WeatheredCopperChestStates | WeatheredCopperDoorStates | WeatheredCopperGolemStatueStates | WeatheredCopperTrapdoorStates | WeatheredCutCopperSlabStates | WeatheredCutCopperStairsStates | WeatheredDoubleCutCopperSlabStates | WeatheredLightningRodStates | WeepingVinesStates | WheatStates | WhiteCandleStates | WhiteCandleCakeStates | WhiteGlazedTerracottaStates | WildflowersStates | WitherSkeletonSkullStates | WoodenButtonStates | WoodenDoorStates | WoodenPressurePlateStates | YellowCandleStates | YellowCandleCakeStates | YellowGlazedTerracottaStates | ZombieHeadStates;
|
|
4088
4224
|
/**
|
|
4089
4225
|
* Mapping of each Block name to it's states
|
|
4090
4226
|
*/
|
|
@@ -4107,6 +4243,8 @@ export type BlockStateMapping = {
|
|
|
4107
4243
|
'minecraft:acacia_pressure_plate': AcaciaPressurePlateStates;
|
|
4108
4244
|
acacia_sapling: AcaciaSaplingStates;
|
|
4109
4245
|
'minecraft:acacia_sapling': AcaciaSaplingStates;
|
|
4246
|
+
acacia_shelf: AcaciaShelfStates;
|
|
4247
|
+
'minecraft:acacia_shelf': AcaciaShelfStates;
|
|
4110
4248
|
acacia_slab: AcaciaSlabStates;
|
|
4111
4249
|
'minecraft:acacia_slab': AcaciaSlabStates;
|
|
4112
4250
|
acacia_stairs: AcaciaStairsStates;
|
|
@@ -4161,6 +4299,8 @@ export type BlockStateMapping = {
|
|
|
4161
4299
|
'minecraft:bamboo_pressure_plate': BambooPressurePlateStates;
|
|
4162
4300
|
bamboo_sapling: BambooSaplingStates;
|
|
4163
4301
|
'minecraft:bamboo_sapling': BambooSaplingStates;
|
|
4302
|
+
bamboo_shelf: BambooShelfStates;
|
|
4303
|
+
'minecraft:bamboo_shelf': BambooShelfStates;
|
|
4164
4304
|
bamboo_slab: BambooSlabStates;
|
|
4165
4305
|
'minecraft:bamboo_slab': BambooSlabStates;
|
|
4166
4306
|
bamboo_stairs: BambooStairsStates;
|
|
@@ -4207,6 +4347,8 @@ export type BlockStateMapping = {
|
|
|
4207
4347
|
'minecraft:birch_pressure_plate': BirchPressurePlateStates;
|
|
4208
4348
|
birch_sapling: BirchSaplingStates;
|
|
4209
4349
|
'minecraft:birch_sapling': BirchSaplingStates;
|
|
4350
|
+
birch_shelf: BirchShelfStates;
|
|
4351
|
+
'minecraft:birch_shelf': BirchShelfStates;
|
|
4210
4352
|
birch_slab: BirchSlabStates;
|
|
4211
4353
|
'minecraft:birch_slab': BirchSlabStates;
|
|
4212
4354
|
birch_stairs: BirchStairsStates;
|
|
@@ -4319,6 +4461,8 @@ export type BlockStateMapping = {
|
|
|
4319
4461
|
'minecraft:cherry_pressure_plate': CherryPressurePlateStates;
|
|
4320
4462
|
cherry_sapling: CherrySaplingStates;
|
|
4321
4463
|
'minecraft:cherry_sapling': CherrySaplingStates;
|
|
4464
|
+
cherry_shelf: CherryShelfStates;
|
|
4465
|
+
'minecraft:cherry_shelf': CherryShelfStates;
|
|
4322
4466
|
cherry_slab: CherrySlabStates;
|
|
4323
4467
|
'minecraft:cherry_slab': CherrySlabStates;
|
|
4324
4468
|
cherry_stairs: CherryStairsStates;
|
|
@@ -4377,6 +4521,8 @@ export type BlockStateMapping = {
|
|
|
4377
4521
|
'minecraft:copper_chest': CopperChestStates;
|
|
4378
4522
|
copper_door: CopperDoorStates;
|
|
4379
4523
|
'minecraft:copper_door': CopperDoorStates;
|
|
4524
|
+
copper_golem_statue: CopperGolemStatueStates;
|
|
4525
|
+
'minecraft:copper_golem_statue': CopperGolemStatueStates;
|
|
4380
4526
|
copper_trapdoor: CopperTrapdoorStates;
|
|
4381
4527
|
'minecraft:copper_trapdoor': CopperTrapdoorStates;
|
|
4382
4528
|
crafter: CrafterStates;
|
|
@@ -4399,6 +4545,8 @@ export type BlockStateMapping = {
|
|
|
4399
4545
|
'minecraft:crimson_hyphae': CrimsonHyphaeStates;
|
|
4400
4546
|
crimson_pressure_plate: CrimsonPressurePlateStates;
|
|
4401
4547
|
'minecraft:crimson_pressure_plate': CrimsonPressurePlateStates;
|
|
4548
|
+
crimson_shelf: CrimsonShelfStates;
|
|
4549
|
+
'minecraft:crimson_shelf': CrimsonShelfStates;
|
|
4402
4550
|
crimson_slab: CrimsonSlabStates;
|
|
4403
4551
|
'minecraft:crimson_slab': CrimsonSlabStates;
|
|
4404
4552
|
crimson_stairs: CrimsonStairsStates;
|
|
@@ -4449,6 +4597,8 @@ export type BlockStateMapping = {
|
|
|
4449
4597
|
'minecraft:dark_oak_pressure_plate': DarkOakPressurePlateStates;
|
|
4450
4598
|
dark_oak_sapling: DarkOakSaplingStates;
|
|
4451
4599
|
'minecraft:dark_oak_sapling': DarkOakSaplingStates;
|
|
4600
|
+
dark_oak_shelf: DarkOakShelfStates;
|
|
4601
|
+
'minecraft:dark_oak_shelf': DarkOakShelfStates;
|
|
4452
4602
|
dark_oak_slab: DarkOakSlabStates;
|
|
4453
4603
|
'minecraft:dark_oak_slab': DarkOakSlabStates;
|
|
4454
4604
|
dark_oak_stairs: DarkOakStairsStates;
|
|
@@ -4553,6 +4703,8 @@ export type BlockStateMapping = {
|
|
|
4553
4703
|
'minecraft:exposed_copper_chest': ExposedCopperChestStates;
|
|
4554
4704
|
exposed_copper_door: ExposedCopperDoorStates;
|
|
4555
4705
|
'minecraft:exposed_copper_door': ExposedCopperDoorStates;
|
|
4706
|
+
exposed_copper_golem_statue: ExposedCopperGolemStatueStates;
|
|
4707
|
+
'minecraft:exposed_copper_golem_statue': ExposedCopperGolemStatueStates;
|
|
4556
4708
|
exposed_copper_trapdoor: ExposedCopperTrapdoorStates;
|
|
4557
4709
|
'minecraft:exposed_copper_trapdoor': ExposedCopperTrapdoorStates;
|
|
4558
4710
|
exposed_cut_copper_slab: ExposedCutCopperSlabStates;
|
|
@@ -4561,6 +4713,8 @@ export type BlockStateMapping = {
|
|
|
4561
4713
|
'minecraft:exposed_cut_copper_stairs': ExposedCutCopperStairsStates;
|
|
4562
4714
|
exposed_double_cut_copper_slab: ExposedDoubleCutCopperSlabStates;
|
|
4563
4715
|
'minecraft:exposed_double_cut_copper_slab': ExposedDoubleCutCopperSlabStates;
|
|
4716
|
+
exposed_lightning_rod: ExposedLightningRodStates;
|
|
4717
|
+
'minecraft:exposed_lightning_rod': ExposedLightningRodStates;
|
|
4564
4718
|
farmland: FarmlandStates;
|
|
4565
4719
|
'minecraft:farmland': FarmlandStates;
|
|
4566
4720
|
fence_gate: FenceGateStates;
|
|
@@ -4647,6 +4801,8 @@ export type BlockStateMapping = {
|
|
|
4647
4801
|
'minecraft:jungle_pressure_plate': JunglePressurePlateStates;
|
|
4648
4802
|
jungle_sapling: JungleSaplingStates;
|
|
4649
4803
|
'minecraft:jungle_sapling': JungleSaplingStates;
|
|
4804
|
+
jungle_shelf: JungleShelfStates;
|
|
4805
|
+
'minecraft:jungle_shelf': JungleShelfStates;
|
|
4650
4806
|
jungle_slab: JungleSlabStates;
|
|
4651
4807
|
'minecraft:jungle_slab': JungleSlabStates;
|
|
4652
4808
|
jungle_stairs: JungleStairsStates;
|
|
@@ -4735,6 +4891,8 @@ export type BlockStateMapping = {
|
|
|
4735
4891
|
'minecraft:mangrove_pressure_plate': MangrovePressurePlateStates;
|
|
4736
4892
|
mangrove_propagule: MangrovePropaguleStates;
|
|
4737
4893
|
'minecraft:mangrove_propagule': MangrovePropaguleStates;
|
|
4894
|
+
mangrove_shelf: MangroveShelfStates;
|
|
4895
|
+
'minecraft:mangrove_shelf': MangroveShelfStates;
|
|
4738
4896
|
mangrove_slab: MangroveSlabStates;
|
|
4739
4897
|
'minecraft:mangrove_slab': MangroveSlabStates;
|
|
4740
4898
|
mangrove_stairs: MangroveStairsStates;
|
|
@@ -4807,6 +4965,8 @@ export type BlockStateMapping = {
|
|
|
4807
4965
|
'minecraft:oak_log': OakLogStates;
|
|
4808
4966
|
oak_sapling: OakSaplingStates;
|
|
4809
4967
|
'minecraft:oak_sapling': OakSaplingStates;
|
|
4968
|
+
oak_shelf: OakShelfStates;
|
|
4969
|
+
'minecraft:oak_shelf': OakShelfStates;
|
|
4810
4970
|
oak_slab: OakSlabStates;
|
|
4811
4971
|
'minecraft:oak_slab': OakSlabStates;
|
|
4812
4972
|
oak_stairs: OakStairsStates;
|
|
@@ -4829,6 +4989,8 @@ export type BlockStateMapping = {
|
|
|
4829
4989
|
'minecraft:oxidized_copper_chest': OxidizedCopperChestStates;
|
|
4830
4990
|
oxidized_copper_door: OxidizedCopperDoorStates;
|
|
4831
4991
|
'minecraft:oxidized_copper_door': OxidizedCopperDoorStates;
|
|
4992
|
+
oxidized_copper_golem_statue: OxidizedCopperGolemStatueStates;
|
|
4993
|
+
'minecraft:oxidized_copper_golem_statue': OxidizedCopperGolemStatueStates;
|
|
4832
4994
|
oxidized_copper_trapdoor: OxidizedCopperTrapdoorStates;
|
|
4833
4995
|
'minecraft:oxidized_copper_trapdoor': OxidizedCopperTrapdoorStates;
|
|
4834
4996
|
oxidized_cut_copper_slab: OxidizedCutCopperSlabStates;
|
|
@@ -4837,6 +4999,8 @@ export type BlockStateMapping = {
|
|
|
4837
4999
|
'minecraft:oxidized_cut_copper_stairs': OxidizedCutCopperStairsStates;
|
|
4838
5000
|
oxidized_double_cut_copper_slab: OxidizedDoubleCutCopperSlabStates;
|
|
4839
5001
|
'minecraft:oxidized_double_cut_copper_slab': OxidizedDoubleCutCopperSlabStates;
|
|
5002
|
+
oxidized_lightning_rod: OxidizedLightningRodStates;
|
|
5003
|
+
'minecraft:oxidized_lightning_rod': OxidizedLightningRodStates;
|
|
4840
5004
|
pale_hanging_moss: PaleHangingMossStates;
|
|
4841
5005
|
'minecraft:pale_hanging_moss': PaleHangingMossStates;
|
|
4842
5006
|
pale_moss_carpet: PaleMossCarpetStates;
|
|
@@ -4859,6 +5023,8 @@ export type BlockStateMapping = {
|
|
|
4859
5023
|
'minecraft:pale_oak_pressure_plate': PaleOakPressurePlateStates;
|
|
4860
5024
|
pale_oak_sapling: PaleOakSaplingStates;
|
|
4861
5025
|
'minecraft:pale_oak_sapling': PaleOakSaplingStates;
|
|
5026
|
+
pale_oak_shelf: PaleOakShelfStates;
|
|
5027
|
+
'minecraft:pale_oak_shelf': PaleOakShelfStates;
|
|
4862
5028
|
pale_oak_slab: PaleOakSlabStates;
|
|
4863
5029
|
'minecraft:pale_oak_slab': PaleOakSlabStates;
|
|
4864
5030
|
pale_oak_stairs: PaleOakStairsStates;
|
|
@@ -5143,6 +5309,8 @@ export type BlockStateMapping = {
|
|
|
5143
5309
|
'minecraft:spruce_pressure_plate': SprucePressurePlateStates;
|
|
5144
5310
|
spruce_sapling: SpruceSaplingStates;
|
|
5145
5311
|
'minecraft:spruce_sapling': SpruceSaplingStates;
|
|
5312
|
+
spruce_shelf: SpruceShelfStates;
|
|
5313
|
+
'minecraft:spruce_shelf': SpruceShelfStates;
|
|
5146
5314
|
spruce_slab: SpruceSlabStates;
|
|
5147
5315
|
'minecraft:spruce_slab': SpruceSlabStates;
|
|
5148
5316
|
spruce_stairs: SpruceStairsStates;
|
|
@@ -5311,6 +5479,8 @@ export type BlockStateMapping = {
|
|
|
5311
5479
|
'minecraft:warped_hyphae': WarpedHyphaeStates;
|
|
5312
5480
|
warped_pressure_plate: WarpedPressurePlateStates;
|
|
5313
5481
|
'minecraft:warped_pressure_plate': WarpedPressurePlateStates;
|
|
5482
|
+
warped_shelf: WarpedShelfStates;
|
|
5483
|
+
'minecraft:warped_shelf': WarpedShelfStates;
|
|
5314
5484
|
warped_slab: WarpedSlabStates;
|
|
5315
5485
|
'minecraft:warped_slab': WarpedSlabStates;
|
|
5316
5486
|
warped_stairs: WarpedStairsStates;
|
|
@@ -5331,6 +5501,8 @@ export type BlockStateMapping = {
|
|
|
5331
5501
|
'minecraft:waxed_copper_chest': WaxedCopperChestStates;
|
|
5332
5502
|
waxed_copper_door: WaxedCopperDoorStates;
|
|
5333
5503
|
'minecraft:waxed_copper_door': WaxedCopperDoorStates;
|
|
5504
|
+
waxed_copper_golem_statue: WaxedCopperGolemStatueStates;
|
|
5505
|
+
'minecraft:waxed_copper_golem_statue': WaxedCopperGolemStatueStates;
|
|
5334
5506
|
waxed_copper_trapdoor: WaxedCopperTrapdoorStates;
|
|
5335
5507
|
'minecraft:waxed_copper_trapdoor': WaxedCopperTrapdoorStates;
|
|
5336
5508
|
waxed_cut_copper_slab: WaxedCutCopperSlabStates;
|
|
@@ -5345,6 +5517,8 @@ export type BlockStateMapping = {
|
|
|
5345
5517
|
'minecraft:waxed_exposed_copper_chest': WaxedExposedCopperChestStates;
|
|
5346
5518
|
waxed_exposed_copper_door: WaxedExposedCopperDoorStates;
|
|
5347
5519
|
'minecraft:waxed_exposed_copper_door': WaxedExposedCopperDoorStates;
|
|
5520
|
+
waxed_exposed_copper_golem_statue: WaxedExposedCopperGolemStatueStates;
|
|
5521
|
+
'minecraft:waxed_exposed_copper_golem_statue': WaxedExposedCopperGolemStatueStates;
|
|
5348
5522
|
waxed_exposed_copper_trapdoor: WaxedExposedCopperTrapdoorStates;
|
|
5349
5523
|
'minecraft:waxed_exposed_copper_trapdoor': WaxedExposedCopperTrapdoorStates;
|
|
5350
5524
|
waxed_exposed_cut_copper_slab: WaxedExposedCutCopperSlabStates;
|
|
@@ -5353,12 +5527,18 @@ export type BlockStateMapping = {
|
|
|
5353
5527
|
'minecraft:waxed_exposed_cut_copper_stairs': WaxedExposedCutCopperStairsStates;
|
|
5354
5528
|
waxed_exposed_double_cut_copper_slab: WaxedExposedDoubleCutCopperSlabStates;
|
|
5355
5529
|
'minecraft:waxed_exposed_double_cut_copper_slab': WaxedExposedDoubleCutCopperSlabStates;
|
|
5530
|
+
waxed_exposed_lightning_rod: WaxedExposedLightningRodStates;
|
|
5531
|
+
'minecraft:waxed_exposed_lightning_rod': WaxedExposedLightningRodStates;
|
|
5532
|
+
waxed_lightning_rod: WaxedLightningRodStates;
|
|
5533
|
+
'minecraft:waxed_lightning_rod': WaxedLightningRodStates;
|
|
5356
5534
|
waxed_oxidized_copper_bulb: WaxedOxidizedCopperBulbStates;
|
|
5357
5535
|
'minecraft:waxed_oxidized_copper_bulb': WaxedOxidizedCopperBulbStates;
|
|
5358
5536
|
waxed_oxidized_copper_chest: WaxedOxidizedCopperChestStates;
|
|
5359
5537
|
'minecraft:waxed_oxidized_copper_chest': WaxedOxidizedCopperChestStates;
|
|
5360
5538
|
waxed_oxidized_copper_door: WaxedOxidizedCopperDoorStates;
|
|
5361
5539
|
'minecraft:waxed_oxidized_copper_door': WaxedOxidizedCopperDoorStates;
|
|
5540
|
+
waxed_oxidized_copper_golem_statue: WaxedOxidizedCopperGolemStatueStates;
|
|
5541
|
+
'minecraft:waxed_oxidized_copper_golem_statue': WaxedOxidizedCopperGolemStatueStates;
|
|
5362
5542
|
waxed_oxidized_copper_trapdoor: WaxedOxidizedCopperTrapdoorStates;
|
|
5363
5543
|
'minecraft:waxed_oxidized_copper_trapdoor': WaxedOxidizedCopperTrapdoorStates;
|
|
5364
5544
|
waxed_oxidized_cut_copper_slab: WaxedOxidizedCutCopperSlabStates;
|
|
@@ -5367,12 +5547,16 @@ export type BlockStateMapping = {
|
|
|
5367
5547
|
'minecraft:waxed_oxidized_cut_copper_stairs': WaxedOxidizedCutCopperStairsStates;
|
|
5368
5548
|
waxed_oxidized_double_cut_copper_slab: WaxedOxidizedDoubleCutCopperSlabStates;
|
|
5369
5549
|
'minecraft:waxed_oxidized_double_cut_copper_slab': WaxedOxidizedDoubleCutCopperSlabStates;
|
|
5550
|
+
waxed_oxidized_lightning_rod: WaxedOxidizedLightningRodStates;
|
|
5551
|
+
'minecraft:waxed_oxidized_lightning_rod': WaxedOxidizedLightningRodStates;
|
|
5370
5552
|
waxed_weathered_copper_bulb: WaxedWeatheredCopperBulbStates;
|
|
5371
5553
|
'minecraft:waxed_weathered_copper_bulb': WaxedWeatheredCopperBulbStates;
|
|
5372
5554
|
waxed_weathered_copper_chest: WaxedWeatheredCopperChestStates;
|
|
5373
5555
|
'minecraft:waxed_weathered_copper_chest': WaxedWeatheredCopperChestStates;
|
|
5374
5556
|
waxed_weathered_copper_door: WaxedWeatheredCopperDoorStates;
|
|
5375
5557
|
'minecraft:waxed_weathered_copper_door': WaxedWeatheredCopperDoorStates;
|
|
5558
|
+
waxed_weathered_copper_golem_statue: WaxedWeatheredCopperGolemStatueStates;
|
|
5559
|
+
'minecraft:waxed_weathered_copper_golem_statue': WaxedWeatheredCopperGolemStatueStates;
|
|
5376
5560
|
waxed_weathered_copper_trapdoor: WaxedWeatheredCopperTrapdoorStates;
|
|
5377
5561
|
'minecraft:waxed_weathered_copper_trapdoor': WaxedWeatheredCopperTrapdoorStates;
|
|
5378
5562
|
waxed_weathered_cut_copper_slab: WaxedWeatheredCutCopperSlabStates;
|
|
@@ -5381,12 +5565,16 @@ export type BlockStateMapping = {
|
|
|
5381
5565
|
'minecraft:waxed_weathered_cut_copper_stairs': WaxedWeatheredCutCopperStairsStates;
|
|
5382
5566
|
waxed_weathered_double_cut_copper_slab: WaxedWeatheredDoubleCutCopperSlabStates;
|
|
5383
5567
|
'minecraft:waxed_weathered_double_cut_copper_slab': WaxedWeatheredDoubleCutCopperSlabStates;
|
|
5568
|
+
waxed_weathered_lightning_rod: WaxedWeatheredLightningRodStates;
|
|
5569
|
+
'minecraft:waxed_weathered_lightning_rod': WaxedWeatheredLightningRodStates;
|
|
5384
5570
|
weathered_copper_bulb: WeatheredCopperBulbStates;
|
|
5385
5571
|
'minecraft:weathered_copper_bulb': WeatheredCopperBulbStates;
|
|
5386
5572
|
weathered_copper_chest: WeatheredCopperChestStates;
|
|
5387
5573
|
'minecraft:weathered_copper_chest': WeatheredCopperChestStates;
|
|
5388
5574
|
weathered_copper_door: WeatheredCopperDoorStates;
|
|
5389
5575
|
'minecraft:weathered_copper_door': WeatheredCopperDoorStates;
|
|
5576
|
+
weathered_copper_golem_statue: WeatheredCopperGolemStatueStates;
|
|
5577
|
+
'minecraft:weathered_copper_golem_statue': WeatheredCopperGolemStatueStates;
|
|
5390
5578
|
weathered_copper_trapdoor: WeatheredCopperTrapdoorStates;
|
|
5391
5579
|
'minecraft:weathered_copper_trapdoor': WeatheredCopperTrapdoorStates;
|
|
5392
5580
|
weathered_cut_copper_slab: WeatheredCutCopperSlabStates;
|
|
@@ -5395,6 +5583,8 @@ export type BlockStateMapping = {
|
|
|
5395
5583
|
'minecraft:weathered_cut_copper_stairs': WeatheredCutCopperStairsStates;
|
|
5396
5584
|
weathered_double_cut_copper_slab: WeatheredDoubleCutCopperSlabStates;
|
|
5397
5585
|
'minecraft:weathered_double_cut_copper_slab': WeatheredDoubleCutCopperSlabStates;
|
|
5586
|
+
weathered_lightning_rod: WeatheredLightningRodStates;
|
|
5587
|
+
'minecraft:weathered_lightning_rod': WeatheredLightningRodStates;
|
|
5398
5588
|
weeping_vines: WeepingVinesStates;
|
|
5399
5589
|
'minecraft:weeping_vines': WeepingVinesStates;
|
|
5400
5590
|
wheat: WheatStates;
|