@minecraft/vanilla-data 1.26.20-preview.20 → 1.26.20-preview.23
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-biome.d.ts +1 -0
- package/lib/mojang-block.d.ts +178 -1
- package/lib/mojang-entity.d.ts +1 -0
- package/lib/mojang-item.d.ts +29 -0
- package/package.json +1 -1
package/lib/mojang-biome.d.ts
CHANGED
|
@@ -80,6 +80,7 @@ export declare enum MinecraftBiomeTypes {
|
|
|
80
80
|
SoulsandValley = "minecraft:soulsand_valley",
|
|
81
81
|
StoneBeach = "minecraft:stone_beach",
|
|
82
82
|
StonyPeaks = "minecraft:stony_peaks",
|
|
83
|
+
SulfurCaves = "minecraft:sulfur_caves",
|
|
83
84
|
SunflowerPlains = "minecraft:sunflower_plains",
|
|
84
85
|
Swampland = "minecraft:swampland",
|
|
85
86
|
SwamplandMutated = "minecraft:swampland_mutated",
|
package/lib/mojang-block.d.ts
CHANGED
|
@@ -189,6 +189,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
189
189
|
Chest = "minecraft:chest",
|
|
190
190
|
ChippedAnvil = "minecraft:chipped_anvil",
|
|
191
191
|
ChiseledBookshelf = "minecraft:chiseled_bookshelf",
|
|
192
|
+
ChiseledCinnabar = "minecraft:chiseled_cinnabar",
|
|
192
193
|
ChiseledCopper = "minecraft:chiseled_copper",
|
|
193
194
|
ChiseledDeepslate = "minecraft:chiseled_deepslate",
|
|
194
195
|
ChiseledNetherBricks = "minecraft:chiseled_nether_bricks",
|
|
@@ -198,10 +199,21 @@ export declare enum MinecraftBlockTypes {
|
|
|
198
199
|
ChiseledResinBricks = "minecraft:chiseled_resin_bricks",
|
|
199
200
|
ChiseledSandstone = "minecraft:chiseled_sandstone",
|
|
200
201
|
ChiseledStoneBricks = "minecraft:chiseled_stone_bricks",
|
|
202
|
+
ChiseledSulfur = "minecraft:chiseled_sulfur",
|
|
201
203
|
ChiseledTuff = "minecraft:chiseled_tuff",
|
|
202
204
|
ChiseledTuffBricks = "minecraft:chiseled_tuff_bricks",
|
|
203
205
|
ChorusFlower = "minecraft:chorus_flower",
|
|
204
206
|
ChorusPlant = "minecraft:chorus_plant",
|
|
207
|
+
Cinnabar = "minecraft:cinnabar",
|
|
208
|
+
CinnabarBrickDoubleSlab = "minecraft:cinnabar_brick_double_slab",
|
|
209
|
+
CinnabarBrickSlab = "minecraft:cinnabar_brick_slab",
|
|
210
|
+
CinnabarBrickStairs = "minecraft:cinnabar_brick_stairs",
|
|
211
|
+
CinnabarBrickWall = "minecraft:cinnabar_brick_wall",
|
|
212
|
+
CinnabarBricks = "minecraft:cinnabar_bricks",
|
|
213
|
+
CinnabarDoubleSlab = "minecraft:cinnabar_double_slab",
|
|
214
|
+
CinnabarSlab = "minecraft:cinnabar_slab",
|
|
215
|
+
CinnabarStairs = "minecraft:cinnabar_stairs",
|
|
216
|
+
CinnabarWall = "minecraft:cinnabar_wall",
|
|
205
217
|
Clay = "minecraft:clay",
|
|
206
218
|
ClosedEyeblossom = "minecraft:closed_eyeblossom",
|
|
207
219
|
CoalBlock = "minecraft:coal_block",
|
|
@@ -916,6 +928,11 @@ export declare enum MinecraftBlockTypes {
|
|
|
916
928
|
PolishedBlackstoneSlab = "minecraft:polished_blackstone_slab",
|
|
917
929
|
PolishedBlackstoneStairs = "minecraft:polished_blackstone_stairs",
|
|
918
930
|
PolishedBlackstoneWall = "minecraft:polished_blackstone_wall",
|
|
931
|
+
PolishedCinnabar = "minecraft:polished_cinnabar",
|
|
932
|
+
PolishedCinnabarDoubleSlab = "minecraft:polished_cinnabar_double_slab",
|
|
933
|
+
PolishedCinnabarSlab = "minecraft:polished_cinnabar_slab",
|
|
934
|
+
PolishedCinnabarStairs = "minecraft:polished_cinnabar_stairs",
|
|
935
|
+
PolishedCinnabarWall = "minecraft:polished_cinnabar_wall",
|
|
919
936
|
PolishedDeepslate = "minecraft:polished_deepslate",
|
|
920
937
|
PolishedDeepslateDoubleSlab = "minecraft:polished_deepslate_double_slab",
|
|
921
938
|
PolishedDeepslateSlab = "minecraft:polished_deepslate_slab",
|
|
@@ -929,6 +946,11 @@ export declare enum MinecraftBlockTypes {
|
|
|
929
946
|
PolishedGraniteDoubleSlab = "minecraft:polished_granite_double_slab",
|
|
930
947
|
PolishedGraniteSlab = "minecraft:polished_granite_slab",
|
|
931
948
|
PolishedGraniteStairs = "minecraft:polished_granite_stairs",
|
|
949
|
+
PolishedSulfur = "minecraft:polished_sulfur",
|
|
950
|
+
PolishedSulfurDoubleSlab = "minecraft:polished_sulfur_double_slab",
|
|
951
|
+
PolishedSulfurSlab = "minecraft:polished_sulfur_slab",
|
|
952
|
+
PolishedSulfurStairs = "minecraft:polished_sulfur_stairs",
|
|
953
|
+
PolishedSulfurWall = "minecraft:polished_sulfur_wall",
|
|
932
954
|
PolishedTuff = "minecraft:polished_tuff",
|
|
933
955
|
PolishedTuffDoubleSlab = "minecraft:polished_tuff_double_slab",
|
|
934
956
|
PolishedTuffSlab = "minecraft:polished_tuff_slab",
|
|
@@ -937,6 +959,7 @@ export declare enum MinecraftBlockTypes {
|
|
|
937
959
|
Poppy = "minecraft:poppy",
|
|
938
960
|
Portal = "minecraft:portal",
|
|
939
961
|
Potatoes = "minecraft:potatoes",
|
|
962
|
+
PotentSulfur = "minecraft:potent_sulfur",
|
|
940
963
|
PowderSnow = "minecraft:powder_snow",
|
|
941
964
|
PoweredComparator = "minecraft:powered_comparator",
|
|
942
965
|
PoweredRepeater = "minecraft:powered_repeater",
|
|
@@ -1129,6 +1152,16 @@ export declare enum MinecraftBlockTypes {
|
|
|
1129
1152
|
StrippedWarpedStem = "minecraft:stripped_warped_stem",
|
|
1130
1153
|
StructureBlock = "minecraft:structure_block",
|
|
1131
1154
|
StructureVoid = "minecraft:structure_void",
|
|
1155
|
+
Sulfur = "minecraft:sulfur",
|
|
1156
|
+
SulfurBrickDoubleSlab = "minecraft:sulfur_brick_double_slab",
|
|
1157
|
+
SulfurBrickSlab = "minecraft:sulfur_brick_slab",
|
|
1158
|
+
SulfurBrickStairs = "minecraft:sulfur_brick_stairs",
|
|
1159
|
+
SulfurBrickWall = "minecraft:sulfur_brick_wall",
|
|
1160
|
+
SulfurBricks = "minecraft:sulfur_bricks",
|
|
1161
|
+
SulfurDoubleSlab = "minecraft:sulfur_double_slab",
|
|
1162
|
+
SulfurSlab = "minecraft:sulfur_slab",
|
|
1163
|
+
SulfurStairs = "minecraft:sulfur_stairs",
|
|
1164
|
+
SulfurWall = "minecraft:sulfur_wall",
|
|
1132
1165
|
Sunflower = "minecraft:sunflower",
|
|
1133
1166
|
SuspiciousGravel = "minecraft:suspicious_gravel",
|
|
1134
1167
|
SuspiciousSand = "minecraft:suspicious_sand",
|
|
@@ -1989,6 +2022,38 @@ export type ChiseledQuartzBlockStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
|
1989
2022
|
* States specific to ChorusFlower
|
|
1990
2023
|
*/
|
|
1991
2024
|
export type ChorusFlowerStates = Pick<BlockStateSuperset, 'age'>;
|
|
2025
|
+
/**
|
|
2026
|
+
* States specific to CinnabarBrickDoubleSlab
|
|
2027
|
+
*/
|
|
2028
|
+
export type CinnabarBrickDoubleSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
2029
|
+
/**
|
|
2030
|
+
* States specific to CinnabarBrickSlab
|
|
2031
|
+
*/
|
|
2032
|
+
export type CinnabarBrickSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
2033
|
+
/**
|
|
2034
|
+
* States specific to CinnabarBrickStairs
|
|
2035
|
+
*/
|
|
2036
|
+
export type CinnabarBrickStairsStates = Pick<BlockStateSuperset, 'upside_down_bit' | 'weirdo_direction'>;
|
|
2037
|
+
/**
|
|
2038
|
+
* States specific to CinnabarBrickWall
|
|
2039
|
+
*/
|
|
2040
|
+
export type CinnabarBrickWallStates = Pick<BlockStateSuperset, 'wall_connection_type_east' | 'wall_connection_type_north' | 'wall_connection_type_south' | 'wall_connection_type_west' | 'wall_post_bit'>;
|
|
2041
|
+
/**
|
|
2042
|
+
* States specific to CinnabarDoubleSlab
|
|
2043
|
+
*/
|
|
2044
|
+
export type CinnabarDoubleSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
2045
|
+
/**
|
|
2046
|
+
* States specific to CinnabarSlab
|
|
2047
|
+
*/
|
|
2048
|
+
export type CinnabarSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
2049
|
+
/**
|
|
2050
|
+
* States specific to CinnabarStairs
|
|
2051
|
+
*/
|
|
2052
|
+
export type CinnabarStairsStates = Pick<BlockStateSuperset, 'upside_down_bit' | 'weirdo_direction'>;
|
|
2053
|
+
/**
|
|
2054
|
+
* States specific to CinnabarWall
|
|
2055
|
+
*/
|
|
2056
|
+
export type CinnabarWallStates = Pick<BlockStateSuperset, 'wall_connection_type_east' | 'wall_connection_type_north' | 'wall_connection_type_south' | 'wall_connection_type_west' | 'wall_post_bit'>;
|
|
1992
2057
|
/**
|
|
1993
2058
|
* States specific to CobbledDeepslateDoubleSlab
|
|
1994
2059
|
*/
|
|
@@ -3241,6 +3306,22 @@ export type PolishedBlackstoneStairsStates = Pick<BlockStateSuperset, 'upside_do
|
|
|
3241
3306
|
* States specific to PolishedBlackstoneWall
|
|
3242
3307
|
*/
|
|
3243
3308
|
export type PolishedBlackstoneWallStates = Pick<BlockStateSuperset, 'wall_connection_type_east' | 'wall_connection_type_north' | 'wall_connection_type_south' | 'wall_connection_type_west' | 'wall_post_bit'>;
|
|
3309
|
+
/**
|
|
3310
|
+
* States specific to PolishedCinnabarDoubleSlab
|
|
3311
|
+
*/
|
|
3312
|
+
export type PolishedCinnabarDoubleSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
3313
|
+
/**
|
|
3314
|
+
* States specific to PolishedCinnabarSlab
|
|
3315
|
+
*/
|
|
3316
|
+
export type PolishedCinnabarSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
3317
|
+
/**
|
|
3318
|
+
* States specific to PolishedCinnabarStairs
|
|
3319
|
+
*/
|
|
3320
|
+
export type PolishedCinnabarStairsStates = Pick<BlockStateSuperset, 'upside_down_bit' | 'weirdo_direction'>;
|
|
3321
|
+
/**
|
|
3322
|
+
* States specific to PolishedCinnabarWall
|
|
3323
|
+
*/
|
|
3324
|
+
export type PolishedCinnabarWallStates = Pick<BlockStateSuperset, 'wall_connection_type_east' | 'wall_connection_type_north' | 'wall_connection_type_south' | 'wall_connection_type_west' | 'wall_post_bit'>;
|
|
3244
3325
|
/**
|
|
3245
3326
|
* States specific to PolishedDeepslateDoubleSlab
|
|
3246
3327
|
*/
|
|
@@ -3281,6 +3362,22 @@ export type PolishedGraniteSlabStates = Pick<BlockStateSuperset, 'minecraft:vert
|
|
|
3281
3362
|
* States specific to PolishedGraniteStairs
|
|
3282
3363
|
*/
|
|
3283
3364
|
export type PolishedGraniteStairsStates = Pick<BlockStateSuperset, 'upside_down_bit' | 'weirdo_direction'>;
|
|
3365
|
+
/**
|
|
3366
|
+
* States specific to PolishedSulfurDoubleSlab
|
|
3367
|
+
*/
|
|
3368
|
+
export type PolishedSulfurDoubleSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
3369
|
+
/**
|
|
3370
|
+
* States specific to PolishedSulfurSlab
|
|
3371
|
+
*/
|
|
3372
|
+
export type PolishedSulfurSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
3373
|
+
/**
|
|
3374
|
+
* States specific to PolishedSulfurStairs
|
|
3375
|
+
*/
|
|
3376
|
+
export type PolishedSulfurStairsStates = Pick<BlockStateSuperset, 'upside_down_bit' | 'weirdo_direction'>;
|
|
3377
|
+
/**
|
|
3378
|
+
* States specific to PolishedSulfurWall
|
|
3379
|
+
*/
|
|
3380
|
+
export type PolishedSulfurWallStates = Pick<BlockStateSuperset, 'wall_connection_type_east' | 'wall_connection_type_north' | 'wall_connection_type_south' | 'wall_connection_type_west' | 'wall_post_bit'>;
|
|
3284
3381
|
/**
|
|
3285
3382
|
* States specific to PolishedTuffDoubleSlab
|
|
3286
3383
|
*/
|
|
@@ -3841,6 +3938,38 @@ export type StrippedWarpedStemStates = Pick<BlockStateSuperset, 'pillar_axis'>;
|
|
|
3841
3938
|
* States specific to StructureBlock
|
|
3842
3939
|
*/
|
|
3843
3940
|
export type StructureBlockStates = Pick<BlockStateSuperset, 'structure_block_type'>;
|
|
3941
|
+
/**
|
|
3942
|
+
* States specific to SulfurBrickDoubleSlab
|
|
3943
|
+
*/
|
|
3944
|
+
export type SulfurBrickDoubleSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
3945
|
+
/**
|
|
3946
|
+
* States specific to SulfurBrickSlab
|
|
3947
|
+
*/
|
|
3948
|
+
export type SulfurBrickSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
3949
|
+
/**
|
|
3950
|
+
* States specific to SulfurBrickStairs
|
|
3951
|
+
*/
|
|
3952
|
+
export type SulfurBrickStairsStates = Pick<BlockStateSuperset, 'upside_down_bit' | 'weirdo_direction'>;
|
|
3953
|
+
/**
|
|
3954
|
+
* States specific to SulfurBrickWall
|
|
3955
|
+
*/
|
|
3956
|
+
export type SulfurBrickWallStates = Pick<BlockStateSuperset, 'wall_connection_type_east' | 'wall_connection_type_north' | 'wall_connection_type_south' | 'wall_connection_type_west' | 'wall_post_bit'>;
|
|
3957
|
+
/**
|
|
3958
|
+
* States specific to SulfurDoubleSlab
|
|
3959
|
+
*/
|
|
3960
|
+
export type SulfurDoubleSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
3961
|
+
/**
|
|
3962
|
+
* States specific to SulfurSlab
|
|
3963
|
+
*/
|
|
3964
|
+
export type SulfurSlabStates = Pick<BlockStateSuperset, 'minecraft:vertical_half'>;
|
|
3965
|
+
/**
|
|
3966
|
+
* States specific to SulfurStairs
|
|
3967
|
+
*/
|
|
3968
|
+
export type SulfurStairsStates = Pick<BlockStateSuperset, 'upside_down_bit' | 'weirdo_direction'>;
|
|
3969
|
+
/**
|
|
3970
|
+
* States specific to SulfurWall
|
|
3971
|
+
*/
|
|
3972
|
+
export type SulfurWallStates = Pick<BlockStateSuperset, 'wall_connection_type_east' | 'wall_connection_type_north' | 'wall_connection_type_south' | 'wall_connection_type_west' | 'wall_post_bit'>;
|
|
3844
3973
|
/**
|
|
3845
3974
|
* States specific to Sunflower
|
|
3846
3975
|
*/
|
|
@@ -4320,7 +4449,7 @@ export type ZombieHeadStates = Pick<BlockStateSuperset, 'facing_direction'>;
|
|
|
4320
4449
|
/**
|
|
4321
4450
|
* Union of all types for Block states
|
|
4322
4451
|
*/
|
|
4323
|
-
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 | 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 | CopperChainStates | CopperChestStates | CopperDoorStates | CopperGolemStatueStates | CopperLanternStates | CopperTorchStates | 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 | ExposedCopperChainStates | ExposedCopperChestStates | ExposedCopperDoorStates | ExposedCopperGolemStatueStates | ExposedCopperLanternStates | 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 | IronChainStates | 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 | OxidizedCopperChainStates | OxidizedCopperChestStates | OxidizedCopperDoorStates | OxidizedCopperGolemStatueStates | OxidizedCopperLanternStates | 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 | WaxedCopperChainStates | WaxedCopperChestStates | WaxedCopperDoorStates | WaxedCopperGolemStatueStates | WaxedCopperLanternStates | WaxedCopperTrapdoorStates | WaxedCutCopperSlabStates | WaxedCutCopperStairsStates | WaxedDoubleCutCopperSlabStates | WaxedExposedCopperBulbStates | WaxedExposedCopperChainStates | WaxedExposedCopperChestStates | WaxedExposedCopperDoorStates | WaxedExposedCopperGolemStatueStates | WaxedExposedCopperLanternStates | WaxedExposedCopperTrapdoorStates | WaxedExposedCutCopperSlabStates | WaxedExposedCutCopperStairsStates | WaxedExposedDoubleCutCopperSlabStates | WaxedExposedLightningRodStates | WaxedLightningRodStates | WaxedOxidizedCopperBulbStates | WaxedOxidizedCopperChainStates | WaxedOxidizedCopperChestStates | WaxedOxidizedCopperDoorStates | WaxedOxidizedCopperGolemStatueStates | WaxedOxidizedCopperLanternStates | WaxedOxidizedCopperTrapdoorStates | WaxedOxidizedCutCopperSlabStates | WaxedOxidizedCutCopperStairsStates | WaxedOxidizedDoubleCutCopperSlabStates | WaxedOxidizedLightningRodStates | WaxedWeatheredCopperBulbStates | WaxedWeatheredCopperChainStates | WaxedWeatheredCopperChestStates | WaxedWeatheredCopperDoorStates | WaxedWeatheredCopperGolemStatueStates | WaxedWeatheredCopperLanternStates | WaxedWeatheredCopperTrapdoorStates | WaxedWeatheredCutCopperSlabStates | WaxedWeatheredCutCopperStairsStates | WaxedWeatheredDoubleCutCopperSlabStates | WaxedWeatheredLightningRodStates | WeatheredCopperBulbStates | WeatheredCopperChainStates | WeatheredCopperChestStates | WeatheredCopperDoorStates | WeatheredCopperGolemStatueStates | WeatheredCopperLanternStates | WeatheredCopperTrapdoorStates | WeatheredCutCopperSlabStates | WeatheredCutCopperStairsStates | WeatheredDoubleCutCopperSlabStates | WeatheredLightningRodStates | WeepingVinesStates | WheatStates | WhiteCandleStates | WhiteCandleCakeStates | WhiteGlazedTerracottaStates | WildflowersStates | WitherSkeletonSkullStates | WoodenButtonStates | WoodenDoorStates | WoodenPressurePlateStates | YellowCandleStates | YellowCandleCakeStates | YellowGlazedTerracottaStates | ZombieHeadStates;
|
|
4452
|
+
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 | ChainCommandBlockStates | CherryButtonStates | CherryDoorStates | CherryDoubleSlabStates | CherryFenceGateStates | CherryHangingSignStates | CherryLeavesStates | CherryLogStates | CherryPressurePlateStates | CherrySaplingStates | CherryShelfStates | CherrySlabStates | CherryStairsStates | CherryStandingSignStates | CherryTrapdoorStates | CherryWallSignStates | CherryWoodStates | ChestStates | ChippedAnvilStates | ChiseledBookshelfStates | ChiseledQuartzBlockStates | ChorusFlowerStates | CinnabarBrickDoubleSlabStates | CinnabarBrickSlabStates | CinnabarBrickStairsStates | CinnabarBrickWallStates | CinnabarDoubleSlabStates | CinnabarSlabStates | CinnabarStairsStates | CinnabarWallStates | CobbledDeepslateDoubleSlabStates | CobbledDeepslateSlabStates | CobbledDeepslateStairsStates | CobbledDeepslateWallStates | CobblestoneDoubleSlabStates | CobblestoneSlabStates | CobblestoneWallStates | CocoaStates | ColoredTorchBlueStates | ColoredTorchGreenStates | ColoredTorchPurpleStates | ColoredTorchRedStates | CommandBlockStates | ComposterStates | CompoundCreatorStates | CopperBulbStates | CopperChainStates | CopperChestStates | CopperDoorStates | CopperGolemStatueStates | CopperLanternStates | CopperTorchStates | 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 | ExposedCopperChainStates | ExposedCopperChestStates | ExposedCopperDoorStates | ExposedCopperGolemStatueStates | ExposedCopperLanternStates | 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 | IronChainStates | 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 | OxidizedCopperChainStates | OxidizedCopperChestStates | OxidizedCopperDoorStates | OxidizedCopperGolemStatueStates | OxidizedCopperLanternStates | 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 | PolishedCinnabarDoubleSlabStates | PolishedCinnabarSlabStates | PolishedCinnabarStairsStates | PolishedCinnabarWallStates | PolishedDeepslateDoubleSlabStates | PolishedDeepslateSlabStates | PolishedDeepslateStairsStates | PolishedDeepslateWallStates | PolishedDioriteDoubleSlabStates | PolishedDioriteSlabStates | PolishedDioriteStairsStates | PolishedGraniteDoubleSlabStates | PolishedGraniteSlabStates | PolishedGraniteStairsStates | PolishedSulfurDoubleSlabStates | PolishedSulfurSlabStates | PolishedSulfurStairsStates | PolishedSulfurWallStates | 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 | SulfurBrickDoubleSlabStates | SulfurBrickSlabStates | SulfurBrickStairsStates | SulfurBrickWallStates | SulfurDoubleSlabStates | SulfurSlabStates | SulfurStairsStates | SulfurWallStates | 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 | WaxedCopperChainStates | WaxedCopperChestStates | WaxedCopperDoorStates | WaxedCopperGolemStatueStates | WaxedCopperLanternStates | WaxedCopperTrapdoorStates | WaxedCutCopperSlabStates | WaxedCutCopperStairsStates | WaxedDoubleCutCopperSlabStates | WaxedExposedCopperBulbStates | WaxedExposedCopperChainStates | WaxedExposedCopperChestStates | WaxedExposedCopperDoorStates | WaxedExposedCopperGolemStatueStates | WaxedExposedCopperLanternStates | WaxedExposedCopperTrapdoorStates | WaxedExposedCutCopperSlabStates | WaxedExposedCutCopperStairsStates | WaxedExposedDoubleCutCopperSlabStates | WaxedExposedLightningRodStates | WaxedLightningRodStates | WaxedOxidizedCopperBulbStates | WaxedOxidizedCopperChainStates | WaxedOxidizedCopperChestStates | WaxedOxidizedCopperDoorStates | WaxedOxidizedCopperGolemStatueStates | WaxedOxidizedCopperLanternStates | WaxedOxidizedCopperTrapdoorStates | WaxedOxidizedCutCopperSlabStates | WaxedOxidizedCutCopperStairsStates | WaxedOxidizedDoubleCutCopperSlabStates | WaxedOxidizedLightningRodStates | WaxedWeatheredCopperBulbStates | WaxedWeatheredCopperChainStates | WaxedWeatheredCopperChestStates | WaxedWeatheredCopperDoorStates | WaxedWeatheredCopperGolemStatueStates | WaxedWeatheredCopperLanternStates | WaxedWeatheredCopperTrapdoorStates | WaxedWeatheredCutCopperSlabStates | WaxedWeatheredCutCopperStairsStates | WaxedWeatheredDoubleCutCopperSlabStates | WaxedWeatheredLightningRodStates | WeatheredCopperBulbStates | WeatheredCopperChainStates | WeatheredCopperChestStates | WeatheredCopperDoorStates | WeatheredCopperGolemStatueStates | WeatheredCopperLanternStates | WeatheredCopperTrapdoorStates | WeatheredCutCopperSlabStates | WeatheredCutCopperStairsStates | WeatheredDoubleCutCopperSlabStates | WeatheredLightningRodStates | WeepingVinesStates | WheatStates | WhiteCandleStates | WhiteCandleCakeStates | WhiteGlazedTerracottaStates | WildflowersStates | WitherSkeletonSkullStates | WoodenButtonStates | WoodenDoorStates | WoodenPressurePlateStates | YellowCandleStates | YellowCandleCakeStates | YellowGlazedTerracottaStates | ZombieHeadStates;
|
|
4324
4453
|
/**
|
|
4325
4454
|
* Mapping of each Block name to it's states
|
|
4326
4455
|
*/
|
|
@@ -4583,6 +4712,22 @@ export type BlockStateMapping = {
|
|
|
4583
4712
|
'minecraft:chiseled_quartz_block': ChiseledQuartzBlockStates;
|
|
4584
4713
|
chorus_flower: ChorusFlowerStates;
|
|
4585
4714
|
'minecraft:chorus_flower': ChorusFlowerStates;
|
|
4715
|
+
cinnabar_brick_double_slab: CinnabarBrickDoubleSlabStates;
|
|
4716
|
+
'minecraft:cinnabar_brick_double_slab': CinnabarBrickDoubleSlabStates;
|
|
4717
|
+
cinnabar_brick_slab: CinnabarBrickSlabStates;
|
|
4718
|
+
'minecraft:cinnabar_brick_slab': CinnabarBrickSlabStates;
|
|
4719
|
+
cinnabar_brick_stairs: CinnabarBrickStairsStates;
|
|
4720
|
+
'minecraft:cinnabar_brick_stairs': CinnabarBrickStairsStates;
|
|
4721
|
+
cinnabar_brick_wall: CinnabarBrickWallStates;
|
|
4722
|
+
'minecraft:cinnabar_brick_wall': CinnabarBrickWallStates;
|
|
4723
|
+
cinnabar_double_slab: CinnabarDoubleSlabStates;
|
|
4724
|
+
'minecraft:cinnabar_double_slab': CinnabarDoubleSlabStates;
|
|
4725
|
+
cinnabar_slab: CinnabarSlabStates;
|
|
4726
|
+
'minecraft:cinnabar_slab': CinnabarSlabStates;
|
|
4727
|
+
cinnabar_stairs: CinnabarStairsStates;
|
|
4728
|
+
'minecraft:cinnabar_stairs': CinnabarStairsStates;
|
|
4729
|
+
cinnabar_wall: CinnabarWallStates;
|
|
4730
|
+
'minecraft:cinnabar_wall': CinnabarWallStates;
|
|
4586
4731
|
cobbled_deepslate_double_slab: CobbledDeepslateDoubleSlabStates;
|
|
4587
4732
|
'minecraft:cobbled_deepslate_double_slab': CobbledDeepslateDoubleSlabStates;
|
|
4588
4733
|
cobbled_deepslate_slab: CobbledDeepslateSlabStates;
|
|
@@ -5209,6 +5354,14 @@ export type BlockStateMapping = {
|
|
|
5209
5354
|
'minecraft:polished_blackstone_stairs': PolishedBlackstoneStairsStates;
|
|
5210
5355
|
polished_blackstone_wall: PolishedBlackstoneWallStates;
|
|
5211
5356
|
'minecraft:polished_blackstone_wall': PolishedBlackstoneWallStates;
|
|
5357
|
+
polished_cinnabar_double_slab: PolishedCinnabarDoubleSlabStates;
|
|
5358
|
+
'minecraft:polished_cinnabar_double_slab': PolishedCinnabarDoubleSlabStates;
|
|
5359
|
+
polished_cinnabar_slab: PolishedCinnabarSlabStates;
|
|
5360
|
+
'minecraft:polished_cinnabar_slab': PolishedCinnabarSlabStates;
|
|
5361
|
+
polished_cinnabar_stairs: PolishedCinnabarStairsStates;
|
|
5362
|
+
'minecraft:polished_cinnabar_stairs': PolishedCinnabarStairsStates;
|
|
5363
|
+
polished_cinnabar_wall: PolishedCinnabarWallStates;
|
|
5364
|
+
'minecraft:polished_cinnabar_wall': PolishedCinnabarWallStates;
|
|
5212
5365
|
polished_deepslate_double_slab: PolishedDeepslateDoubleSlabStates;
|
|
5213
5366
|
'minecraft:polished_deepslate_double_slab': PolishedDeepslateDoubleSlabStates;
|
|
5214
5367
|
polished_deepslate_slab: PolishedDeepslateSlabStates;
|
|
@@ -5229,6 +5382,14 @@ export type BlockStateMapping = {
|
|
|
5229
5382
|
'minecraft:polished_granite_slab': PolishedGraniteSlabStates;
|
|
5230
5383
|
polished_granite_stairs: PolishedGraniteStairsStates;
|
|
5231
5384
|
'minecraft:polished_granite_stairs': PolishedGraniteStairsStates;
|
|
5385
|
+
polished_sulfur_double_slab: PolishedSulfurDoubleSlabStates;
|
|
5386
|
+
'minecraft:polished_sulfur_double_slab': PolishedSulfurDoubleSlabStates;
|
|
5387
|
+
polished_sulfur_slab: PolishedSulfurSlabStates;
|
|
5388
|
+
'minecraft:polished_sulfur_slab': PolishedSulfurSlabStates;
|
|
5389
|
+
polished_sulfur_stairs: PolishedSulfurStairsStates;
|
|
5390
|
+
'minecraft:polished_sulfur_stairs': PolishedSulfurStairsStates;
|
|
5391
|
+
polished_sulfur_wall: PolishedSulfurWallStates;
|
|
5392
|
+
'minecraft:polished_sulfur_wall': PolishedSulfurWallStates;
|
|
5232
5393
|
polished_tuff_double_slab: PolishedTuffDoubleSlabStates;
|
|
5233
5394
|
'minecraft:polished_tuff_double_slab': PolishedTuffDoubleSlabStates;
|
|
5234
5395
|
polished_tuff_slab: PolishedTuffSlabStates;
|
|
@@ -5509,6 +5670,22 @@ export type BlockStateMapping = {
|
|
|
5509
5670
|
'minecraft:stripped_warped_stem': StrippedWarpedStemStates;
|
|
5510
5671
|
structure_block: StructureBlockStates;
|
|
5511
5672
|
'minecraft:structure_block': StructureBlockStates;
|
|
5673
|
+
sulfur_brick_double_slab: SulfurBrickDoubleSlabStates;
|
|
5674
|
+
'minecraft:sulfur_brick_double_slab': SulfurBrickDoubleSlabStates;
|
|
5675
|
+
sulfur_brick_slab: SulfurBrickSlabStates;
|
|
5676
|
+
'minecraft:sulfur_brick_slab': SulfurBrickSlabStates;
|
|
5677
|
+
sulfur_brick_stairs: SulfurBrickStairsStates;
|
|
5678
|
+
'minecraft:sulfur_brick_stairs': SulfurBrickStairsStates;
|
|
5679
|
+
sulfur_brick_wall: SulfurBrickWallStates;
|
|
5680
|
+
'minecraft:sulfur_brick_wall': SulfurBrickWallStates;
|
|
5681
|
+
sulfur_double_slab: SulfurDoubleSlabStates;
|
|
5682
|
+
'minecraft:sulfur_double_slab': SulfurDoubleSlabStates;
|
|
5683
|
+
sulfur_slab: SulfurSlabStates;
|
|
5684
|
+
'minecraft:sulfur_slab': SulfurSlabStates;
|
|
5685
|
+
sulfur_stairs: SulfurStairsStates;
|
|
5686
|
+
'minecraft:sulfur_stairs': SulfurStairsStates;
|
|
5687
|
+
sulfur_wall: SulfurWallStates;
|
|
5688
|
+
'minecraft:sulfur_wall': SulfurWallStates;
|
|
5512
5689
|
sunflower: SunflowerStates;
|
|
5513
5690
|
'minecraft:sunflower': SunflowerStates;
|
|
5514
5691
|
suspicious_gravel: SuspiciousGravelStates;
|
package/lib/mojang-entity.d.ts
CHANGED
|
@@ -99,6 +99,7 @@ export declare enum MinecraftEntityTypes {
|
|
|
99
99
|
Squid = "minecraft:squid",
|
|
100
100
|
Stray = "minecraft:stray",
|
|
101
101
|
Strider = "minecraft:strider",
|
|
102
|
+
SulfurCube = "minecraft:sulfur_cube",
|
|
102
103
|
Tadpole = "minecraft:tadpole",
|
|
103
104
|
ThrownTrident = "minecraft:thrown_trident",
|
|
104
105
|
Tnt = "minecraft:tnt",
|
package/lib/mojang-item.d.ts
CHANGED
|
@@ -235,6 +235,7 @@ export declare enum MinecraftItemTypes {
|
|
|
235
235
|
ChickenSpawnEgg = "minecraft:chicken_spawn_egg",
|
|
236
236
|
ChippedAnvil = "minecraft:chipped_anvil",
|
|
237
237
|
ChiseledBookshelf = "minecraft:chiseled_bookshelf",
|
|
238
|
+
ChiseledCinnabar = "minecraft:chiseled_cinnabar",
|
|
238
239
|
ChiseledCopper = "minecraft:chiseled_copper",
|
|
239
240
|
ChiseledDeepslate = "minecraft:chiseled_deepslate",
|
|
240
241
|
ChiseledNetherBricks = "minecraft:chiseled_nether_bricks",
|
|
@@ -244,11 +245,20 @@ export declare enum MinecraftItemTypes {
|
|
|
244
245
|
ChiseledResinBricks = "minecraft:chiseled_resin_bricks",
|
|
245
246
|
ChiseledSandstone = "minecraft:chiseled_sandstone",
|
|
246
247
|
ChiseledStoneBricks = "minecraft:chiseled_stone_bricks",
|
|
248
|
+
ChiseledSulfur = "minecraft:chiseled_sulfur",
|
|
247
249
|
ChiseledTuff = "minecraft:chiseled_tuff",
|
|
248
250
|
ChiseledTuffBricks = "minecraft:chiseled_tuff_bricks",
|
|
249
251
|
ChorusFlower = "minecraft:chorus_flower",
|
|
250
252
|
ChorusFruit = "minecraft:chorus_fruit",
|
|
251
253
|
ChorusPlant = "minecraft:chorus_plant",
|
|
254
|
+
Cinnabar = "minecraft:cinnabar",
|
|
255
|
+
CinnabarBrickSlab = "minecraft:cinnabar_brick_slab",
|
|
256
|
+
CinnabarBrickStairs = "minecraft:cinnabar_brick_stairs",
|
|
257
|
+
CinnabarBrickWall = "minecraft:cinnabar_brick_wall",
|
|
258
|
+
CinnabarBricks = "minecraft:cinnabar_bricks",
|
|
259
|
+
CinnabarSlab = "minecraft:cinnabar_slab",
|
|
260
|
+
CinnabarStairs = "minecraft:cinnabar_stairs",
|
|
261
|
+
CinnabarWall = "minecraft:cinnabar_wall",
|
|
252
262
|
Clay = "minecraft:clay",
|
|
253
263
|
ClayBall = "minecraft:clay_ball",
|
|
254
264
|
Clock = "minecraft:clock",
|
|
@@ -1015,6 +1025,10 @@ export declare enum MinecraftItemTypes {
|
|
|
1015
1025
|
PolishedBlackstoneSlab = "minecraft:polished_blackstone_slab",
|
|
1016
1026
|
PolishedBlackstoneStairs = "minecraft:polished_blackstone_stairs",
|
|
1017
1027
|
PolishedBlackstoneWall = "minecraft:polished_blackstone_wall",
|
|
1028
|
+
PolishedCinnabar = "minecraft:polished_cinnabar",
|
|
1029
|
+
PolishedCinnabarSlab = "minecraft:polished_cinnabar_slab",
|
|
1030
|
+
PolishedCinnabarStairs = "minecraft:polished_cinnabar_stairs",
|
|
1031
|
+
PolishedCinnabarWall = "minecraft:polished_cinnabar_wall",
|
|
1018
1032
|
PolishedDeepslate = "minecraft:polished_deepslate",
|
|
1019
1033
|
PolishedDeepslateSlab = "minecraft:polished_deepslate_slab",
|
|
1020
1034
|
PolishedDeepslateStairs = "minecraft:polished_deepslate_stairs",
|
|
@@ -1025,6 +1039,10 @@ export declare enum MinecraftItemTypes {
|
|
|
1025
1039
|
PolishedGranite = "minecraft:polished_granite",
|
|
1026
1040
|
PolishedGraniteSlab = "minecraft:polished_granite_slab",
|
|
1027
1041
|
PolishedGraniteStairs = "minecraft:polished_granite_stairs",
|
|
1042
|
+
PolishedSulfur = "minecraft:polished_sulfur",
|
|
1043
|
+
PolishedSulfurSlab = "minecraft:polished_sulfur_slab",
|
|
1044
|
+
PolishedSulfurStairs = "minecraft:polished_sulfur_stairs",
|
|
1045
|
+
PolishedSulfurWall = "minecraft:polished_sulfur_wall",
|
|
1028
1046
|
PolishedTuff = "minecraft:polished_tuff",
|
|
1029
1047
|
PolishedTuffSlab = "minecraft:polished_tuff_slab",
|
|
1030
1048
|
PolishedTuffStairs = "minecraft:polished_tuff_stairs",
|
|
@@ -1033,6 +1051,7 @@ export declare enum MinecraftItemTypes {
|
|
|
1033
1051
|
Poppy = "minecraft:poppy",
|
|
1034
1052
|
Porkchop = "minecraft:porkchop",
|
|
1035
1053
|
Potato = "minecraft:potato",
|
|
1054
|
+
PotentSulfur = "minecraft:potent_sulfur",
|
|
1036
1055
|
Potion = "minecraft:potion",
|
|
1037
1056
|
PowderSnowBucket = "minecraft:powder_snow_bucket",
|
|
1038
1057
|
Prismarine = "minecraft:prismarine",
|
|
@@ -1278,6 +1297,16 @@ export declare enum MinecraftItemTypes {
|
|
|
1278
1297
|
StructureVoid = "minecraft:structure_void",
|
|
1279
1298
|
Sugar = "minecraft:sugar",
|
|
1280
1299
|
SugarCane = "minecraft:sugar_cane",
|
|
1300
|
+
Sulfur = "minecraft:sulfur",
|
|
1301
|
+
SulfurBrickSlab = "minecraft:sulfur_brick_slab",
|
|
1302
|
+
SulfurBrickStairs = "minecraft:sulfur_brick_stairs",
|
|
1303
|
+
SulfurBrickWall = "minecraft:sulfur_brick_wall",
|
|
1304
|
+
SulfurBricks = "minecraft:sulfur_bricks",
|
|
1305
|
+
SulfurCubeBucket = "minecraft:sulfur_cube_bucket",
|
|
1306
|
+
SulfurCubeSpawnEgg = "minecraft:sulfur_cube_spawn_egg",
|
|
1307
|
+
SulfurSlab = "minecraft:sulfur_slab",
|
|
1308
|
+
SulfurStairs = "minecraft:sulfur_stairs",
|
|
1309
|
+
SulfurWall = "minecraft:sulfur_wall",
|
|
1281
1310
|
Sunflower = "minecraft:sunflower",
|
|
1282
1311
|
SuspiciousGravel = "minecraft:suspicious_gravel",
|
|
1283
1312
|
SuspiciousSand = "minecraft:suspicious_sand",
|