@minecraft/vanilla-data 1.21.100-preview.25 → 1.21.110-preview.20
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/lib/index.js +1 -1
- package/lib/mojang-block.d.ts +142 -1
- package/lib/mojang-item.d.ts +20 -0
- package/package.json +1 -1
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,6 +508,7 @@ 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",
|
|
@@ -637,6 +645,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
637
645
|
JunglePlanks = "minecraft:jungle_planks",
|
|
638
646
|
JunglePressurePlate = "minecraft:jungle_pressure_plate",
|
|
639
647
|
JungleSapling = "minecraft:jungle_sapling",
|
|
648
|
+
JungleShelf = "minecraft:jungle_shelf",
|
|
640
649
|
JungleSlab = "minecraft:jungle_slab",
|
|
641
650
|
JungleStairs = "minecraft:jungle_stairs",
|
|
642
651
|
JungleStandingSign = "minecraft:jungle_standing_sign",
|
|
@@ -740,6 +749,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
740
749
|
MangrovePressurePlate = "minecraft:mangrove_pressure_plate",
|
|
741
750
|
MangrovePropagule = "minecraft:mangrove_propagule",
|
|
742
751
|
MangroveRoots = "minecraft:mangrove_roots",
|
|
752
|
+
MangroveShelf = "minecraft:mangrove_shelf",
|
|
743
753
|
MangroveSlab = "minecraft:mangrove_slab",
|
|
744
754
|
MangroveStairs = "minecraft:mangrove_stairs",
|
|
745
755
|
MangroveStandingSign = "minecraft:mangrove_standing_sign",
|
|
@@ -795,6 +805,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
795
805
|
OakLog = "minecraft:oak_log",
|
|
796
806
|
OakPlanks = "minecraft:oak_planks",
|
|
797
807
|
OakSapling = "minecraft:oak_sapling",
|
|
808
|
+
OakShelf = "minecraft:oak_shelf",
|
|
798
809
|
OakSlab = "minecraft:oak_slab",
|
|
799
810
|
OakStairs = "minecraft:oak_stairs",
|
|
800
811
|
OakWood = "minecraft:oak_wood",
|
|
@@ -820,6 +831,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
820
831
|
OxidizedCopperBulb = "minecraft:oxidized_copper_bulb",
|
|
821
832
|
OxidizedCopperChest = "minecraft:oxidized_copper_chest",
|
|
822
833
|
OxidizedCopperDoor = "minecraft:oxidized_copper_door",
|
|
834
|
+
OxidizedCopperGolemStatue = "minecraft:oxidized_copper_golem_statue",
|
|
823
835
|
OxidizedCopperGrate = "minecraft:oxidized_copper_grate",
|
|
824
836
|
OxidizedCopperTrapdoor = "minecraft:oxidized_copper_trapdoor",
|
|
825
837
|
OxidizedCutCopper = "minecraft:oxidized_cut_copper",
|
|
@@ -842,6 +854,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
842
854
|
PaleOakPlanks = "minecraft:pale_oak_planks",
|
|
843
855
|
PaleOakPressurePlate = "minecraft:pale_oak_pressure_plate",
|
|
844
856
|
PaleOakSapling = "minecraft:pale_oak_sapling",
|
|
857
|
+
PaleOakShelf = "minecraft:pale_oak_shelf",
|
|
845
858
|
PaleOakSlab = "minecraft:pale_oak_slab",
|
|
846
859
|
PaleOakStairs = "minecraft:pale_oak_stairs",
|
|
847
860
|
PaleOakStandingSign = "minecraft:pale_oak_standing_sign",
|
|
@@ -1057,6 +1070,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
1057
1070
|
SprucePlanks = "minecraft:spruce_planks",
|
|
1058
1071
|
SprucePressurePlate = "minecraft:spruce_pressure_plate",
|
|
1059
1072
|
SpruceSapling = "minecraft:spruce_sapling",
|
|
1073
|
+
SpruceShelf = "minecraft:spruce_shelf",
|
|
1060
1074
|
SpruceSlab = "minecraft:spruce_slab",
|
|
1061
1075
|
SpruceStairs = "minecraft:spruce_stairs",
|
|
1062
1076
|
SpruceStandingSign = "minecraft:spruce_standing_sign",
|
|
@@ -1159,6 +1173,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
1159
1173
|
WarpedPlanks = "minecraft:warped_planks",
|
|
1160
1174
|
WarpedPressurePlate = "minecraft:warped_pressure_plate",
|
|
1161
1175
|
WarpedRoots = "minecraft:warped_roots",
|
|
1176
|
+
WarpedShelf = "minecraft:warped_shelf",
|
|
1162
1177
|
WarpedSlab = "minecraft:warped_slab",
|
|
1163
1178
|
WarpedStairs = "minecraft:warped_stairs",
|
|
1164
1179
|
WarpedStandingSign = "minecraft:warped_standing_sign",
|
|
@@ -1173,6 +1188,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
1173
1188
|
WaxedCopperBulb = "minecraft:waxed_copper_bulb",
|
|
1174
1189
|
WaxedCopperChest = "minecraft:waxed_copper_chest",
|
|
1175
1190
|
WaxedCopperDoor = "minecraft:waxed_copper_door",
|
|
1191
|
+
WaxedCopperGolemStatue = "minecraft:waxed_copper_golem_statue",
|
|
1176
1192
|
WaxedCopperGrate = "minecraft:waxed_copper_grate",
|
|
1177
1193
|
WaxedCopperTrapdoor = "minecraft:waxed_copper_trapdoor",
|
|
1178
1194
|
WaxedCutCopper = "minecraft:waxed_cut_copper",
|
|
@@ -1184,6 +1200,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
1184
1200
|
WaxedExposedCopperBulb = "minecraft:waxed_exposed_copper_bulb",
|
|
1185
1201
|
WaxedExposedCopperChest = "minecraft:waxed_exposed_copper_chest",
|
|
1186
1202
|
WaxedExposedCopperDoor = "minecraft:waxed_exposed_copper_door",
|
|
1203
|
+
WaxedExposedCopperGolemStatue = "minecraft:waxed_exposed_copper_golem_statue",
|
|
1187
1204
|
WaxedExposedCopperGrate = "minecraft:waxed_exposed_copper_grate",
|
|
1188
1205
|
WaxedExposedCopperTrapdoor = "minecraft:waxed_exposed_copper_trapdoor",
|
|
1189
1206
|
WaxedExposedCutCopper = "minecraft:waxed_exposed_cut_copper",
|
|
@@ -1195,6 +1212,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
1195
1212
|
WaxedOxidizedCopperBulb = "minecraft:waxed_oxidized_copper_bulb",
|
|
1196
1213
|
WaxedOxidizedCopperChest = "minecraft:waxed_oxidized_copper_chest",
|
|
1197
1214
|
WaxedOxidizedCopperDoor = "minecraft:waxed_oxidized_copper_door",
|
|
1215
|
+
WaxedOxidizedCopperGolemStatue = "minecraft:waxed_oxidized_copper_golem_statue",
|
|
1198
1216
|
WaxedOxidizedCopperGrate = "minecraft:waxed_oxidized_copper_grate",
|
|
1199
1217
|
WaxedOxidizedCopperTrapdoor = "minecraft:waxed_oxidized_copper_trapdoor",
|
|
1200
1218
|
WaxedOxidizedCutCopper = "minecraft:waxed_oxidized_cut_copper",
|
|
@@ -1206,6 +1224,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
1206
1224
|
WaxedWeatheredCopperBulb = "minecraft:waxed_weathered_copper_bulb",
|
|
1207
1225
|
WaxedWeatheredCopperChest = "minecraft:waxed_weathered_copper_chest",
|
|
1208
1226
|
WaxedWeatheredCopperDoor = "minecraft:waxed_weathered_copper_door",
|
|
1227
|
+
WaxedWeatheredCopperGolemStatue = "minecraft:waxed_weathered_copper_golem_statue",
|
|
1209
1228
|
WaxedWeatheredCopperGrate = "minecraft:waxed_weathered_copper_grate",
|
|
1210
1229
|
WaxedWeatheredCopperTrapdoor = "minecraft:waxed_weathered_copper_trapdoor",
|
|
1211
1230
|
WaxedWeatheredCutCopper = "minecraft:waxed_weathered_cut_copper",
|
|
@@ -1217,6 +1236,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
1217
1236
|
WeatheredCopperBulb = "minecraft:weathered_copper_bulb",
|
|
1218
1237
|
WeatheredCopperChest = "minecraft:weathered_copper_chest",
|
|
1219
1238
|
WeatheredCopperDoor = "minecraft:weathered_copper_door",
|
|
1239
|
+
WeatheredCopperGolemStatue = "minecraft:weathered_copper_golem_statue",
|
|
1220
1240
|
WeatheredCopperGrate = "minecraft:weathered_copper_grate",
|
|
1221
1241
|
WeatheredCopperTrapdoor = "minecraft:weathered_copper_trapdoor",
|
|
1222
1242
|
WeatheredCutCopper = "minecraft:weathered_cut_copper",
|
|
@@ -1362,6 +1382,7 @@ export type BlockStateSuperset = {
|
|
|
1362
1382
|
['pillar_axis']?: string;
|
|
1363
1383
|
['portal_axis']?: string;
|
|
1364
1384
|
['powered_bit']?: boolean;
|
|
1385
|
+
['powered_shelf_type']?: number;
|
|
1365
1386
|
['prismarine_block_type']?: string;
|
|
1366
1387
|
['propagule_stage']?: number;
|
|
1367
1388
|
['rail_data_bit']?: boolean;
|
|
@@ -1449,6 +1470,10 @@ export type AcaciaPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signa
|
|
|
1449
1470
|
* States specific to AcaciaSapling
|
|
1450
1471
|
*/
|
|
1451
1472
|
export type AcaciaSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
1473
|
+
/**
|
|
1474
|
+
* States specific to AcaciaShelf
|
|
1475
|
+
*/
|
|
1476
|
+
export type AcaciaShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
1452
1477
|
/**
|
|
1453
1478
|
* States specific to AcaciaSlab
|
|
1454
1479
|
*/
|
|
@@ -1557,6 +1582,10 @@ export type BambooPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signa
|
|
|
1557
1582
|
* States specific to BambooSapling
|
|
1558
1583
|
*/
|
|
1559
1584
|
export type BambooSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
1585
|
+
/**
|
|
1586
|
+
* States specific to BambooShelf
|
|
1587
|
+
*/
|
|
1588
|
+
export type BambooShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
1560
1589
|
/**
|
|
1561
1590
|
* States specific to BambooSlab
|
|
1562
1591
|
*/
|
|
@@ -1649,6 +1678,10 @@ export type BirchPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signal
|
|
|
1649
1678
|
* States specific to BirchSapling
|
|
1650
1679
|
*/
|
|
1651
1680
|
export type BirchSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
1681
|
+
/**
|
|
1682
|
+
* States specific to BirchShelf
|
|
1683
|
+
*/
|
|
1684
|
+
export type BirchShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
1652
1685
|
/**
|
|
1653
1686
|
* States specific to BirchSlab
|
|
1654
1687
|
*/
|
|
@@ -1873,6 +1906,10 @@ export type CherryPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signa
|
|
|
1873
1906
|
* States specific to CherrySapling
|
|
1874
1907
|
*/
|
|
1875
1908
|
export type CherrySaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
1909
|
+
/**
|
|
1910
|
+
* States specific to CherryShelf
|
|
1911
|
+
*/
|
|
1912
|
+
export type CherryShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
1876
1913
|
/**
|
|
1877
1914
|
* States specific to CherrySlab
|
|
1878
1915
|
*/
|
|
@@ -1989,6 +2026,10 @@ export type CopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardinal_dir
|
|
|
1989
2026
|
* States specific to CopperDoor
|
|
1990
2027
|
*/
|
|
1991
2028
|
export type CopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
2029
|
+
/**
|
|
2030
|
+
* States specific to CopperGolemStatue
|
|
2031
|
+
*/
|
|
2032
|
+
export type CopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
1992
2033
|
/**
|
|
1993
2034
|
* States specific to CopperTrapdoor
|
|
1994
2035
|
*/
|
|
@@ -2033,6 +2074,10 @@ export type CrimsonHyphaeStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
|
2033
2074
|
* States specific to CrimsonPressurePlate
|
|
2034
2075
|
*/
|
|
2035
2076
|
export type CrimsonPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signal'>;
|
|
2077
|
+
/**
|
|
2078
|
+
* States specific to CrimsonShelf
|
|
2079
|
+
*/
|
|
2080
|
+
export type CrimsonShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2036
2081
|
/**
|
|
2037
2082
|
* States specific to CrimsonSlab
|
|
2038
2083
|
*/
|
|
@@ -2133,6 +2178,10 @@ export type DarkOakPressurePlateStates = Pick<BlockStateSuperset, 'redstone_sign
|
|
|
2133
2178
|
* States specific to DarkOakSapling
|
|
2134
2179
|
*/
|
|
2135
2180
|
export type DarkOakSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
2181
|
+
/**
|
|
2182
|
+
* States specific to DarkOakShelf
|
|
2183
|
+
*/
|
|
2184
|
+
export type DarkOakShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2136
2185
|
/**
|
|
2137
2186
|
* States specific to DarkOakSlab
|
|
2138
2187
|
*/
|
|
@@ -2341,6 +2390,10 @@ export type ExposedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardi
|
|
|
2341
2390
|
* States specific to ExposedCopperDoor
|
|
2342
2391
|
*/
|
|
2343
2392
|
export type ExposedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
2393
|
+
/**
|
|
2394
|
+
* States specific to ExposedCopperGolemStatue
|
|
2395
|
+
*/
|
|
2396
|
+
export type ExposedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
2344
2397
|
/**
|
|
2345
2398
|
* States specific to ExposedCopperTrapdoor
|
|
2346
2399
|
*/
|
|
@@ -2529,6 +2582,10 @@ export type JunglePressurePlateStates = Pick<BlockStateSuperset, 'redstone_signa
|
|
|
2529
2582
|
* States specific to JungleSapling
|
|
2530
2583
|
*/
|
|
2531
2584
|
export type JungleSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
2585
|
+
/**
|
|
2586
|
+
* States specific to JungleShelf
|
|
2587
|
+
*/
|
|
2588
|
+
export type JungleShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2532
2589
|
/**
|
|
2533
2590
|
* States specific to JungleSlab
|
|
2534
2591
|
*/
|
|
@@ -2705,6 +2762,10 @@ export type MangrovePressurePlateStates = Pick<BlockStateSuperset, 'redstone_sig
|
|
|
2705
2762
|
* States specific to MangrovePropagule
|
|
2706
2763
|
*/
|
|
2707
2764
|
export type MangrovePropaguleStates = Pick<BlockStateSuperset, 'hanging' | 'propagule_stage'>;
|
|
2765
|
+
/**
|
|
2766
|
+
* States specific to MangroveShelf
|
|
2767
|
+
*/
|
|
2768
|
+
export type MangroveShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2708
2769
|
/**
|
|
2709
2770
|
* States specific to MangroveSlab
|
|
2710
2771
|
*/
|
|
@@ -2849,6 +2910,10 @@ export type OakLogStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
|
2849
2910
|
* States specific to OakSapling
|
|
2850
2911
|
*/
|
|
2851
2912
|
export type OakSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
2913
|
+
/**
|
|
2914
|
+
* States specific to OakShelf
|
|
2915
|
+
*/
|
|
2916
|
+
export type OakShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2852
2917
|
/**
|
|
2853
2918
|
* States specific to OakSlab
|
|
2854
2919
|
*/
|
|
@@ -2893,6 +2958,10 @@ export type OxidizedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:card
|
|
|
2893
2958
|
* States specific to OxidizedCopperDoor
|
|
2894
2959
|
*/
|
|
2895
2960
|
export type OxidizedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
2961
|
+
/**
|
|
2962
|
+
* States specific to OxidizedCopperGolemStatue
|
|
2963
|
+
*/
|
|
2964
|
+
export type OxidizedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
2896
2965
|
/**
|
|
2897
2966
|
* States specific to OxidizedCopperTrapdoor
|
|
2898
2967
|
*/
|
|
@@ -2953,6 +3022,10 @@ export type PaleOakPressurePlateStates = Pick<BlockStateSuperset, 'redstone_sign
|
|
|
2953
3022
|
* States specific to PaleOakSapling
|
|
2954
3023
|
*/
|
|
2955
3024
|
export type PaleOakSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
3025
|
+
/**
|
|
3026
|
+
* States specific to PaleOakShelf
|
|
3027
|
+
*/
|
|
3028
|
+
export type PaleOakShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
2956
3029
|
/**
|
|
2957
3030
|
* States specific to PaleOakSlab
|
|
2958
3031
|
*/
|
|
@@ -3521,6 +3594,10 @@ export type SprucePressurePlateStates = Pick<BlockStateSuperset, 'redstone_signa
|
|
|
3521
3594
|
* States specific to SpruceSapling
|
|
3522
3595
|
*/
|
|
3523
3596
|
export type SpruceSaplingStates = Pick<BlockStateSuperset, 'age_bit'>;
|
|
3597
|
+
/**
|
|
3598
|
+
* States specific to SpruceShelf
|
|
3599
|
+
*/
|
|
3600
|
+
export type SpruceShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
3524
3601
|
/**
|
|
3525
3602
|
* States specific to SpruceSlab
|
|
3526
3603
|
*/
|
|
@@ -3857,6 +3934,10 @@ export type WarpedHyphaeStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
|
3857
3934
|
* States specific to WarpedPressurePlate
|
|
3858
3935
|
*/
|
|
3859
3936
|
export type WarpedPressurePlateStates = Pick<BlockStateSuperset, 'redstone_signal'>;
|
|
3937
|
+
/**
|
|
3938
|
+
* States specific to WarpedShelf
|
|
3939
|
+
*/
|
|
3940
|
+
export type WarpedShelfStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction' | 'powered_bit' | 'powered_shelf_type'>;
|
|
3860
3941
|
/**
|
|
3861
3942
|
* States specific to WarpedSlab
|
|
3862
3943
|
*/
|
|
@@ -3897,6 +3978,10 @@ export type WaxedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:cardina
|
|
|
3897
3978
|
* States specific to WaxedCopperDoor
|
|
3898
3979
|
*/
|
|
3899
3980
|
export type WaxedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
3981
|
+
/**
|
|
3982
|
+
* States specific to WaxedCopperGolemStatue
|
|
3983
|
+
*/
|
|
3984
|
+
export type WaxedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
3900
3985
|
/**
|
|
3901
3986
|
* States specific to WaxedCopperTrapdoor
|
|
3902
3987
|
*/
|
|
@@ -3925,6 +4010,10 @@ export type WaxedExposedCopperChestStates = Pick<BlockStateSuperset, 'minecraft:
|
|
|
3925
4010
|
* States specific to WaxedExposedCopperDoor
|
|
3926
4011
|
*/
|
|
3927
4012
|
export type WaxedExposedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
4013
|
+
/**
|
|
4014
|
+
* States specific to WaxedExposedCopperGolemStatue
|
|
4015
|
+
*/
|
|
4016
|
+
export type WaxedExposedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
3928
4017
|
/**
|
|
3929
4018
|
* States specific to WaxedExposedCopperTrapdoor
|
|
3930
4019
|
*/
|
|
@@ -3953,6 +4042,10 @@ export type WaxedOxidizedCopperChestStates = Pick<BlockStateSuperset, 'minecraft
|
|
|
3953
4042
|
* States specific to WaxedOxidizedCopperDoor
|
|
3954
4043
|
*/
|
|
3955
4044
|
export type WaxedOxidizedCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
4045
|
+
/**
|
|
4046
|
+
* States specific to WaxedOxidizedCopperGolemStatue
|
|
4047
|
+
*/
|
|
4048
|
+
export type WaxedOxidizedCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
3956
4049
|
/**
|
|
3957
4050
|
* States specific to WaxedOxidizedCopperTrapdoor
|
|
3958
4051
|
*/
|
|
@@ -3981,6 +4074,10 @@ export type WaxedWeatheredCopperChestStates = Pick<BlockStateSuperset, 'minecraf
|
|
|
3981
4074
|
* States specific to WaxedWeatheredCopperDoor
|
|
3982
4075
|
*/
|
|
3983
4076
|
export type WaxedWeatheredCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
4077
|
+
/**
|
|
4078
|
+
* States specific to WaxedWeatheredCopperGolemStatue
|
|
4079
|
+
*/
|
|
4080
|
+
export type WaxedWeatheredCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
3984
4081
|
/**
|
|
3985
4082
|
* States specific to WaxedWeatheredCopperTrapdoor
|
|
3986
4083
|
*/
|
|
@@ -4009,6 +4106,10 @@ export type WeatheredCopperChestStates = Pick<BlockStateSuperset, 'minecraft:car
|
|
|
4009
4106
|
* States specific to WeatheredCopperDoor
|
|
4010
4107
|
*/
|
|
4011
4108
|
export type WeatheredCopperDoorStates = Pick<BlockStateSuperset, 'door_hinge_bit' | 'minecraft:cardinal_direction' | 'open_bit' | 'upper_block_bit'>;
|
|
4109
|
+
/**
|
|
4110
|
+
* States specific to WeatheredCopperGolemStatue
|
|
4111
|
+
*/
|
|
4112
|
+
export type WeatheredCopperGolemStatueStates = Pick<BlockStateSuperset, 'minecraft:cardinal_direction'>;
|
|
4012
4113
|
/**
|
|
4013
4114
|
* States specific to WeatheredCopperTrapdoor
|
|
4014
4115
|
*/
|
|
@@ -4084,7 +4185,7 @@ export type ZombieHeadStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
|
4084
4185
|
/**
|
|
4085
4186
|
* Union of all types for Block states
|
|
4086
4187
|
*/
|
|
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;
|
|
4188
|
+
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 | 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 | 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 | WaxedOxidizedCopperBulbStates | WaxedOxidizedCopperChestStates | WaxedOxidizedCopperDoorStates | WaxedOxidizedCopperGolemStatueStates | WaxedOxidizedCopperTrapdoorStates | WaxedOxidizedCutCopperSlabStates | WaxedOxidizedCutCopperStairsStates | WaxedOxidizedDoubleCutCopperSlabStates | WaxedWeatheredCopperBulbStates | WaxedWeatheredCopperChestStates | WaxedWeatheredCopperDoorStates | WaxedWeatheredCopperGolemStatueStates | WaxedWeatheredCopperTrapdoorStates | WaxedWeatheredCutCopperSlabStates | WaxedWeatheredCutCopperStairsStates | WaxedWeatheredDoubleCutCopperSlabStates | WeatheredCopperBulbStates | WeatheredCopperChestStates | WeatheredCopperDoorStates | WeatheredCopperGolemStatueStates | WeatheredCopperTrapdoorStates | WeatheredCutCopperSlabStates | WeatheredCutCopperStairsStates | WeatheredDoubleCutCopperSlabStates | WeepingVinesStates | WheatStates | WhiteCandleStates | WhiteCandleCakeStates | WhiteGlazedTerracottaStates | WildflowersStates | WitherSkeletonSkullStates | WoodenButtonStates | WoodenDoorStates | WoodenPressurePlateStates | YellowCandleStates | YellowCandleCakeStates | YellowGlazedTerracottaStates | ZombieHeadStates;
|
|
4088
4189
|
/**
|
|
4089
4190
|
* Mapping of each Block name to it's states
|
|
4090
4191
|
*/
|
|
@@ -4107,6 +4208,8 @@ export type BlockStateMapping = {
|
|
|
4107
4208
|
'minecraft:acacia_pressure_plate': AcaciaPressurePlateStates;
|
|
4108
4209
|
acacia_sapling: AcaciaSaplingStates;
|
|
4109
4210
|
'minecraft:acacia_sapling': AcaciaSaplingStates;
|
|
4211
|
+
acacia_shelf: AcaciaShelfStates;
|
|
4212
|
+
'minecraft:acacia_shelf': AcaciaShelfStates;
|
|
4110
4213
|
acacia_slab: AcaciaSlabStates;
|
|
4111
4214
|
'minecraft:acacia_slab': AcaciaSlabStates;
|
|
4112
4215
|
acacia_stairs: AcaciaStairsStates;
|
|
@@ -4161,6 +4264,8 @@ export type BlockStateMapping = {
|
|
|
4161
4264
|
'minecraft:bamboo_pressure_plate': BambooPressurePlateStates;
|
|
4162
4265
|
bamboo_sapling: BambooSaplingStates;
|
|
4163
4266
|
'minecraft:bamboo_sapling': BambooSaplingStates;
|
|
4267
|
+
bamboo_shelf: BambooShelfStates;
|
|
4268
|
+
'minecraft:bamboo_shelf': BambooShelfStates;
|
|
4164
4269
|
bamboo_slab: BambooSlabStates;
|
|
4165
4270
|
'minecraft:bamboo_slab': BambooSlabStates;
|
|
4166
4271
|
bamboo_stairs: BambooStairsStates;
|
|
@@ -4207,6 +4312,8 @@ export type BlockStateMapping = {
|
|
|
4207
4312
|
'minecraft:birch_pressure_plate': BirchPressurePlateStates;
|
|
4208
4313
|
birch_sapling: BirchSaplingStates;
|
|
4209
4314
|
'minecraft:birch_sapling': BirchSaplingStates;
|
|
4315
|
+
birch_shelf: BirchShelfStates;
|
|
4316
|
+
'minecraft:birch_shelf': BirchShelfStates;
|
|
4210
4317
|
birch_slab: BirchSlabStates;
|
|
4211
4318
|
'minecraft:birch_slab': BirchSlabStates;
|
|
4212
4319
|
birch_stairs: BirchStairsStates;
|
|
@@ -4319,6 +4426,8 @@ export type BlockStateMapping = {
|
|
|
4319
4426
|
'minecraft:cherry_pressure_plate': CherryPressurePlateStates;
|
|
4320
4427
|
cherry_sapling: CherrySaplingStates;
|
|
4321
4428
|
'minecraft:cherry_sapling': CherrySaplingStates;
|
|
4429
|
+
cherry_shelf: CherryShelfStates;
|
|
4430
|
+
'minecraft:cherry_shelf': CherryShelfStates;
|
|
4322
4431
|
cherry_slab: CherrySlabStates;
|
|
4323
4432
|
'minecraft:cherry_slab': CherrySlabStates;
|
|
4324
4433
|
cherry_stairs: CherryStairsStates;
|
|
@@ -4377,6 +4486,8 @@ export type BlockStateMapping = {
|
|
|
4377
4486
|
'minecraft:copper_chest': CopperChestStates;
|
|
4378
4487
|
copper_door: CopperDoorStates;
|
|
4379
4488
|
'minecraft:copper_door': CopperDoorStates;
|
|
4489
|
+
copper_golem_statue: CopperGolemStatueStates;
|
|
4490
|
+
'minecraft:copper_golem_statue': CopperGolemStatueStates;
|
|
4380
4491
|
copper_trapdoor: CopperTrapdoorStates;
|
|
4381
4492
|
'minecraft:copper_trapdoor': CopperTrapdoorStates;
|
|
4382
4493
|
crafter: CrafterStates;
|
|
@@ -4399,6 +4510,8 @@ export type BlockStateMapping = {
|
|
|
4399
4510
|
'minecraft:crimson_hyphae': CrimsonHyphaeStates;
|
|
4400
4511
|
crimson_pressure_plate: CrimsonPressurePlateStates;
|
|
4401
4512
|
'minecraft:crimson_pressure_plate': CrimsonPressurePlateStates;
|
|
4513
|
+
crimson_shelf: CrimsonShelfStates;
|
|
4514
|
+
'minecraft:crimson_shelf': CrimsonShelfStates;
|
|
4402
4515
|
crimson_slab: CrimsonSlabStates;
|
|
4403
4516
|
'minecraft:crimson_slab': CrimsonSlabStates;
|
|
4404
4517
|
crimson_stairs: CrimsonStairsStates;
|
|
@@ -4449,6 +4562,8 @@ export type BlockStateMapping = {
|
|
|
4449
4562
|
'minecraft:dark_oak_pressure_plate': DarkOakPressurePlateStates;
|
|
4450
4563
|
dark_oak_sapling: DarkOakSaplingStates;
|
|
4451
4564
|
'minecraft:dark_oak_sapling': DarkOakSaplingStates;
|
|
4565
|
+
dark_oak_shelf: DarkOakShelfStates;
|
|
4566
|
+
'minecraft:dark_oak_shelf': DarkOakShelfStates;
|
|
4452
4567
|
dark_oak_slab: DarkOakSlabStates;
|
|
4453
4568
|
'minecraft:dark_oak_slab': DarkOakSlabStates;
|
|
4454
4569
|
dark_oak_stairs: DarkOakStairsStates;
|
|
@@ -4553,6 +4668,8 @@ export type BlockStateMapping = {
|
|
|
4553
4668
|
'minecraft:exposed_copper_chest': ExposedCopperChestStates;
|
|
4554
4669
|
exposed_copper_door: ExposedCopperDoorStates;
|
|
4555
4670
|
'minecraft:exposed_copper_door': ExposedCopperDoorStates;
|
|
4671
|
+
exposed_copper_golem_statue: ExposedCopperGolemStatueStates;
|
|
4672
|
+
'minecraft:exposed_copper_golem_statue': ExposedCopperGolemStatueStates;
|
|
4556
4673
|
exposed_copper_trapdoor: ExposedCopperTrapdoorStates;
|
|
4557
4674
|
'minecraft:exposed_copper_trapdoor': ExposedCopperTrapdoorStates;
|
|
4558
4675
|
exposed_cut_copper_slab: ExposedCutCopperSlabStates;
|
|
@@ -4647,6 +4764,8 @@ export type BlockStateMapping = {
|
|
|
4647
4764
|
'minecraft:jungle_pressure_plate': JunglePressurePlateStates;
|
|
4648
4765
|
jungle_sapling: JungleSaplingStates;
|
|
4649
4766
|
'minecraft:jungle_sapling': JungleSaplingStates;
|
|
4767
|
+
jungle_shelf: JungleShelfStates;
|
|
4768
|
+
'minecraft:jungle_shelf': JungleShelfStates;
|
|
4650
4769
|
jungle_slab: JungleSlabStates;
|
|
4651
4770
|
'minecraft:jungle_slab': JungleSlabStates;
|
|
4652
4771
|
jungle_stairs: JungleStairsStates;
|
|
@@ -4735,6 +4854,8 @@ export type BlockStateMapping = {
|
|
|
4735
4854
|
'minecraft:mangrove_pressure_plate': MangrovePressurePlateStates;
|
|
4736
4855
|
mangrove_propagule: MangrovePropaguleStates;
|
|
4737
4856
|
'minecraft:mangrove_propagule': MangrovePropaguleStates;
|
|
4857
|
+
mangrove_shelf: MangroveShelfStates;
|
|
4858
|
+
'minecraft:mangrove_shelf': MangroveShelfStates;
|
|
4738
4859
|
mangrove_slab: MangroveSlabStates;
|
|
4739
4860
|
'minecraft:mangrove_slab': MangroveSlabStates;
|
|
4740
4861
|
mangrove_stairs: MangroveStairsStates;
|
|
@@ -4807,6 +4928,8 @@ export type BlockStateMapping = {
|
|
|
4807
4928
|
'minecraft:oak_log': OakLogStates;
|
|
4808
4929
|
oak_sapling: OakSaplingStates;
|
|
4809
4930
|
'minecraft:oak_sapling': OakSaplingStates;
|
|
4931
|
+
oak_shelf: OakShelfStates;
|
|
4932
|
+
'minecraft:oak_shelf': OakShelfStates;
|
|
4810
4933
|
oak_slab: OakSlabStates;
|
|
4811
4934
|
'minecraft:oak_slab': OakSlabStates;
|
|
4812
4935
|
oak_stairs: OakStairsStates;
|
|
@@ -4829,6 +4952,8 @@ export type BlockStateMapping = {
|
|
|
4829
4952
|
'minecraft:oxidized_copper_chest': OxidizedCopperChestStates;
|
|
4830
4953
|
oxidized_copper_door: OxidizedCopperDoorStates;
|
|
4831
4954
|
'minecraft:oxidized_copper_door': OxidizedCopperDoorStates;
|
|
4955
|
+
oxidized_copper_golem_statue: OxidizedCopperGolemStatueStates;
|
|
4956
|
+
'minecraft:oxidized_copper_golem_statue': OxidizedCopperGolemStatueStates;
|
|
4832
4957
|
oxidized_copper_trapdoor: OxidizedCopperTrapdoorStates;
|
|
4833
4958
|
'minecraft:oxidized_copper_trapdoor': OxidizedCopperTrapdoorStates;
|
|
4834
4959
|
oxidized_cut_copper_slab: OxidizedCutCopperSlabStates;
|
|
@@ -4859,6 +4984,8 @@ export type BlockStateMapping = {
|
|
|
4859
4984
|
'minecraft:pale_oak_pressure_plate': PaleOakPressurePlateStates;
|
|
4860
4985
|
pale_oak_sapling: PaleOakSaplingStates;
|
|
4861
4986
|
'minecraft:pale_oak_sapling': PaleOakSaplingStates;
|
|
4987
|
+
pale_oak_shelf: PaleOakShelfStates;
|
|
4988
|
+
'minecraft:pale_oak_shelf': PaleOakShelfStates;
|
|
4862
4989
|
pale_oak_slab: PaleOakSlabStates;
|
|
4863
4990
|
'minecraft:pale_oak_slab': PaleOakSlabStates;
|
|
4864
4991
|
pale_oak_stairs: PaleOakStairsStates;
|
|
@@ -5143,6 +5270,8 @@ export type BlockStateMapping = {
|
|
|
5143
5270
|
'minecraft:spruce_pressure_plate': SprucePressurePlateStates;
|
|
5144
5271
|
spruce_sapling: SpruceSaplingStates;
|
|
5145
5272
|
'minecraft:spruce_sapling': SpruceSaplingStates;
|
|
5273
|
+
spruce_shelf: SpruceShelfStates;
|
|
5274
|
+
'minecraft:spruce_shelf': SpruceShelfStates;
|
|
5146
5275
|
spruce_slab: SpruceSlabStates;
|
|
5147
5276
|
'minecraft:spruce_slab': SpruceSlabStates;
|
|
5148
5277
|
spruce_stairs: SpruceStairsStates;
|
|
@@ -5311,6 +5440,8 @@ export type BlockStateMapping = {
|
|
|
5311
5440
|
'minecraft:warped_hyphae': WarpedHyphaeStates;
|
|
5312
5441
|
warped_pressure_plate: WarpedPressurePlateStates;
|
|
5313
5442
|
'minecraft:warped_pressure_plate': WarpedPressurePlateStates;
|
|
5443
|
+
warped_shelf: WarpedShelfStates;
|
|
5444
|
+
'minecraft:warped_shelf': WarpedShelfStates;
|
|
5314
5445
|
warped_slab: WarpedSlabStates;
|
|
5315
5446
|
'minecraft:warped_slab': WarpedSlabStates;
|
|
5316
5447
|
warped_stairs: WarpedStairsStates;
|
|
@@ -5331,6 +5462,8 @@ export type BlockStateMapping = {
|
|
|
5331
5462
|
'minecraft:waxed_copper_chest': WaxedCopperChestStates;
|
|
5332
5463
|
waxed_copper_door: WaxedCopperDoorStates;
|
|
5333
5464
|
'minecraft:waxed_copper_door': WaxedCopperDoorStates;
|
|
5465
|
+
waxed_copper_golem_statue: WaxedCopperGolemStatueStates;
|
|
5466
|
+
'minecraft:waxed_copper_golem_statue': WaxedCopperGolemStatueStates;
|
|
5334
5467
|
waxed_copper_trapdoor: WaxedCopperTrapdoorStates;
|
|
5335
5468
|
'minecraft:waxed_copper_trapdoor': WaxedCopperTrapdoorStates;
|
|
5336
5469
|
waxed_cut_copper_slab: WaxedCutCopperSlabStates;
|
|
@@ -5345,6 +5478,8 @@ export type BlockStateMapping = {
|
|
|
5345
5478
|
'minecraft:waxed_exposed_copper_chest': WaxedExposedCopperChestStates;
|
|
5346
5479
|
waxed_exposed_copper_door: WaxedExposedCopperDoorStates;
|
|
5347
5480
|
'minecraft:waxed_exposed_copper_door': WaxedExposedCopperDoorStates;
|
|
5481
|
+
waxed_exposed_copper_golem_statue: WaxedExposedCopperGolemStatueStates;
|
|
5482
|
+
'minecraft:waxed_exposed_copper_golem_statue': WaxedExposedCopperGolemStatueStates;
|
|
5348
5483
|
waxed_exposed_copper_trapdoor: WaxedExposedCopperTrapdoorStates;
|
|
5349
5484
|
'minecraft:waxed_exposed_copper_trapdoor': WaxedExposedCopperTrapdoorStates;
|
|
5350
5485
|
waxed_exposed_cut_copper_slab: WaxedExposedCutCopperSlabStates;
|
|
@@ -5359,6 +5494,8 @@ export type BlockStateMapping = {
|
|
|
5359
5494
|
'minecraft:waxed_oxidized_copper_chest': WaxedOxidizedCopperChestStates;
|
|
5360
5495
|
waxed_oxidized_copper_door: WaxedOxidizedCopperDoorStates;
|
|
5361
5496
|
'minecraft:waxed_oxidized_copper_door': WaxedOxidizedCopperDoorStates;
|
|
5497
|
+
waxed_oxidized_copper_golem_statue: WaxedOxidizedCopperGolemStatueStates;
|
|
5498
|
+
'minecraft:waxed_oxidized_copper_golem_statue': WaxedOxidizedCopperGolemStatueStates;
|
|
5362
5499
|
waxed_oxidized_copper_trapdoor: WaxedOxidizedCopperTrapdoorStates;
|
|
5363
5500
|
'minecraft:waxed_oxidized_copper_trapdoor': WaxedOxidizedCopperTrapdoorStates;
|
|
5364
5501
|
waxed_oxidized_cut_copper_slab: WaxedOxidizedCutCopperSlabStates;
|
|
@@ -5373,6 +5510,8 @@ export type BlockStateMapping = {
|
|
|
5373
5510
|
'minecraft:waxed_weathered_copper_chest': WaxedWeatheredCopperChestStates;
|
|
5374
5511
|
waxed_weathered_copper_door: WaxedWeatheredCopperDoorStates;
|
|
5375
5512
|
'minecraft:waxed_weathered_copper_door': WaxedWeatheredCopperDoorStates;
|
|
5513
|
+
waxed_weathered_copper_golem_statue: WaxedWeatheredCopperGolemStatueStates;
|
|
5514
|
+
'minecraft:waxed_weathered_copper_golem_statue': WaxedWeatheredCopperGolemStatueStates;
|
|
5376
5515
|
waxed_weathered_copper_trapdoor: WaxedWeatheredCopperTrapdoorStates;
|
|
5377
5516
|
'minecraft:waxed_weathered_copper_trapdoor': WaxedWeatheredCopperTrapdoorStates;
|
|
5378
5517
|
waxed_weathered_cut_copper_slab: WaxedWeatheredCutCopperSlabStates;
|
|
@@ -5387,6 +5526,8 @@ export type BlockStateMapping = {
|
|
|
5387
5526
|
'minecraft:weathered_copper_chest': WeatheredCopperChestStates;
|
|
5388
5527
|
weathered_copper_door: WeatheredCopperDoorStates;
|
|
5389
5528
|
'minecraft:weathered_copper_door': WeatheredCopperDoorStates;
|
|
5529
|
+
weathered_copper_golem_statue: WeatheredCopperGolemStatueStates;
|
|
5530
|
+
'minecraft:weathered_copper_golem_statue': WeatheredCopperGolemStatueStates;
|
|
5390
5531
|
weathered_copper_trapdoor: WeatheredCopperTrapdoorStates;
|
|
5391
5532
|
'minecraft:weathered_copper_trapdoor': WeatheredCopperTrapdoorStates;
|
|
5392
5533
|
weathered_cut_copper_slab: WeatheredCutCopperSlabStates;
|