UNPKG

@tendrock/vanilla-data

Version:

A vanilla data lib under the Tendrock system for Minecraft Bedrock Script API

42 lines 2.78 kB
export var MinecraftBlockTags; (function (MinecraftBlockTags) { MinecraftBlockTags["IsPickaxeItemDestructible"] = "minecraft:is_pickaxe_item_destructible"; MinecraftBlockTags["IsShovelItemDestructible"] = "minecraft:is_shovel_item_destructible"; MinecraftBlockTags["IsAxeItemDestructible"] = "minecraft:is_axe_item_destructible"; MinecraftBlockTags["IronTierDestructible"] = "minecraft:iron_tier_destructible"; MinecraftBlockTags["StoneTierDestructible"] = "minecraft:stone_tier_destructible"; MinecraftBlockTags["IsHoeItemDestructible"] = "minecraft:is_hoe_item_destructible"; MinecraftBlockTags["Crop"] = "minecraft:crop"; MinecraftBlockTags["DiamondTierDestructible"] = "minecraft:diamond_tier_destructible"; MinecraftBlockTags["IsShearsItemDestructible"] = "minecraft:is_shears_item_destructible"; MinecraftBlockTags["IsSwordItemDestructible"] = "minecraft:is_sword_item_destructible"; MinecraftBlockTags["FertilizeArea_Experimental"] = "fertilize_area"; MinecraftBlockTags["Gravel_Experimental"] = "gravel"; MinecraftBlockTags["Rail_Experimental"] = "rail"; MinecraftBlockTags["Wood_Experimental"] = "wood"; MinecraftBlockTags["TextSign_Experimental"] = "text_sign"; MinecraftBlockTags["IronPickDiggable_Experimental"] = "iron_pick_diggable"; MinecraftBlockTags["DiamondPickDiggable_Experimental"] = "diamond_pick_diggable"; MinecraftBlockTags["StonePickDiggable_Experimental"] = "stone_pick_diggable"; MinecraftBlockTags["OneWayCollidable_Experimental"] = "one_way_collidable"; MinecraftBlockTags["Stone_Experimental"] = "stone"; MinecraftBlockTags["Trapdoors_Experimental"] = "trapdoors"; MinecraftBlockTags["Snow_Experimental"] = "snow"; MinecraftBlockTags["Dirt_Experimental"] = "dirt"; MinecraftBlockTags["Log_Experimental"] = "log"; MinecraftBlockTags["Jungle_Experimental"] = "jungle"; MinecraftBlockTags["Plant_Experimental"] = "plant"; MinecraftBlockTags["Oak_Experimental"] = "oak"; MinecraftBlockTags["Metal_Experimental"] = "metal"; MinecraftBlockTags["NotFeatureReplaceable_Experimental"] = "not_feature_replaceable"; MinecraftBlockTags["Spruce_Experimental"] = "spruce"; MinecraftBlockTags["Grass_Experimental"] = "grass"; MinecraftBlockTags["MobSpawner_Experimental"] = "mob_spawner"; MinecraftBlockTags["Birch_Experimental"] = "birch"; MinecraftBlockTags["Sand_Experimental"] = "sand"; MinecraftBlockTags["Pumpkin_Experimental"] = "pumpkin"; MinecraftBlockTags["Water_Experimental"] = "water"; MinecraftBlockTags["DarkOak_Experimental"] = "dark_oak"; MinecraftBlockTags["Acacia_Experimental"] = "acacia"; })(MinecraftBlockTags || (MinecraftBlockTags = {})); //# sourceMappingURL=MinecraftBlockTags.js.map