diff --git a/README.md b/README.md index 096a81486..c3a582893 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The ultimate goal of this project is to allow Minecraft: Bedrock Edition users t Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have joined us here! ## Supported Versions -Geyser is currently supporting Minecraft Bedrock 1.21.90 - 1.21.110 and Minecraft Java 1.21.7 - 1.21.8. For more information, please see [here](https://geysermc.org/wiki/geyser/supported-versions/). +Geyser is currently supporting Minecraft Bedrock 1.21.90 - 1.21.110 and Minecraft Java 1.21.9. For more information, please see [here](https://geysermc.org/wiki/geyser/supported-versions/). ## Setting Up Take a look [here](https://geysermc.org/wiki/geyser/setup/) for how to set up Geyser. diff --git a/core/src/main/java/org/geysermc/geyser/item/Items.java b/core/src/main/java/org/geysermc/geyser/item/Items.java index e86a93a42..d0bf6655d 100644 --- a/core/src/main/java/org/geysermc/geyser/item/Items.java +++ b/core/src/main/java/org/geysermc/geyser/item/Items.java @@ -371,6 +371,18 @@ public final class Items { public static final Item SMOOTH_SANDSTONE = register(new BlockItem(builder(), Blocks.SMOOTH_SANDSTONE)); public static final Item SMOOTH_STONE = register(new BlockItem(builder(), Blocks.SMOOTH_STONE)); public static final Item BRICKS = register(new BlockItem(builder(), Blocks.BRICKS)); + public static final Item ACACIA_SHELF = register(new BlockItem(builder(), Blocks.ACACIA_SHELF)); + public static final Item BAMBOO_SHELF = register(new BlockItem(builder(), Blocks.BAMBOO_SHELF)); + public static final Item BIRCH_SHELF = register(new BlockItem(builder(), Blocks.BIRCH_SHELF)); + public static final Item CHERRY_SHELF = register(new BlockItem(builder(), Blocks.CHERRY_SHELF)); + public static final Item CRIMSON_SHELF = register(new BlockItem(builder(), Blocks.CRIMSON_SHELF)); + public static final Item DARK_OAK_SHELF = register(new BlockItem(builder(), Blocks.DARK_OAK_SHELF)); + public static final Item JUNGLE_SHELF = register(new BlockItem(builder(), Blocks.JUNGLE_SHELF)); + public static final Item MANGROVE_SHELF = register(new BlockItem(builder(), Blocks.MANGROVE_SHELF)); + public static final Item OAK_SHELF = register(new BlockItem(builder(), Blocks.OAK_SHELF)); + public static final Item PALE_OAK_SHELF = register(new BlockItem(builder(), Blocks.PALE_OAK_SHELF)); + public static final Item SPRUCE_SHELF = register(new BlockItem(builder(), Blocks.SPRUCE_SHELF)); + public static final Item WARPED_SHELF = register(new BlockItem(builder(), Blocks.WARPED_SHELF)); public static final Item BOOKSHELF = register(new BlockItem(builder(), Blocks.BOOKSHELF)); public static final Item CHISELED_BOOKSHELF = register(new BlockItem(builder(), Blocks.CHISELED_BOOKSHELF)); public static final Item DECORATED_POT = register(new DecoratedPotItem(builder(), Blocks.DECORATED_POT)); @@ -420,6 +432,7 @@ public final class Items { public static final Item POLISHED_BASALT = register(new BlockItem(builder(), Blocks.POLISHED_BASALT)); public static final Item SMOOTH_BASALT = register(new BlockItem(builder(), Blocks.SMOOTH_BASALT)); public static final Item SOUL_TORCH = register(new BlockItem(builder(), Blocks.SOUL_TORCH, Blocks.SOUL_WALL_TORCH)); + public static final Item COPPER_TORCH = register(new BlockItem(builder(), Blocks.COPPER_TORCH, Blocks.COPPER_WALL_TORCH)); public static final Item GLOWSTONE = register(new BlockItem(builder(), Blocks.GLOWSTONE)); public static final Item INFESTED_STONE = register(new BlockItem(builder(), Blocks.INFESTED_STONE)); public static final Item INFESTED_COBBLESTONE = register(new BlockItem(builder(), Blocks.INFESTED_COBBLESTONE)); @@ -444,7 +457,23 @@ public final class Items { public static final Item RED_MUSHROOM_BLOCK = register(new BlockItem(builder(), Blocks.RED_MUSHROOM_BLOCK)); public static final Item MUSHROOM_STEM = register(new BlockItem(builder(), Blocks.MUSHROOM_STEM)); public static final Item IRON_BARS = register(new BlockItem(builder(), Blocks.IRON_BARS)); - public static final Item CHAIN = register(new BlockItem(builder(), Blocks.CHAIN)); + public static final Item COPPER_BARS = register(new BlockItem(builder(), Blocks.COPPER_BARS)); + public static final Item EXPOSED_COPPER_BARS = register(new BlockItem(builder(), Blocks.EXPOSED_COPPER_BARS)); + public static final Item WEATHERED_COPPER_BARS = register(new BlockItem(builder(), Blocks.WEATHERED_COPPER_BARS)); + public static final Item OXIDIZED_COPPER_BARS = register(new BlockItem(builder(), Blocks.OXIDIZED_COPPER_BARS)); + public static final Item WAXED_COPPER_BARS = register(new BlockItem(builder(), Blocks.WAXED_COPPER_BARS)); + public static final Item WAXED_EXPOSED_COPPER_BARS = register(new BlockItem(builder(), Blocks.WAXED_EXPOSED_COPPER_BARS)); + public static final Item WAXED_WEATHERED_COPPER_BARS = register(new BlockItem(builder(), Blocks.WAXED_WEATHERED_COPPER_BARS)); + public static final Item WAXED_OXIDIZED_COPPER_BARS = register(new BlockItem(builder(), Blocks.WAXED_OXIDIZED_COPPER_BARS)); + public static final Item IRON_CHAIN = register(new BlockItem(builder(), Blocks.IRON_CHAIN)); + public static final Item COPPER_CHAIN = register(new BlockItem(builder(), Blocks.COPPER_CHAIN)); + public static final Item EXPOSED_COPPER_CHAIN = register(new BlockItem(builder(), Blocks.EXPOSED_COPPER_CHAIN)); + public static final Item WEATHERED_COPPER_CHAIN = register(new BlockItem(builder(), Blocks.WEATHERED_COPPER_CHAIN)); + public static final Item OXIDIZED_COPPER_CHAIN = register(new BlockItem(builder(), Blocks.OXIDIZED_COPPER_CHAIN)); + public static final Item WAXED_COPPER_CHAIN = register(new BlockItem(builder(), Blocks.WAXED_COPPER_CHAIN)); + public static final Item WAXED_EXPOSED_COPPER_CHAIN = register(new BlockItem(builder(), Blocks.WAXED_EXPOSED_COPPER_CHAIN)); + public static final Item WAXED_WEATHERED_COPPER_CHAIN = register(new BlockItem(builder(), Blocks.WAXED_WEATHERED_COPPER_CHAIN)); + public static final Item WAXED_OXIDIZED_COPPER_CHAIN = register(new BlockItem(builder(), Blocks.WAXED_OXIDIZED_COPPER_CHAIN)); public static final Item GLASS_PANE = register(new BlockItem(builder(), Blocks.GLASS_PANE)); public static final Item MELON = register(new BlockItem(builder(), Blocks.MELON)); public static final Item VINE = register(new BlockItem(builder(), Blocks.VINE)); @@ -771,6 +800,13 @@ public final class Items { public static final Item TARGET = register(new BlockItem(builder(), Blocks.TARGET)); public static final Item LEVER = register(new BlockItem(builder(), Blocks.LEVER)); public static final Item LIGHTNING_ROD = register(new BlockItem(builder(), Blocks.LIGHTNING_ROD)); + public static final Item EXPOSED_LIGHTNING_ROD = register(new BlockItem(builder(), Blocks.EXPOSED_LIGHTNING_ROD)); + public static final Item WEATHERED_LIGHTNING_ROD = register(new BlockItem(builder(), Blocks.WEATHERED_LIGHTNING_ROD)); + public static final Item OXIDIZED_LIGHTNING_ROD = register(new BlockItem(builder(), Blocks.OXIDIZED_LIGHTNING_ROD)); + public static final Item WAXED_LIGHTNING_ROD = register(new BlockItem(builder(), Blocks.WAXED_LIGHTNING_ROD)); + public static final Item WAXED_EXPOSED_LIGHTNING_ROD = register(new BlockItem(builder(), Blocks.WAXED_EXPOSED_LIGHTNING_ROD)); + public static final Item WAXED_WEATHERED_LIGHTNING_ROD = register(new BlockItem(builder(), Blocks.WAXED_WEATHERED_LIGHTNING_ROD)); + public static final Item WAXED_OXIDIZED_LIGHTNING_ROD = register(new BlockItem(builder(), Blocks.WAXED_OXIDIZED_LIGHTNING_ROD)); public static final Item DAYLIGHT_DETECTOR = register(new BlockItem(builder(), Blocks.DAYLIGHT_DETECTOR)); public static final Item SCULK_SENSOR = register(new BlockItem(builder(), Blocks.SCULK_SENSOR)); public static final Item CALIBRATED_SCULK_SENSOR = register(new BlockItem(builder(), Blocks.CALIBRATED_SCULK_SENSOR)); @@ -946,6 +982,11 @@ public final class Items { public static final Item WOODEN_PICKAXE = register(new Item("wooden_pickaxe", builder().attackDamage(2.0))); public static final Item WOODEN_AXE = register(new Item("wooden_axe", builder().attackDamage(7.0))); public static final Item WOODEN_HOE = register(new Item("wooden_hoe", builder().attackDamage(1.0))); + public static final Item COPPER_SWORD = register(new Item("copper_sword", builder().attackDamage(5.0))); + public static final Item COPPER_SHOVEL = register(new Item("copper_shovel", builder().attackDamage(3.5))); + public static final Item COPPER_PICKAXE = register(new Item("copper_pickaxe", builder().attackDamage(3.0))); + public static final Item COPPER_AXE = register(new Item("copper_axe", builder().attackDamage(9.0))); + public static final Item COPPER_HOE = register(new Item("copper_hoe", builder().attackDamage(1.0))); public static final Item STONE_SWORD = register(new Item("stone_sword", builder().attackDamage(5.0))); public static final Item STONE_SHOVEL = register(new Item("stone_shovel", builder().attackDamage(3.5))); public static final Item STONE_PICKAXE = register(new Item("stone_pickaxe", builder().attackDamage(3.0))); @@ -983,6 +1024,10 @@ public final class Items { public static final Item LEATHER_CHESTPLATE = register(new DyeableArmorItem("leather_chestplate", builder())); public static final Item LEATHER_LEGGINGS = register(new DyeableArmorItem("leather_leggings", builder())); public static final Item LEATHER_BOOTS = register(new DyeableArmorItem("leather_boots", builder())); + public static final Item COPPER_HELMET = register(new ArmorItem("copper_helmet", builder())); + public static final Item COPPER_CHESTPLATE = register(new ArmorItem("copper_chestplate", builder())); + public static final Item COPPER_LEGGINGS = register(new ArmorItem("copper_leggings", builder())); + public static final Item COPPER_BOOTS = register(new ArmorItem("copper_boots", builder())); public static final Item CHAINMAIL_HELMET = register(new ArmorItem("chainmail_helmet", builder())); public static final Item CHAINMAIL_CHESTPLATE = register(new ArmorItem("chainmail_chestplate", builder())); public static final Item CHAINMAIL_LEGGINGS = register(new ArmorItem("chainmail_leggings", builder())); @@ -1148,7 +1193,7 @@ public final class Items { public static final Item BLAZE_POWDER = register(new Item("blaze_powder", builder())); public static final Item MAGMA_CREAM = register(new Item("magma_cream", builder())); public static final Item BREWING_STAND = register(new BlockItem(builder(), Blocks.BREWING_STAND)); - public static final Item CAULDRON = register(new BlockItem(builder(), Blocks.CAULDRON, Blocks.LAVA_CAULDRON, Blocks.POWDER_SNOW_CAULDRON, Blocks.WATER_CAULDRON)); + public static final Item CAULDRON = register(new BlockItem(builder(), Blocks.CAULDRON, Blocks.WATER_CAULDRON, Blocks.POWDER_SNOW_CAULDRON, Blocks.LAVA_CAULDRON)); public static final Item ENDER_EYE = register(new Item("ender_eye", builder())); public static final Item GLISTERING_MELON_SLICE = register(new Item("glistering_melon_slice", builder())); public static final Item ARMADILLO_SPAWN_EGG = register(new SpawnEggItem("armadillo_spawn_egg", builder())); @@ -1164,6 +1209,7 @@ public final class Items { public static final Item CAVE_SPIDER_SPAWN_EGG = register(new SpawnEggItem("cave_spider_spawn_egg", builder())); public static final Item CHICKEN_SPAWN_EGG = register(new SpawnEggItem("chicken_spawn_egg", builder())); public static final Item COD_SPAWN_EGG = register(new SpawnEggItem("cod_spawn_egg", builder())); + public static final Item COPPER_GOLEM_SPAWN_EGG = register(new SpawnEggItem("copper_golem_spawn_egg", builder())); public static final Item COW_SPAWN_EGG = register(new SpawnEggItem("cow_spawn_egg", builder())); public static final Item CREEPER_SPAWN_EGG = register(new SpawnEggItem("creeper_spawn_egg", builder())); public static final Item DOLPHIN_SPAWN_EGG = register(new SpawnEggItem("dolphin_spawn_egg", builder())); @@ -1271,6 +1317,7 @@ public final class Items { public static final Item RABBIT_FOOT = register(new Item("rabbit_foot", builder())); public static final Item RABBIT_HIDE = register(new Item("rabbit_hide", builder())); public static final Item ARMOR_STAND = register(new Item("armor_stand", builder())); + public static final Item COPPER_HORSE_ARMOR = register(new Item("copper_horse_armor", builder())); public static final Item IRON_HORSE_ARMOR = register(new Item("iron_horse_armor", builder())); public static final Item GOLDEN_HORSE_ARMOR = register(new Item("golden_horse_armor", builder())); public static final Item DIAMOND_HORSE_ARMOR = register(new Item("diamond_horse_armor", builder())); @@ -1313,6 +1360,7 @@ public final class Items { public static final Item TOTEM_OF_UNDYING = register(new Item("totem_of_undying", builder())); public static final Item SHULKER_SHELL = register(new Item("shulker_shell", builder())); public static final Item IRON_NUGGET = register(new Item("iron_nugget", builder())); + public static final Item COPPER_NUGGET = register(new Item("copper_nugget", builder())); public static final Item KNOWLEDGE_BOOK = register(new Item("knowledge_book", builder())); public static final Item DEBUG_STICK = register(new Item("debug_stick", builder())); public static final Item MUSIC_DISC_13 = register(new Item("music_disc_13", builder())); @@ -1366,6 +1414,14 @@ public final class Items { public static final Item BELL = register(new BlockItem(builder(), Blocks.BELL)); public static final Item LANTERN = register(new BlockItem(builder(), Blocks.LANTERN)); public static final Item SOUL_LANTERN = register(new BlockItem(builder(), Blocks.SOUL_LANTERN)); + public static final Item COPPER_LANTERN = register(new BlockItem(builder(), Blocks.COPPER_LANTERN)); + public static final Item EXPOSED_COPPER_LANTERN = register(new BlockItem(builder(), Blocks.EXPOSED_COPPER_LANTERN)); + public static final Item WEATHERED_COPPER_LANTERN = register(new BlockItem(builder(), Blocks.WEATHERED_COPPER_LANTERN)); + public static final Item OXIDIZED_COPPER_LANTERN = register(new BlockItem(builder(), Blocks.OXIDIZED_COPPER_LANTERN)); + public static final Item WAXED_COPPER_LANTERN = register(new BlockItem(builder(), Blocks.WAXED_COPPER_LANTERN)); + public static final Item WAXED_EXPOSED_COPPER_LANTERN = register(new BlockItem(builder(), Blocks.WAXED_EXPOSED_COPPER_LANTERN)); + public static final Item WAXED_WEATHERED_COPPER_LANTERN = register(new BlockItem(builder(), Blocks.WAXED_WEATHERED_COPPER_LANTERN)); + public static final Item WAXED_OXIDIZED_COPPER_LANTERN = register(new BlockItem(builder(), Blocks.WAXED_OXIDIZED_COPPER_LANTERN)); public static final Item SWEET_BERRIES = register(new BlockItem("sweet_berries", builder(), Blocks.SWEET_BERRY_BUSH)); public static final Item GLOW_BERRIES = register(new BlockItem("glow_berries", builder(), Blocks.CAVE_VINES)); public static final Item CAMPFIRE = register(new BlockItem(builder(), Blocks.CAMPFIRE)); @@ -1477,6 +1533,22 @@ public final class Items { public static final Item WAXED_EXPOSED_COPPER_BULB = register(new BlockItem(builder(), Blocks.WAXED_EXPOSED_COPPER_BULB)); public static final Item WAXED_WEATHERED_COPPER_BULB = register(new BlockItem(builder(), Blocks.WAXED_WEATHERED_COPPER_BULB)); public static final Item WAXED_OXIDIZED_COPPER_BULB = register(new BlockItem(builder(), Blocks.WAXED_OXIDIZED_COPPER_BULB)); + public static final Item COPPER_CHEST = register(new BlockItem(builder(), Blocks.COPPER_CHEST)); + public static final Item EXPOSED_COPPER_CHEST = register(new BlockItem(builder(), Blocks.EXPOSED_COPPER_CHEST)); + public static final Item WEATHERED_COPPER_CHEST = register(new BlockItem(builder(), Blocks.WEATHERED_COPPER_CHEST)); + public static final Item OXIDIZED_COPPER_CHEST = register(new BlockItem(builder(), Blocks.OXIDIZED_COPPER_CHEST)); + public static final Item WAXED_COPPER_CHEST = register(new BlockItem(builder(), Blocks.WAXED_COPPER_CHEST)); + public static final Item WAXED_EXPOSED_COPPER_CHEST = register(new BlockItem(builder(), Blocks.WAXED_EXPOSED_COPPER_CHEST)); + public static final Item WAXED_WEATHERED_COPPER_CHEST = register(new BlockItem(builder(), Blocks.WAXED_WEATHERED_COPPER_CHEST)); + public static final Item WAXED_OXIDIZED_COPPER_CHEST = register(new BlockItem(builder(), Blocks.WAXED_OXIDIZED_COPPER_CHEST)); + public static final Item COPPER_GOLEM_STATUE = register(new BlockItem(builder(), Blocks.COPPER_GOLEM_STATUE)); + public static final Item EXPOSED_COPPER_GOLEM_STATUE = register(new BlockItem(builder(), Blocks.EXPOSED_COPPER_GOLEM_STATUE)); + public static final Item WEATHERED_COPPER_GOLEM_STATUE = register(new BlockItem(builder(), Blocks.WEATHERED_COPPER_GOLEM_STATUE)); + public static final Item OXIDIZED_COPPER_GOLEM_STATUE = register(new BlockItem(builder(), Blocks.OXIDIZED_COPPER_GOLEM_STATUE)); + public static final Item WAXED_COPPER_GOLEM_STATUE = register(new BlockItem(builder(), Blocks.WAXED_COPPER_GOLEM_STATUE)); + public static final Item WAXED_EXPOSED_COPPER_GOLEM_STATUE = register(new BlockItem(builder(), Blocks.WAXED_EXPOSED_COPPER_GOLEM_STATUE)); + public static final Item WAXED_WEATHERED_COPPER_GOLEM_STATUE = register(new BlockItem(builder(), Blocks.WAXED_WEATHERED_COPPER_GOLEM_STATUE)); + public static final Item WAXED_OXIDIZED_COPPER_GOLEM_STATUE = register(new BlockItem(builder(), Blocks.WAXED_OXIDIZED_COPPER_GOLEM_STATUE)); public static final Item TRIAL_SPAWNER = register(new BlockItem(builder(), Blocks.TRIAL_SPAWNER)); public static final Item TRIAL_KEY = register(new Item("trial_key", builder())); public static final Item OMINOUS_TRIAL_KEY = register(new Item("ominous_trial_key", builder())); diff --git a/core/src/main/java/org/geysermc/geyser/level/block/Blocks.java b/core/src/main/java/org/geysermc/geyser/level/block/Blocks.java index 2f3cdfa00..ea0732e93 100644 --- a/core/src/main/java/org/geysermc/geyser/level/block/Blocks.java +++ b/core/src/main/java/org/geysermc/geyser/level/block/Blocks.java @@ -381,12 +381,72 @@ public final class Blocks { public static final Block BOOKSHELF = register(new Block("bookshelf", builder().destroyTime(1.5f))); public static final Block CHISELED_BOOKSHELF = register(new Block("chiseled_bookshelf", builder().setBlockEntity(BlockEntityType.CHISELED_BOOKSHELF).destroyTime(1.5f) .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) - .booleanState(CHISELED_BOOKSHELF_SLOT_0_OCCUPIED) - .booleanState(CHISELED_BOOKSHELF_SLOT_1_OCCUPIED) - .booleanState(CHISELED_BOOKSHELF_SLOT_2_OCCUPIED) - .booleanState(CHISELED_BOOKSHELF_SLOT_3_OCCUPIED) - .booleanState(CHISELED_BOOKSHELF_SLOT_4_OCCUPIED) - .booleanState(CHISELED_BOOKSHELF_SLOT_5_OCCUPIED))); + .booleanState(SLOT_0_OCCUPIED) + .booleanState(SLOT_1_OCCUPIED) + .booleanState(SLOT_2_OCCUPIED) + .booleanState(SLOT_3_OCCUPIED) + .booleanState(SLOT_4_OCCUPIED) + .booleanState(SLOT_5_OCCUPIED))); + public static final Block ACACIA_SHELF = register(new Block("acacia_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); + public static final Block BAMBOO_SHELF = register(new Block("bamboo_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); + public static final Block BIRCH_SHELF = register(new Block("birch_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); + public static final Block CHERRY_SHELF = register(new Block("cherry_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); + public static final Block CRIMSON_SHELF = register(new Block("crimson_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); + public static final Block DARK_OAK_SHELF = register(new Block("dark_oak_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); + public static final Block JUNGLE_SHELF = register(new Block("jungle_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); + public static final Block MANGROVE_SHELF = register(new Block("mangrove_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); + public static final Block OAK_SHELF = register(new Block("oak_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); + public static final Block PALE_OAK_SHELF = register(new Block("pale_oak_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); + public static final Block SPRUCE_SHELF = register(new Block("spruce_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); + public static final Block WARPED_SHELF = register(new Block("warped_shelf", builder().setBlockEntity(BlockEntityType.SHELF).destroyTime(2.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(POWERED) + .enumState(SIDE_CHAIN_PART) + .booleanState(WATERLOGGED))); public static final Block MOSSY_COBBLESTONE = register(new Block("mossy_cobblestone", builder().requiresCorrectToolForDrops().destroyTime(2.0f))); public static final Block OBSIDIAN = register(new Block("obsidian", builder().requiresCorrectToolForDrops().destroyTime(50.0f))); public static final Block TORCH = register(new Block("torch", builder().pushReaction(PistonBehavior.DESTROY))); @@ -665,6 +725,9 @@ public final class Blocks { public static final Block SOUL_TORCH = register(new Block("soul_torch", builder().pushReaction(PistonBehavior.DESTROY))); public static final Block SOUL_WALL_TORCH = register(new Block("soul_wall_torch", builder().pushReaction(PistonBehavior.DESTROY) .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST))); + public static final Block COPPER_TORCH = register(new Block("copper_torch", builder().pushReaction(PistonBehavior.DESTROY))); + public static final Block COPPER_WALL_TORCH = register(new Block("copper_wall_torch", builder().pushReaction(PistonBehavior.DESTROY) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST))); public static final Block GLOWSTONE = register(new Block("glowstone", builder().destroyTime(0.3f))); public static final Block NETHER_PORTAL = register(new Block("nether_portal", builder().destroyTime(-1.0f).pushReaction(PistonBehavior.BLOCK) .enumState(HORIZONTAL_AXIS, Axis.X, Axis.Z))); @@ -794,7 +857,79 @@ public final class Blocks { .booleanState(SOUTH) .booleanState(WATERLOGGED) .booleanState(WEST))); - public static final Block CHAIN = register(new Block("chain", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + public static final Block COPPER_BARS = register(new Block("copper_bars", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .booleanState(EAST) + .booleanState(NORTH) + .booleanState(SOUTH) + .booleanState(WATERLOGGED) + .booleanState(WEST))); + public static final Block EXPOSED_COPPER_BARS = register(new Block("exposed_copper_bars", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .booleanState(EAST) + .booleanState(NORTH) + .booleanState(SOUTH) + .booleanState(WATERLOGGED) + .booleanState(WEST))); + public static final Block WEATHERED_COPPER_BARS = register(new Block("weathered_copper_bars", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .booleanState(EAST) + .booleanState(NORTH) + .booleanState(SOUTH) + .booleanState(WATERLOGGED) + .booleanState(WEST))); + public static final Block OXIDIZED_COPPER_BARS = register(new Block("oxidized_copper_bars", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .booleanState(EAST) + .booleanState(NORTH) + .booleanState(SOUTH) + .booleanState(WATERLOGGED) + .booleanState(WEST))); + public static final Block WAXED_COPPER_BARS = register(new Block("waxed_copper_bars", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .booleanState(EAST) + .booleanState(NORTH) + .booleanState(SOUTH) + .booleanState(WATERLOGGED) + .booleanState(WEST))); + public static final Block WAXED_EXPOSED_COPPER_BARS = register(new Block("waxed_exposed_copper_bars", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .booleanState(EAST) + .booleanState(NORTH) + .booleanState(SOUTH) + .booleanState(WATERLOGGED) + .booleanState(WEST))); + public static final Block WAXED_WEATHERED_COPPER_BARS = register(new Block("waxed_weathered_copper_bars", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .booleanState(EAST) + .booleanState(NORTH) + .booleanState(SOUTH) + .booleanState(WATERLOGGED) + .booleanState(WEST))); + public static final Block WAXED_OXIDIZED_COPPER_BARS = register(new Block("waxed_oxidized_copper_bars", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .booleanState(EAST) + .booleanState(NORTH) + .booleanState(SOUTH) + .booleanState(WATERLOGGED) + .booleanState(WEST))); + public static final Block IRON_CHAIN = register(new Block("iron_chain", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .enumState(AXIS, Axis.VALUES) + .booleanState(WATERLOGGED))); + public static final Block COPPER_CHAIN = register(new Block("copper_chain", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .enumState(AXIS, Axis.VALUES) + .booleanState(WATERLOGGED))); + public static final Block EXPOSED_COPPER_CHAIN = register(new Block("exposed_copper_chain", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .enumState(AXIS, Axis.VALUES) + .booleanState(WATERLOGGED))); + public static final Block WEATHERED_COPPER_CHAIN = register(new Block("weathered_copper_chain", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .enumState(AXIS, Axis.VALUES) + .booleanState(WATERLOGGED))); + public static final Block OXIDIZED_COPPER_CHAIN = register(new Block("oxidized_copper_chain", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .enumState(AXIS, Axis.VALUES) + .booleanState(WATERLOGGED))); + public static final Block WAXED_COPPER_CHAIN = register(new Block("waxed_copper_chain", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .enumState(AXIS, Axis.VALUES) + .booleanState(WATERLOGGED))); + public static final Block WAXED_EXPOSED_COPPER_CHAIN = register(new Block("waxed_exposed_copper_chain", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .enumState(AXIS, Axis.VALUES) + .booleanState(WATERLOGGED))); + public static final Block WAXED_WEATHERED_COPPER_CHAIN = register(new Block("waxed_weathered_copper_chain", builder().requiresCorrectToolForDrops().destroyTime(5.0f) + .enumState(AXIS, Axis.VALUES) + .booleanState(WATERLOGGED))); + public static final Block WAXED_OXIDIZED_COPPER_CHAIN = register(new Block("waxed_oxidized_copper_chain", builder().requiresCorrectToolForDrops().destroyTime(5.0f) .enumState(AXIS, Axis.VALUES) .booleanState(WATERLOGGED))); public static final Block GLASS_PANE = register(new Block("glass_pane", builder().destroyTime(0.3f) @@ -2141,6 +2276,30 @@ public final class Blocks { public static final Block SOUL_LANTERN = register(new Block("soul_lantern", builder().destroyTime(3.5f).pushReaction(PistonBehavior.DESTROY) .booleanState(HANGING) .booleanState(WATERLOGGED))); + public static final Block COPPER_LANTERN = register(new Block("copper_lantern", builder().destroyTime(3.5f).pushReaction(PistonBehavior.DESTROY) + .booleanState(HANGING) + .booleanState(WATERLOGGED))); + public static final Block EXPOSED_COPPER_LANTERN = register(new Block("exposed_copper_lantern", builder().destroyTime(3.5f).pushReaction(PistonBehavior.DESTROY) + .booleanState(HANGING) + .booleanState(WATERLOGGED))); + public static final Block WEATHERED_COPPER_LANTERN = register(new Block("weathered_copper_lantern", builder().destroyTime(3.5f).pushReaction(PistonBehavior.DESTROY) + .booleanState(HANGING) + .booleanState(WATERLOGGED))); + public static final Block OXIDIZED_COPPER_LANTERN = register(new Block("oxidized_copper_lantern", builder().destroyTime(3.5f).pushReaction(PistonBehavior.DESTROY) + .booleanState(HANGING) + .booleanState(WATERLOGGED))); + public static final Block WAXED_COPPER_LANTERN = register(new Block("waxed_copper_lantern", builder().destroyTime(3.5f).pushReaction(PistonBehavior.DESTROY) + .booleanState(HANGING) + .booleanState(WATERLOGGED))); + public static final Block WAXED_EXPOSED_COPPER_LANTERN = register(new Block("waxed_exposed_copper_lantern", builder().destroyTime(3.5f).pushReaction(PistonBehavior.DESTROY) + .booleanState(HANGING) + .booleanState(WATERLOGGED))); + public static final Block WAXED_WEATHERED_COPPER_LANTERN = register(new Block("waxed_weathered_copper_lantern", builder().destroyTime(3.5f).pushReaction(PistonBehavior.DESTROY) + .booleanState(HANGING) + .booleanState(WATERLOGGED))); + public static final Block WAXED_OXIDIZED_COPPER_LANTERN = register(new Block("waxed_oxidized_copper_lantern", builder().destroyTime(3.5f).pushReaction(PistonBehavior.DESTROY) + .booleanState(HANGING) + .booleanState(WATERLOGGED))); public static final Block CAMPFIRE = register(new Block("campfire", builder().setBlockEntity(BlockEntityType.CAMPFIRE).destroyTime(2.0f) .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) .booleanState(LIT) @@ -2780,10 +2939,102 @@ public final class Blocks { public static final Block WAXED_OXIDIZED_COPPER_BULB = register(new Block("waxed_oxidized_copper_bulb", builder().requiresCorrectToolForDrops().destroyTime(3.0f) .booleanState(LIT) .booleanState(POWERED))); + public static final Block COPPER_CHEST = register(new ChestBlock("copper_chest", builder().setBlockEntity(BlockEntityType.CHEST).requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .enumState(CHEST_TYPE, ChestType.VALUES) + .booleanState(WATERLOGGED))); + public static final Block EXPOSED_COPPER_CHEST = register(new ChestBlock("exposed_copper_chest", builder().setBlockEntity(BlockEntityType.CHEST).requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .enumState(CHEST_TYPE, ChestType.VALUES) + .booleanState(WATERLOGGED))); + public static final Block WEATHERED_COPPER_CHEST = register(new ChestBlock("weathered_copper_chest", builder().setBlockEntity(BlockEntityType.CHEST).requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .enumState(CHEST_TYPE, ChestType.VALUES) + .booleanState(WATERLOGGED))); + public static final Block OXIDIZED_COPPER_CHEST = register(new ChestBlock("oxidized_copper_chest", builder().setBlockEntity(BlockEntityType.CHEST).requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .enumState(CHEST_TYPE, ChestType.VALUES) + .booleanState(WATERLOGGED))); + public static final Block WAXED_COPPER_CHEST = register(new ChestBlock("waxed_copper_chest", builder().setBlockEntity(BlockEntityType.CHEST).requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .enumState(CHEST_TYPE, ChestType.VALUES) + .booleanState(WATERLOGGED))); + public static final Block WAXED_EXPOSED_COPPER_CHEST = register(new ChestBlock("waxed_exposed_copper_chest", builder().setBlockEntity(BlockEntityType.CHEST).requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .enumState(CHEST_TYPE, ChestType.VALUES) + .booleanState(WATERLOGGED))); + public static final Block WAXED_WEATHERED_COPPER_CHEST = register(new ChestBlock("waxed_weathered_copper_chest", builder().setBlockEntity(BlockEntityType.CHEST).requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .enumState(CHEST_TYPE, ChestType.VALUES) + .booleanState(WATERLOGGED))); + public static final Block WAXED_OXIDIZED_COPPER_CHEST = register(new ChestBlock("waxed_oxidized_copper_chest", builder().setBlockEntity(BlockEntityType.CHEST).requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .enumState(CHEST_TYPE, ChestType.VALUES) + .booleanState(WATERLOGGED))); + public static final Block COPPER_GOLEM_STATUE = register(new Block("copper_golem_statue", builder().setBlockEntity(BlockEntityType.COPPER_GOLEM_STATUE).destroyTime(3.0f).pushReaction(PistonBehavior.DESTROY) + .enumState(COPPER_GOLEM_POSE) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(WATERLOGGED))); + public static final Block EXPOSED_COPPER_GOLEM_STATUE = register(new Block("exposed_copper_golem_statue", builder().setBlockEntity(BlockEntityType.COPPER_GOLEM_STATUE).destroyTime(3.0f).pushReaction(PistonBehavior.DESTROY) + .enumState(COPPER_GOLEM_POSE) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(WATERLOGGED))); + public static final Block WEATHERED_COPPER_GOLEM_STATUE = register(new Block("weathered_copper_golem_statue", builder().setBlockEntity(BlockEntityType.COPPER_GOLEM_STATUE).destroyTime(3.0f).pushReaction(PistonBehavior.DESTROY) + .enumState(COPPER_GOLEM_POSE) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(WATERLOGGED))); + public static final Block OXIDIZED_COPPER_GOLEM_STATUE = register(new Block("oxidized_copper_golem_statue", builder().setBlockEntity(BlockEntityType.COPPER_GOLEM_STATUE).destroyTime(3.0f).pushReaction(PistonBehavior.DESTROY) + .enumState(COPPER_GOLEM_POSE) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(WATERLOGGED))); + public static final Block WAXED_COPPER_GOLEM_STATUE = register(new Block("waxed_copper_golem_statue", builder().setBlockEntity(BlockEntityType.COPPER_GOLEM_STATUE).destroyTime(3.0f).pushReaction(PistonBehavior.DESTROY) + .enumState(COPPER_GOLEM_POSE) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(WATERLOGGED))); + public static final Block WAXED_EXPOSED_COPPER_GOLEM_STATUE = register(new Block("waxed_exposed_copper_golem_statue", builder().setBlockEntity(BlockEntityType.COPPER_GOLEM_STATUE).destroyTime(3.0f).pushReaction(PistonBehavior.DESTROY) + .enumState(COPPER_GOLEM_POSE) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(WATERLOGGED))); + public static final Block WAXED_WEATHERED_COPPER_GOLEM_STATUE = register(new Block("waxed_weathered_copper_golem_statue", builder().setBlockEntity(BlockEntityType.COPPER_GOLEM_STATUE).destroyTime(3.0f).pushReaction(PistonBehavior.DESTROY) + .enumState(COPPER_GOLEM_POSE) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(WATERLOGGED))); + public static final Block WAXED_OXIDIZED_COPPER_GOLEM_STATUE = register(new Block("waxed_oxidized_copper_golem_statue", builder().setBlockEntity(BlockEntityType.COPPER_GOLEM_STATUE).destroyTime(3.0f).pushReaction(PistonBehavior.DESTROY) + .enumState(COPPER_GOLEM_POSE) + .enumState(HORIZONTAL_FACING, Direction.NORTH, Direction.SOUTH, Direction.WEST, Direction.EAST) + .booleanState(WATERLOGGED))); public static final Block LIGHTNING_ROD = register(new Block("lightning_rod", builder().requiresCorrectToolForDrops().destroyTime(3.0f) .enumState(FACING, Direction.NORTH, Direction.EAST, Direction.SOUTH, Direction.WEST, Direction.UP, Direction.DOWN) .booleanState(POWERED) .booleanState(WATERLOGGED))); + public static final Block EXPOSED_LIGHTNING_ROD = register(new Block("exposed_lightning_rod", builder().requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(FACING, Direction.NORTH, Direction.EAST, Direction.SOUTH, Direction.WEST, Direction.UP, Direction.DOWN) + .booleanState(POWERED) + .booleanState(WATERLOGGED))); + public static final Block WEATHERED_LIGHTNING_ROD = register(new Block("weathered_lightning_rod", builder().requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(FACING, Direction.NORTH, Direction.EAST, Direction.SOUTH, Direction.WEST, Direction.UP, Direction.DOWN) + .booleanState(POWERED) + .booleanState(WATERLOGGED))); + public static final Block OXIDIZED_LIGHTNING_ROD = register(new Block("oxidized_lightning_rod", builder().requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(FACING, Direction.NORTH, Direction.EAST, Direction.SOUTH, Direction.WEST, Direction.UP, Direction.DOWN) + .booleanState(POWERED) + .booleanState(WATERLOGGED))); + public static final Block WAXED_LIGHTNING_ROD = register(new Block("waxed_lightning_rod", builder().requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(FACING, Direction.NORTH, Direction.EAST, Direction.SOUTH, Direction.WEST, Direction.UP, Direction.DOWN) + .booleanState(POWERED) + .booleanState(WATERLOGGED))); + public static final Block WAXED_EXPOSED_LIGHTNING_ROD = register(new Block("waxed_exposed_lightning_rod", builder().requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(FACING, Direction.NORTH, Direction.EAST, Direction.SOUTH, Direction.WEST, Direction.UP, Direction.DOWN) + .booleanState(POWERED) + .booleanState(WATERLOGGED))); + public static final Block WAXED_WEATHERED_LIGHTNING_ROD = register(new Block("waxed_weathered_lightning_rod", builder().requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(FACING, Direction.NORTH, Direction.EAST, Direction.SOUTH, Direction.WEST, Direction.UP, Direction.DOWN) + .booleanState(POWERED) + .booleanState(WATERLOGGED))); + public static final Block WAXED_OXIDIZED_LIGHTNING_ROD = register(new Block("waxed_oxidized_lightning_rod", builder().requiresCorrectToolForDrops().destroyTime(3.0f) + .enumState(FACING, Direction.NORTH, Direction.EAST, Direction.SOUTH, Direction.WEST, Direction.UP, Direction.DOWN) + .booleanState(POWERED) + .booleanState(WATERLOGGED))); public static final Block POINTED_DRIPSTONE = register(new Block("pointed_dripstone", builder().destroyTime(1.5f).pushReaction(PistonBehavior.DESTROY) .enumState(DRIPSTONE_THICKNESS) .enumState(VERTICAL_DIRECTION, Direction.UP, Direction.DOWN) diff --git a/core/src/main/java/org/geysermc/geyser/level/block/property/Properties.java b/core/src/main/java/org/geysermc/geyser/level/block/property/Properties.java index 5506130e3..df3a0c3cc 100644 --- a/core/src/main/java/org/geysermc/geyser/level/block/property/Properties.java +++ b/core/src/main/java/org/geysermc/geyser/level/block/property/Properties.java @@ -90,6 +90,7 @@ public final class Properties { public static final BasicEnumProperty WEST_REDSTONE = BasicEnumProperty.create("west", "up", "side", "none"); public static final BasicEnumProperty DOUBLE_BLOCK_HALF = BasicEnumProperty.create("half", "upper", "lower"); public static final BasicEnumProperty HALF = BasicEnumProperty.create("half", "top", "bottom"); + public static final BasicEnumProperty SIDE_CHAIN_PART = BasicEnumProperty.create("side_chain", "unconnected", "right", "center", "left"); public static final BasicEnumProperty RAIL_SHAPE = BasicEnumProperty.create("shape", "north_south", "east_west", "ascending_east", "ascending_west", "ascending_north", "ascending_south", "south_east", "south_west", "north_west", "north_east"); public static final BasicEnumProperty RAIL_SHAPE_STRAIGHT = BasicEnumProperty.create("shape", "north_south", "east_west", "ascending_east", "ascending_west", "ascending_north", "ascending_south"); public static final IntegerProperty AGE_1 = IntegerProperty.create("age", 0, 1); @@ -135,12 +136,12 @@ public final class Properties { public static final EnumProperty VERTICAL_DIRECTION = EnumProperty.create("vertical_direction", Direction.UP, Direction.DOWN); public static final BasicEnumProperty DRIPSTONE_THICKNESS = BasicEnumProperty.create("thickness", "tip_merge", "tip", "frustum", "middle", "base"); public static final BasicEnumProperty SCULK_SENSOR_PHASE = BasicEnumProperty.create("sculk_sensor_phase", "inactive", "active", "cooldown"); - public static final BooleanProperty CHISELED_BOOKSHELF_SLOT_0_OCCUPIED = BooleanProperty.create("slot_0_occupied"); - public static final BooleanProperty CHISELED_BOOKSHELF_SLOT_1_OCCUPIED = BooleanProperty.create("slot_1_occupied"); - public static final BooleanProperty CHISELED_BOOKSHELF_SLOT_2_OCCUPIED = BooleanProperty.create("slot_2_occupied"); - public static final BooleanProperty CHISELED_BOOKSHELF_SLOT_3_OCCUPIED = BooleanProperty.create("slot_3_occupied"); - public static final BooleanProperty CHISELED_BOOKSHELF_SLOT_4_OCCUPIED = BooleanProperty.create("slot_4_occupied"); - public static final BooleanProperty CHISELED_BOOKSHELF_SLOT_5_OCCUPIED = BooleanProperty.create("slot_5_occupied"); + public static final BooleanProperty SLOT_0_OCCUPIED = BooleanProperty.create("slot_0_occupied"); + public static final BooleanProperty SLOT_1_OCCUPIED = BooleanProperty.create("slot_1_occupied"); + public static final BooleanProperty SLOT_2_OCCUPIED = BooleanProperty.create("slot_2_occupied"); + public static final BooleanProperty SLOT_3_OCCUPIED = BooleanProperty.create("slot_3_occupied"); + public static final BooleanProperty SLOT_4_OCCUPIED = BooleanProperty.create("slot_4_occupied"); + public static final BooleanProperty SLOT_5_OCCUPIED = BooleanProperty.create("slot_5_occupied"); public static final IntegerProperty DUSTED = IntegerProperty.create("dusted", 0, 3); public static final BooleanProperty CRACKED = BooleanProperty.create("cracked"); public static final BooleanProperty CRAFTING = BooleanProperty.create("crafting"); @@ -150,4 +151,5 @@ public final class Properties { public static final BooleanProperty OMINOUS = BooleanProperty.create("ominous"); public static final BasicEnumProperty TEST_BLOCK_MODE = BasicEnumProperty.create("mode", "start", "log", "fail", "accept"); public static final BooleanProperty MAP = BooleanProperty.create("map"); + public static final BasicEnumProperty COPPER_GOLEM_POSE = BasicEnumProperty.create("copper_golem_pose", "standing", "sitting", "running", "star"); } diff --git a/core/src/main/java/org/geysermc/geyser/registry/populator/DataComponentRegistryPopulator.java b/core/src/main/java/org/geysermc/geyser/registry/populator/DataComponentRegistryPopulator.java index ef3168f41..78e6156a4 100644 --- a/core/src/main/java/org/geysermc/geyser/registry/populator/DataComponentRegistryPopulator.java +++ b/core/src/main/java/org/geysermc/geyser/registry/populator/DataComponentRegistryPopulator.java @@ -57,7 +57,7 @@ public final class DataComponentRegistryPopulator { public static void populate() { GeyserBootstrap bootstrap = GeyserImpl.getInstance().getBootstrap(); List defaultComponents; - try (InputStream stream = bootstrap.getResourceOrThrow("java/item_data_components.json")) { + try (InputStream stream = bootstrap.getResourceOrThrow("mappings/item_data_components.json")) { //noinspection deprecation - 1.16.5 breaks otherwise JsonElement rootElement = new JsonParser().parse(new InputStreamReader(stream)); JsonArray jsonArray = rootElement.getAsJsonArray(); diff --git a/core/src/main/java/org/geysermc/geyser/registry/populator/ItemRegistryPopulator.java b/core/src/main/java/org/geysermc/geyser/registry/populator/ItemRegistryPopulator.java index 9df6af874..f59f1f266 100644 --- a/core/src/main/java/org/geysermc/geyser/registry/populator/ItemRegistryPopulator.java +++ b/core/src/main/java/org/geysermc/geyser/registry/populator/ItemRegistryPopulator.java @@ -123,7 +123,7 @@ public class ItemRegistryPopulator { paletteVersions.add(new PaletteVersion("1_21_90", Bedrock_v818.CODEC.getProtocolVersion(), Map.of(Items.MUSIC_DISC_LAVA_CHICKEN, Items.MUSIC_DISC_CHIRP), Conversion843_827::remapItem)); paletteVersions.add(new PaletteVersion("1_21_93", Bedrock_v819.CODEC.getProtocolVersion(), Conversion843_827::remapItem)); paletteVersions.add(new PaletteVersion("1_21_100", Bedrock_v827.CODEC.getProtocolVersion(), Conversion843_827::remapItem)); - paletteVersions.add(new PaletteVersion("1_21_110", Bedrock_v843.CODEC.getProtocolVersion())); + paletteVersions.add(new PaletteVersion("1_21_110", Bedrock_v843.CODEC.getProtocolVersion())); // TODO fallback GeyserBootstrap bootstrap = GeyserImpl.getInstance().getBootstrap(); diff --git a/core/src/main/java/org/geysermc/geyser/registry/populator/conversion/Conversion843_827.java b/core/src/main/java/org/geysermc/geyser/registry/populator/conversion/Conversion843_827.java index d14260c49..b2fa25f75 100644 --- a/core/src/main/java/org/geysermc/geyser/registry/populator/conversion/Conversion843_827.java +++ b/core/src/main/java/org/geysermc/geyser/registry/populator/conversion/Conversion843_827.java @@ -49,7 +49,7 @@ public class Conversion843_827 { } public static GeyserMappingItem remapItem(Item item, GeyserMappingItem mapping) { - if (item == Items.CHAIN) { + if (item == Items.IRON_CHAIN) { return mapping.withBedrockIdentifier("minecraft:chain"); } return mapping; diff --git a/core/src/main/java/org/geysermc/geyser/session/cache/tags/BlockTag.java b/core/src/main/java/org/geysermc/geyser/session/cache/tags/BlockTag.java index 7c08dbed1..64062c7bd 100644 --- a/core/src/main/java/org/geysermc/geyser/session/cache/tags/BlockTag.java +++ b/core/src/main/java/org/geysermc/geyser/session/cache/tags/BlockTag.java @@ -47,6 +47,7 @@ public final class BlockTag { public static final Tag WOODEN_FENCES = create("wooden_fences"); public static final Tag FENCE_GATES = create("fence_gates"); public static final Tag WOODEN_PRESSURE_PLATES = create("wooden_pressure_plates"); + public static final Tag WOODEN_SHELVES = create("wooden_shelves"); public static final Tag DOORS = create("doors"); public static final Tag SAPLINGS = create("saplings"); public static final Tag BAMBOO_BLOCKS = create("bamboo_blocks"); @@ -93,6 +94,13 @@ public final class BlockTag { public static final Tag TERRACOTTA = create("terracotta"); public static final Tag COMPLETES_FIND_TREE_TUTORIAL = create("completes_find_tree_tutorial"); public static final Tag SHULKER_BOXES = create("shulker_boxes"); + public static final Tag COPPER_CHESTS = create("copper_chests"); + public static final Tag LIGHTNING_RODS = create("lightning_rods"); + public static final Tag COPPER = create("copper"); + public static final Tag CHAINS = create("chains"); + public static final Tag COPPER_GOLEM_STATUES = create("copper_golem_statues"); + public static final Tag LANTERNS = create("lanterns"); + public static final Tag BARS = create("bars"); public static final Tag CEILING_HANGING_SIGNS = create("ceiling_hanging_signs"); public static final Tag STANDING_SIGNS = create("standing_signs"); public static final Tag BEE_ATTRACTIVE = create("bee_attractive"); @@ -180,6 +188,7 @@ public final class BlockTag { public static final Tag INCORRECT_FOR_NETHERITE_TOOL = create("incorrect_for_netherite_tool"); public static final Tag INCORRECT_FOR_DIAMOND_TOOL = create("incorrect_for_diamond_tool"); public static final Tag INCORRECT_FOR_IRON_TOOL = create("incorrect_for_iron_tool"); + public static final Tag INCORRECT_FOR_COPPER_TOOL = create("incorrect_for_copper_tool"); public static final Tag INCORRECT_FOR_STONE_TOOL = create("incorrect_for_stone_tool"); public static final Tag INCORRECT_FOR_GOLD_TOOL = create("incorrect_for_gold_tool"); public static final Tag INCORRECT_FOR_WOODEN_TOOL = create("incorrect_for_wooden_tool"); diff --git a/core/src/main/java/org/geysermc/geyser/session/cache/tags/ItemTag.java b/core/src/main/java/org/geysermc/geyser/session/cache/tags/ItemTag.java index 34fb02afd..161b9063f 100644 --- a/core/src/main/java/org/geysermc/geyser/session/cache/tags/ItemTag.java +++ b/core/src/main/java/org/geysermc/geyser/session/cache/tags/ItemTag.java @@ -47,6 +47,7 @@ public final class ItemTag { public static final Tag WOODEN_FENCES = create("wooden_fences"); public static final Tag FENCE_GATES = create("fence_gates"); public static final Tag WOODEN_PRESSURE_PLATES = create("wooden_pressure_plates"); + public static final Tag WOODEN_SHELVES = create("wooden_shelves"); public static final Tag DOORS = create("doors"); public static final Tag SAPLINGS = create("saplings"); public static final Tag BAMBOO_BLOCKS = create("bamboo_blocks"); @@ -93,6 +94,13 @@ public final class ItemTag { public static final Tag TERRACOTTA = create("terracotta"); public static final Tag COMPLETES_FIND_TREE_TUTORIAL = create("completes_find_tree_tutorial"); public static final Tag SHULKER_BOXES = create("shulker_boxes"); + public static final Tag COPPER_CHESTS = create("copper_chests"); + public static final Tag LIGHTNING_RODS = create("lightning_rods"); + public static final Tag COPPER_GOLEM_STATUES = create("copper_golem_statues"); + public static final Tag COPPER = create("copper"); + public static final Tag CHAINS = create("chains"); + public static final Tag LANTERNS = create("lanterns"); + public static final Tag BARS = create("bars"); public static final Tag SIGNS = create("signs"); public static final Tag HANGING_SIGNS = create("hanging_signs"); public static final Tag BEE_FOOD = create("bee_food"); @@ -148,11 +156,13 @@ public final class ItemTag { public static final Tag BEACON_PAYMENT_ITEMS = create("beacon_payment_items"); public static final Tag WOODEN_TOOL_MATERIALS = create("wooden_tool_materials"); public static final Tag STONE_TOOL_MATERIALS = create("stone_tool_materials"); + public static final Tag COPPER_TOOL_MATERIALS = create("copper_tool_materials"); public static final Tag IRON_TOOL_MATERIALS = create("iron_tool_materials"); public static final Tag GOLD_TOOL_MATERIALS = create("gold_tool_materials"); public static final Tag DIAMOND_TOOL_MATERIALS = create("diamond_tool_materials"); public static final Tag NETHERITE_TOOL_MATERIALS = create("netherite_tool_materials"); public static final Tag REPAIRS_LEATHER_ARMOR = create("repairs_leather_armor"); + public static final Tag REPAIRS_COPPER_ARMOR = create("repairs_copper_armor"); public static final Tag REPAIRS_CHAIN_ARMOR = create("repairs_chain_armor"); public static final Tag REPAIRS_IRON_ARMOR = create("repairs_iron_armor"); public static final Tag REPAIRS_GOLD_ARMOR = create("repairs_gold_armor"); @@ -192,6 +202,7 @@ public final class ItemTag { public static final Tag PIGLIN_PREFERRED_WEAPONS = create("piglin_preferred_weapons"); public static final Tag PILLAGER_PREFERRED_WEAPONS = create("pillager_preferred_weapons"); public static final Tag WITHER_SKELETON_DISLIKED_WEAPONS = create("wither_skeleton_disliked_weapons"); + public static final Tag SHEARABLE_FROM_COPPER_GOLEM = create("shearable_from_copper_golem"); public static final Tag ENCHANTABLE_FOOT_ARMOR = create("enchantable/foot_armor"); public static final Tag ENCHANTABLE_LEG_ARMOR = create("enchantable/leg_armor"); public static final Tag ENCHANTABLE_CHEST_ARMOR = create("enchantable/chest_armor"); diff --git a/core/src/main/resources/java/item_data_components.json b/core/src/main/resources/java/item_data_components.json deleted file mode 100644 index f36eb17ec..000000000 --- a/core/src/main/resources/java/item_data_components.json +++ /dev/null @@ -1,23310 +0,0 @@ -[ - { - "id": 0, - "key": "minecraft:air", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw1taW5lY3JhZnQ6YWly", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAE2Jsb2NrLm1pbmVjcmFmdC5haXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1, - "key": "minecraft:stone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6c3RvbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5zdG9uZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 2, - "key": "minecraft:granite", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6Z3Jhbml0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5ncmFuaXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 3, - "key": "minecraft:polished_granite", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cG9saXNoZWRfZ3Jhbml0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ncmFuaXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 4, - "key": "minecraft:diorite", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6ZGlvcml0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5kaW9yaXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 5, - "key": "minecraft:polished_diorite", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cG9saXNoZWRfZGlvcml0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9kaW9yaXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 6, - "key": "minecraft:andesite", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6YW5kZXNpdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5hbmRlc2l0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 7, - "key": "minecraft:polished_andesite", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cG9saXNoZWRfYW5kZXNpdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9hbmRlc2l0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 8, - "key": "minecraft:deepslate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6ZGVlcHNsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 9, - "key": "minecraft:cobbled_deepslate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Y29iYmxlZF9kZWVwc2xhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5jb2JibGVkX2RlZXBzbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 10, - "key": "minecraft:polished_deepslate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cG9saXNoZWRfZGVlcHNsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9kZWVwc2xhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 11, - "key": "minecraft:calcite", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6Y2FsY2l0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5jYWxjaXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 12, - "key": "minecraft:tuff", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6dHVmZg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC50dWZmAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 13, - "key": "minecraft:tuff_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6dHVmZl9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC50dWZmX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 14, - "key": "minecraft:tuff_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6dHVmZl9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC50dWZmX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 15, - "key": "minecraft:tuff_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6dHVmZl93YWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC50dWZmX3dhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 16, - "key": "minecraft:chiseled_tuff", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y2hpc2VsZWRfdHVmZg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF90dWZmAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 17, - "key": "minecraft:polished_tuff", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cG9saXNoZWRfdHVmZg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF90dWZmAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 18, - "key": "minecraft:polished_tuff_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cG9saXNoZWRfdHVmZl9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF90dWZmX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 19, - "key": "minecraft:polished_tuff_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6cG9saXNoZWRfdHVmZl9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF90dWZmX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 20, - "key": "minecraft:polished_tuff_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cG9saXNoZWRfdHVmZl93YWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF90dWZmX3dhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 21, - "key": "minecraft:tuff_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6dHVmZl9icmlja3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC50dWZmX2JyaWNrcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 22, - "key": "minecraft:tuff_brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6dHVmZl9icmlja19zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC50dWZmX2JyaWNrX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 23, - "key": "minecraft:tuff_brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6dHVmZl9icmlja19zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC50dWZmX2JyaWNrX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 24, - "key": "minecraft:tuff_brick_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6dHVmZl9icmlja193YWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC50dWZmX2JyaWNrX3dhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 25, - "key": "minecraft:chiseled_tuff_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6Y2hpc2VsZWRfdHVmZl9icmlja3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF90dWZmX2JyaWNrcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 26, - "key": "minecraft:dripstone_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZHJpcHN0b25lX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5kcmlwc3RvbmVfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 27, - "key": "minecraft:grass_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Z3Jhc3NfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5ncmFzc19ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 28, - "key": "minecraft:dirt", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6ZGlydA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC5kaXJ0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 29, - "key": "minecraft:coarse_dirt", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y29hcnNlX2RpcnQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5jb2Fyc2VfZGlydAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 30, - "key": "minecraft:podzol", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6cG9kem9s", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5wb2R6b2wA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 31, - "key": "minecraft:rooted_dirt", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cm9vdGVkX2RpcnQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5yb290ZWRfZGlydAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 32, - "key": "minecraft:mud", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw1taW5lY3JhZnQ6bXVk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAE2Jsb2NrLm1pbmVjcmFmdC5tdWQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 33, - "key": "minecraft:crimson_nylium", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y3JpbXNvbl9ueWxpdW0=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5jcmltc29uX255bGl1bQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 34, - "key": "minecraft:warped_nylium", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6d2FycGVkX255bGl1bQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC53YXJwZWRfbnlsaXVtAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 35, - "key": "minecraft:cobblestone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y29iYmxlc3RvbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5jb2JibGVzdG9uZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 36, - "key": "minecraft:oak_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6b2FrX3BsYW5rcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5vYWtfcGxhbmtzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 37, - "key": "minecraft:spruce_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c3BydWNlX3BsYW5rcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5zcHJ1Y2VfcGxhbmtzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 38, - "key": "minecraft:birch_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmlyY2hfcGxhbmtz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5iaXJjaF9wbGFua3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 39, - "key": "minecraft:jungle_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6anVuZ2xlX3BsYW5rcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5qdW5nbGVfcGxhbmtzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 40, - "key": "minecraft:acacia_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YWNhY2lhX3BsYW5rcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5hY2FjaWFfcGxhbmtzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 41, - "key": "minecraft:cherry_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y2hlcnJ5X3BsYW5rcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jaGVycnlfcGxhbmtzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 42, - "key": "minecraft:dark_oak_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZGFya19vYWtfcGxhbmtz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19wbGFua3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 43, - "key": "minecraft:pale_oak_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cGFsZV9vYWtfcGxhbmtz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19wbGFua3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 44, - "key": "minecraft:mangrove_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bWFuZ3JvdmVfcGxhbmtz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9wbGFua3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 45, - "key": "minecraft:bamboo_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YmFtYm9vX3BsYW5rcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5iYW1ib29fcGxhbmtzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 46, - "key": "minecraft:crimson_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y3JpbXNvbl9wbGFua3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5jcmltc29uX3BsYW5rcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 47, - "key": "minecraft:warped_planks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6d2FycGVkX3BsYW5rcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC53YXJwZWRfcGxhbmtzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 48, - "key": "minecraft:bamboo_mosaic", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YmFtYm9vX21vc2FpYw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5iYW1ib29fbW9zYWljAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 49, - "key": "minecraft:oak_sapling", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6b2FrX3NhcGxpbmc=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5vYWtfc2FwbGluZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 50, - "key": "minecraft:spruce_sapling", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6c3BydWNlX3NhcGxpbmc=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5zcHJ1Y2Vfc2FwbGluZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 51, - "key": "minecraft:birch_sapling", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YmlyY2hfc2FwbGluZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5iaXJjaF9zYXBsaW5nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 52, - "key": "minecraft:jungle_sapling", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6anVuZ2xlX3NhcGxpbmc=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5qdW5nbGVfc2FwbGluZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 53, - "key": "minecraft:acacia_sapling", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6YWNhY2lhX3NhcGxpbmc=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5hY2FjaWFfc2FwbGluZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 54, - "key": "minecraft:cherry_sapling", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y2hlcnJ5X3NhcGxpbmc=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5jaGVycnlfc2FwbGluZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 55, - "key": "minecraft:dark_oak_sapling", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZGFya19vYWtfc2FwbGluZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19zYXBsaW5nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 56, - "key": "minecraft:pale_oak_sapling", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cGFsZV9vYWtfc2FwbGluZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19zYXBsaW5nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 57, - "key": "minecraft:mangrove_propagule", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bWFuZ3JvdmVfcHJvcGFndWxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9wcm9wYWd1bGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 58, - "key": "minecraft:bedrock", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6YmVkcm9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5iZWRyb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 59, - "key": "minecraft:sand", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6c2FuZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC5zYW5kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 60, - "key": "minecraft:suspicious_sand", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6c3VzcGljaW91c19zYW5k", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5zdXNwaWNpb3VzX3NhbmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 61, - "key": "minecraft:suspicious_gravel", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6c3VzcGljaW91c19ncmF2ZWw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5zdXNwaWNpb3VzX2dyYXZlbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 62, - "key": "minecraft:red_sand", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6cmVkX3NhbmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5yZWRfc2FuZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 63, - "key": "minecraft:gravel", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6Z3JhdmVs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5ncmF2ZWwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 64, - "key": "minecraft:coal_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Y29hbF9vcmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5jb2FsX29yZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 65, - "key": "minecraft:deepslate_coal_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6ZGVlcHNsYXRlX2NvYWxfb3Jl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfY29hbF9vcmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 66, - "key": "minecraft:iron_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6aXJvbl9vcmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5pcm9uX29yZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 67, - "key": "minecraft:deepslate_iron_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6ZGVlcHNsYXRlX2lyb25fb3Jl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfaXJvbl9vcmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 68, - "key": "minecraft:copper_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Y29wcGVyX29yZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5jb3BwZXJfb3JlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 69, - "key": "minecraft:deepslate_copper_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6ZGVlcHNsYXRlX2NvcHBlcl9vcmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfY29wcGVyX29yZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 70, - "key": "minecraft:gold_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Z29sZF9vcmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5nb2xkX29yZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 71, - "key": "minecraft:deepslate_gold_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6ZGVlcHNsYXRlX2dvbGRfb3Jl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfZ29sZF9vcmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 72, - "key": "minecraft:redstone_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6cmVkc3RvbmVfb3Jl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5yZWRzdG9uZV9vcmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 73, - "key": "minecraft:deepslate_redstone_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6ZGVlcHNsYXRlX3JlZHN0b25lX29yZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfcmVkc3RvbmVfb3JlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 74, - "key": "minecraft:emerald_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZW1lcmFsZF9vcmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5lbWVyYWxkX29yZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 75, - "key": "minecraft:deepslate_emerald_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6ZGVlcHNsYXRlX2VtZXJhbGRfb3Jl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfZW1lcmFsZF9vcmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 76, - "key": "minecraft:lapis_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6bGFwaXNfb3Jl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5sYXBpc19vcmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 77, - "key": "minecraft:deepslate_lapis_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZGVlcHNsYXRlX2xhcGlzX29yZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfbGFwaXNfb3JlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 78, - "key": "minecraft:diamond_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZGlhbW9uZF9vcmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5kaWFtb25kX29yZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 79, - "key": "minecraft:deepslate_diamond_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6ZGVlcHNsYXRlX2RpYW1vbmRfb3Jl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfZGlhbW9uZF9vcmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 80, - "key": "minecraft:nether_gold_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bmV0aGVyX2dvbGRfb3Jl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5uZXRoZXJfZ29sZF9vcmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 81, - "key": "minecraft:nether_quartz_ore", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bmV0aGVyX3F1YXJ0el9vcmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5uZXRoZXJfcXVhcnR6X29yZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 82, - "key": "minecraft:ancient_debris", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6YW5jaWVudF9kZWJyaXM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5hbmNpZW50X2RlYnJpcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 83, - "key": "minecraft:coal_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Y29hbF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5jb2FsX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 84, - "key": "minecraft:raw_iron_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6cmF3X2lyb25fYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5yYXdfaXJvbl9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 85, - "key": "minecraft:raw_copper_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cmF3X2NvcHBlcl9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5yYXdfY29wcGVyX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 86, - "key": "minecraft:raw_gold_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6cmF3X2dvbGRfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5yYXdfZ29sZF9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 87, - "key": "minecraft:heavy_core", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6aGVhdnlfY29yZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5oZWF2eV9jb3JlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 88, - "key": "minecraft:amethyst_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6YW1ldGh5c3RfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5hbWV0aHlzdF9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 89, - "key": "minecraft:budding_amethyst", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6YnVkZGluZ19hbWV0aHlzdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5idWRkaW5nX2FtZXRoeXN0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 90, - "key": "minecraft:iron_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6aXJvbl9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5pcm9uX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 91, - "key": "minecraft:copper_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y29wcGVyX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5jb3BwZXJfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 92, - "key": "minecraft:gold_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Z29sZF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5nb2xkX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 93, - "key": "minecraft:diamond_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZGlhbW9uZF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5kaWFtb25kX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 94, - "key": "minecraft:netherite_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bmV0aGVyaXRlX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5uZXRoZXJpdGVfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 95, - "key": "minecraft:exposed_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6ZXhwb3NlZF9jb3BwZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5leHBvc2VkX2NvcHBlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 96, - "key": "minecraft:weathered_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6d2VhdGhlcmVkX2NvcHBlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC53ZWF0aGVyZWRfY29wcGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 97, - "key": "minecraft:oxidized_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6b3hpZGl6ZWRfY29wcGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5veGlkaXplZF9jb3BwZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 98, - "key": "minecraft:chiseled_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Y2hpc2VsZWRfY29wcGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF9jb3BwZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 99, - "key": "minecraft:exposed_chiseled_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6ZXhwb3NlZF9jaGlzZWxlZF9jb3BwZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5leHBvc2VkX2NoaXNlbGVkX2NvcHBlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 100, - "key": "minecraft:weathered_chiseled_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6d2VhdGhlcmVkX2NoaXNlbGVkX2NvcHBlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC53ZWF0aGVyZWRfY2hpc2VsZWRfY29wcGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 101, - "key": "minecraft:oxidized_chiseled_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6b3hpZGl6ZWRfY2hpc2VsZWRfY29wcGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5veGlkaXplZF9jaGlzZWxlZF9jb3BwZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 102, - "key": "minecraft:cut_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Y3V0X2NvcHBlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5jdXRfY29wcGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 103, - "key": "minecraft:exposed_cut_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6ZXhwb3NlZF9jdXRfY29wcGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5leHBvc2VkX2N1dF9jb3BwZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 104, - "key": "minecraft:weathered_cut_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6d2VhdGhlcmVkX2N1dF9jb3BwZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC53ZWF0aGVyZWRfY3V0X2NvcHBlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 105, - "key": "minecraft:oxidized_cut_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6b3hpZGl6ZWRfY3V0X2NvcHBlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5veGlkaXplZF9jdXRfY29wcGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 106, - "key": "minecraft:cut_copper_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Y3V0X2NvcHBlcl9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5jdXRfY29wcGVyX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 107, - "key": "minecraft:exposed_cut_copper_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6ZXhwb3NlZF9jdXRfY29wcGVyX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC5leHBvc2VkX2N1dF9jb3BwZXJfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 108, - "key": "minecraft:weathered_cut_copper_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByVtaW5lY3JhZnQ6d2VhdGhlcmVkX2N1dF9jb3BwZXJfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAK2Jsb2NrLm1pbmVjcmFmdC53ZWF0aGVyZWRfY3V0X2NvcHBlcl9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 109, - "key": "minecraft:oxidized_cut_copper_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6b3hpZGl6ZWRfY3V0X2NvcHBlcl9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKmJsb2NrLm1pbmVjcmFmdC5veGlkaXplZF9jdXRfY29wcGVyX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 110, - "key": "minecraft:cut_copper_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Y3V0X2NvcHBlcl9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5jdXRfY29wcGVyX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 111, - "key": "minecraft:exposed_cut_copper_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6ZXhwb3NlZF9jdXRfY29wcGVyX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5leHBvc2VkX2N1dF9jb3BwZXJfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 112, - "key": "minecraft:weathered_cut_copper_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6d2VhdGhlcmVkX2N1dF9jb3BwZXJfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC53ZWF0aGVyZWRfY3V0X2NvcHBlcl9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 113, - "key": "minecraft:oxidized_cut_copper_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6b3hpZGl6ZWRfY3V0X2NvcHBlcl9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5veGlkaXplZF9jdXRfY29wcGVyX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 114, - "key": "minecraft:waxed_copper_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6d2F4ZWRfY29wcGVyX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC53YXhlZF9jb3BwZXJfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 115, - "key": "minecraft:waxed_exposed_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6d2F4ZWRfZXhwb3NlZF9jb3BwZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC53YXhlZF9leHBvc2VkX2NvcHBlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 116, - "key": "minecraft:waxed_weathered_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6d2F4ZWRfd2VhdGhlcmVkX2NvcHBlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC53YXhlZF93ZWF0aGVyZWRfY29wcGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 117, - "key": "minecraft:waxed_oxidized_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6d2F4ZWRfb3hpZGl6ZWRfY29wcGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC53YXhlZF9veGlkaXplZF9jb3BwZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 118, - "key": "minecraft:waxed_chiseled_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6d2F4ZWRfY2hpc2VsZWRfY29wcGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC53YXhlZF9jaGlzZWxlZF9jb3BwZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 119, - "key": "minecraft:waxed_exposed_chiseled_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BydtaW5lY3JhZnQ6d2F4ZWRfZXhwb3NlZF9jaGlzZWxlZF9jb3BwZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALWJsb2NrLm1pbmVjcmFmdC53YXhlZF9leHBvc2VkX2NoaXNlbGVkX2NvcHBlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 120, - "key": "minecraft:waxed_weathered_chiseled_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByltaW5lY3JhZnQ6d2F4ZWRfd2VhdGhlcmVkX2NoaXNlbGVkX2NvcHBlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAL2Jsb2NrLm1pbmVjcmFmdC53YXhlZF93ZWF0aGVyZWRfY2hpc2VsZWRfY29wcGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 121, - "key": "minecraft:waxed_oxidized_chiseled_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByhtaW5lY3JhZnQ6d2F4ZWRfb3hpZGl6ZWRfY2hpc2VsZWRfY29wcGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALmJsb2NrLm1pbmVjcmFmdC53YXhlZF9veGlkaXplZF9jaGlzZWxlZF9jb3BwZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 122, - "key": "minecraft:waxed_cut_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6d2F4ZWRfY3V0X2NvcHBlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC53YXhlZF9jdXRfY29wcGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 123, - "key": "minecraft:waxed_exposed_cut_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6d2F4ZWRfZXhwb3NlZF9jdXRfY29wcGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC53YXhlZF9leHBvc2VkX2N1dF9jb3BwZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 124, - "key": "minecraft:waxed_weathered_cut_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6d2F4ZWRfd2VhdGhlcmVkX2N1dF9jb3BwZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKmJsb2NrLm1pbmVjcmFmdC53YXhlZF93ZWF0aGVyZWRfY3V0X2NvcHBlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 125, - "key": "minecraft:waxed_oxidized_cut_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6d2F4ZWRfb3hpZGl6ZWRfY3V0X2NvcHBlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC53YXhlZF9veGlkaXplZF9jdXRfY29wcGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 126, - "key": "minecraft:waxed_cut_copper_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6d2F4ZWRfY3V0X2NvcHBlcl9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC53YXhlZF9jdXRfY29wcGVyX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 127, - "key": "minecraft:waxed_exposed_cut_copper_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByltaW5lY3JhZnQ6d2F4ZWRfZXhwb3NlZF9jdXRfY29wcGVyX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAL2Jsb2NrLm1pbmVjcmFmdC53YXhlZF9leHBvc2VkX2N1dF9jb3BwZXJfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 128, - "key": "minecraft:waxed_weathered_cut_copper_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByttaW5lY3JhZnQ6d2F4ZWRfd2VhdGhlcmVkX2N1dF9jb3BwZXJfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMWJsb2NrLm1pbmVjcmFmdC53YXhlZF93ZWF0aGVyZWRfY3V0X2NvcHBlcl9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 129, - "key": "minecraft:waxed_oxidized_cut_copper_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByptaW5lY3JhZnQ6d2F4ZWRfb3hpZGl6ZWRfY3V0X2NvcHBlcl9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMGJsb2NrLm1pbmVjcmFmdC53YXhlZF9veGlkaXplZF9jdXRfY29wcGVyX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 130, - "key": "minecraft:waxed_cut_copper_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6d2F4ZWRfY3V0X2NvcHBlcl9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC53YXhlZF9jdXRfY29wcGVyX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 131, - "key": "minecraft:waxed_exposed_cut_copper_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BydtaW5lY3JhZnQ6d2F4ZWRfZXhwb3NlZF9jdXRfY29wcGVyX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALWJsb2NrLm1pbmVjcmFmdC53YXhlZF9leHBvc2VkX2N1dF9jb3BwZXJfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 132, - "key": "minecraft:waxed_weathered_cut_copper_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByltaW5lY3JhZnQ6d2F4ZWRfd2VhdGhlcmVkX2N1dF9jb3BwZXJfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAL2Jsb2NrLm1pbmVjcmFmdC53YXhlZF93ZWF0aGVyZWRfY3V0X2NvcHBlcl9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 133, - "key": "minecraft:waxed_oxidized_cut_copper_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByhtaW5lY3JhZnQ6d2F4ZWRfb3hpZGl6ZWRfY3V0X2NvcHBlcl9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALmJsb2NrLm1pbmVjcmFmdC53YXhlZF9veGlkaXplZF9jdXRfY29wcGVyX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 134, - "key": "minecraft:oak_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6b2FrX2xvZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5vYWtfbG9nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 135, - "key": "minecraft:spruce_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6c3BydWNlX2xvZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5zcHJ1Y2VfbG9nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 136, - "key": "minecraft:birch_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6YmlyY2hfbG9n", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5iaXJjaF9sb2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 137, - "key": "minecraft:jungle_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6anVuZ2xlX2xvZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5qdW5nbGVfbG9nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 138, - "key": "minecraft:acacia_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YWNhY2lhX2xvZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5hY2FjaWFfbG9nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 139, - "key": "minecraft:cherry_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Y2hlcnJ5X2xvZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5jaGVycnlfbG9nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 140, - "key": "minecraft:pale_oak_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6cGFsZV9vYWtfbG9n", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19sb2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 141, - "key": "minecraft:dark_oak_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6ZGFya19vYWtfbG9n", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19sb2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 142, - "key": "minecraft:mangrove_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6bWFuZ3JvdmVfbG9n", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9sb2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 143, - "key": "minecraft:mangrove_roots", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bWFuZ3JvdmVfcm9vdHM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9yb290cwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 144, - "key": "minecraft:muddy_mangrove_roots", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6bXVkZHlfbWFuZ3JvdmVfcm9vdHM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5tdWRkeV9tYW5ncm92ZV9yb290cwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 145, - "key": "minecraft:crimson_stem", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y3JpbXNvbl9zdGVt", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5jcmltc29uX3N0ZW0A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 146, - "key": "minecraft:warped_stem", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6d2FycGVkX3N0ZW0=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC53YXJwZWRfc3RlbQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 147, - "key": "minecraft:bamboo_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmFtYm9vX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5iYW1ib29fYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 148, - "key": "minecraft:stripped_oak_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6c3RyaXBwZWRfb2FrX2xvZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9vYWtfbG9nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 149, - "key": "minecraft:stripped_spruce_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6c3RyaXBwZWRfc3BydWNlX2xvZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9zcHJ1Y2VfbG9nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 150, - "key": "minecraft:stripped_birch_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6c3RyaXBwZWRfYmlyY2hfbG9n", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9iaXJjaF9sb2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 151, - "key": "minecraft:stripped_jungle_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6c3RyaXBwZWRfanVuZ2xlX2xvZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9qdW5nbGVfbG9nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 152, - "key": "minecraft:stripped_acacia_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6c3RyaXBwZWRfYWNhY2lhX2xvZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9hY2FjaWFfbG9nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 153, - "key": "minecraft:stripped_cherry_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6c3RyaXBwZWRfY2hlcnJ5X2xvZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9jaGVycnlfbG9nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 154, - "key": "minecraft:stripped_dark_oak_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6c3RyaXBwZWRfZGFya19vYWtfbG9n", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9kYXJrX29ha19sb2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 155, - "key": "minecraft:stripped_pale_oak_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6c3RyaXBwZWRfcGFsZV9vYWtfbG9n", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9wYWxlX29ha19sb2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 156, - "key": "minecraft:stripped_mangrove_log", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6c3RyaXBwZWRfbWFuZ3JvdmVfbG9n", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9tYW5ncm92ZV9sb2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 157, - "key": "minecraft:stripped_crimson_stem", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6c3RyaXBwZWRfY3JpbXNvbl9zdGVt", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9jcmltc29uX3N0ZW0A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 158, - "key": "minecraft:stripped_warped_stem", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c3RyaXBwZWRfd2FycGVkX3N0ZW0=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF93YXJwZWRfc3RlbQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 159, - "key": "minecraft:stripped_oak_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6c3RyaXBwZWRfb2FrX3dvb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9vYWtfd29vZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 160, - "key": "minecraft:stripped_spruce_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c3RyaXBwZWRfc3BydWNlX3dvb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9zcHJ1Y2Vfd29vZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 161, - "key": "minecraft:stripped_birch_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6c3RyaXBwZWRfYmlyY2hfd29vZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9iaXJjaF93b29kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 162, - "key": "minecraft:stripped_jungle_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c3RyaXBwZWRfanVuZ2xlX3dvb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9qdW5nbGVfd29vZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 163, - "key": "minecraft:stripped_acacia_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c3RyaXBwZWRfYWNhY2lhX3dvb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9hY2FjaWFfd29vZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 164, - "key": "minecraft:stripped_cherry_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c3RyaXBwZWRfY2hlcnJ5X3dvb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9jaGVycnlfd29vZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 165, - "key": "minecraft:stripped_dark_oak_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6c3RyaXBwZWRfZGFya19vYWtfd29vZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9kYXJrX29ha193b29kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 166, - "key": "minecraft:stripped_pale_oak_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6c3RyaXBwZWRfcGFsZV9vYWtfd29vZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9wYWxlX29ha193b29kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 167, - "key": "minecraft:stripped_mangrove_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6c3RyaXBwZWRfbWFuZ3JvdmVfd29vZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9tYW5ncm92ZV93b29kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 168, - "key": "minecraft:stripped_crimson_hyphae", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6c3RyaXBwZWRfY3JpbXNvbl9oeXBoYWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9jcmltc29uX2h5cGhhZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 169, - "key": "minecraft:stripped_warped_hyphae", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6c3RyaXBwZWRfd2FycGVkX2h5cGhhZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF93YXJwZWRfaHlwaGFlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 170, - "key": "minecraft:stripped_bamboo_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6c3RyaXBwZWRfYmFtYm9vX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5zdHJpcHBlZF9iYW1ib29fYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 171, - "key": "minecraft:oak_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6b2FrX3dvb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5vYWtfd29vZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 172, - "key": "minecraft:spruce_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c3BydWNlX3dvb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zcHJ1Y2Vfd29vZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 173, - "key": "minecraft:birch_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YmlyY2hfd29vZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5iaXJjaF93b29kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 174, - "key": "minecraft:jungle_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6anVuZ2xlX3dvb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5qdW5nbGVfd29vZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 175, - "key": "minecraft:acacia_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YWNhY2lhX3dvb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5hY2FjaWFfd29vZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 176, - "key": "minecraft:cherry_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y2hlcnJ5X3dvb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5jaGVycnlfd29vZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 177, - "key": "minecraft:pale_oak_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cGFsZV9vYWtfd29vZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5wYWxlX29ha193b29kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 178, - "key": "minecraft:dark_oak_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZGFya19vYWtfd29vZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5kYXJrX29ha193b29kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 179, - "key": "minecraft:mangrove_wood", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bWFuZ3JvdmVfd29vZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV93b29kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 180, - "key": "minecraft:crimson_hyphae", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y3JpbXNvbl9oeXBoYWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5jcmltc29uX2h5cGhhZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 181, - "key": "minecraft:warped_hyphae", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6d2FycGVkX2h5cGhhZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC53YXJwZWRfaHlwaGFlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 182, - "key": "minecraft:oak_leaves", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6b2FrX2xlYXZlcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5vYWtfbGVhdmVzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 183, - "key": "minecraft:spruce_leaves", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c3BydWNlX2xlYXZlcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5zcHJ1Y2VfbGVhdmVzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 184, - "key": "minecraft:birch_leaves", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmlyY2hfbGVhdmVz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5iaXJjaF9sZWF2ZXMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 185, - "key": "minecraft:jungle_leaves", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6anVuZ2xlX2xlYXZlcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5qdW5nbGVfbGVhdmVzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 186, - "key": "minecraft:acacia_leaves", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YWNhY2lhX2xlYXZlcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5hY2FjaWFfbGVhdmVzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 187, - "key": "minecraft:cherry_leaves", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y2hlcnJ5X2xlYXZlcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jaGVycnlfbGVhdmVzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 188, - "key": "minecraft:dark_oak_leaves", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZGFya19vYWtfbGVhdmVz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19sZWF2ZXMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 189, - "key": "minecraft:pale_oak_leaves", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cGFsZV9vYWtfbGVhdmVz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19sZWF2ZXMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 190, - "key": "minecraft:mangrove_leaves", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bWFuZ3JvdmVfbGVhdmVz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9sZWF2ZXMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 191, - "key": "minecraft:azalea_leaves", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YXphbGVhX2xlYXZlcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5hemFsZWFfbGVhdmVzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 192, - "key": "minecraft:flowering_azalea_leaves", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6Zmxvd2VyaW5nX2F6YWxlYV9sZWF2ZXM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5mbG93ZXJpbmdfYXphbGVhX2xlYXZlcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 193, - "key": "minecraft:sponge", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6c3Bvbmdl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5zcG9uZ2UA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 194, - "key": "minecraft:wet_sponge", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6d2V0X3Nwb25nZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC53ZXRfc3BvbmdlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 195, - "key": "minecraft:glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6Z2xhc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5nbGFzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 196, - "key": "minecraft:tinted_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6dGludGVkX2dsYXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC50aW50ZWRfZ2xhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 197, - "key": "minecraft:lapis_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bGFwaXNfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5sYXBpc19ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 198, - "key": "minecraft:sandstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6c2FuZHN0b25l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5zYW5kc3RvbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 199, - "key": "minecraft:chiseled_sandstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Y2hpc2VsZWRfc2FuZHN0b25l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF9zYW5kc3RvbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 200, - "key": "minecraft:cut_sandstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y3V0X3NhbmRzdG9uZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jdXRfc2FuZHN0b25lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 201, - "key": "minecraft:cobweb", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6Y29id2Vi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5jb2J3ZWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 202, - "key": "minecraft:short_grass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c2hvcnRfZ3Jhc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zaG9ydF9ncmFzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 203, - "key": "minecraft:fern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6ZmVybg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC5mZXJuAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 204, - "key": "minecraft:bush", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6YnVzaA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC5idXNoAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 205, - "key": "minecraft:azalea", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6YXphbGVh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5hemFsZWEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 206, - "key": "minecraft:flowering_azalea", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6Zmxvd2VyaW5nX2F6YWxlYQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5mbG93ZXJpbmdfYXphbGVhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 207, - "key": "minecraft:dead_bush", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6ZGVhZF9idXNo", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5kZWFkX2J1c2gA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 208, - "key": "minecraft:firefly_bush", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6ZmlyZWZseV9idXNo", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5maXJlZmx5X2J1c2gA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 209, - "key": "minecraft:short_dry_grass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6c2hvcnRfZHJ5X2dyYXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5zaG9ydF9kcnlfZ3Jhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 210, - "key": "minecraft:tall_dry_grass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6dGFsbF9kcnlfZ3Jhc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC50YWxsX2RyeV9ncmFzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 211, - "key": "minecraft:seagrass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6c2VhZ3Jhc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5zZWFncmFzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 212, - "key": "minecraft:sea_pickle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6c2VhX3BpY2tsZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5zZWFfcGlja2xlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 213, - "key": "minecraft:white_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6d2hpdGVfd29vbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC53aGl0ZV93b29sAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 214, - "key": "minecraft:orange_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6b3JhbmdlX3dvb2w=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5vcmFuZ2Vfd29vbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 215, - "key": "minecraft:magenta_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6bWFnZW50YV93b29s", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX3dvb2wA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 216, - "key": "minecraft:light_blue_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bGlnaHRfYmx1ZV93b29s", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX3dvb2wA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 217, - "key": "minecraft:yellow_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6eWVsbG93X3dvb2w=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC55ZWxsb3dfd29vbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 218, - "key": "minecraft:lime_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6bGltZV93b29s", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5saW1lX3dvb2wA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 219, - "key": "minecraft:pink_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6cGlua193b29s", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5waW5rX3dvb2wA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 220, - "key": "minecraft:gray_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Z3JheV93b29s", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5ncmF5X3dvb2wA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 221, - "key": "minecraft:light_gray_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bGlnaHRfZ3JheV93b29s", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X3dvb2wA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 222, - "key": "minecraft:cyan_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Y3lhbl93b29s", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5jeWFuX3dvb2wA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 223, - "key": "minecraft:purple_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cHVycGxlX3dvb2w=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5wdXJwbGVfd29vbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 224, - "key": "minecraft:blue_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Ymx1ZV93b29s", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5ibHVlX3dvb2wA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 225, - "key": "minecraft:brown_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YnJvd25fd29vbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5icm93bl93b29sAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 226, - "key": "minecraft:green_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Z3JlZW5fd29vbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5ncmVlbl93b29sAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 227, - "key": "minecraft:red_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6cmVkX3dvb2w=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5yZWRfd29vbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 228, - "key": "minecraft:black_wool", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YmxhY2tfd29vbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5ibGFja193b29sAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 229, - "key": "minecraft:dandelion", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6ZGFuZGVsaW9u", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5kYW5kZWxpb24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 230, - "key": "minecraft:open_eyeblossom", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6b3Blbl9leWVibG9zc29t", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5vcGVuX2V5ZWJsb3Nzb20A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 231, - "key": "minecraft:closed_eyeblossom", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Y2xvc2VkX2V5ZWJsb3Nzb20=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5jbG9zZWRfZXllYmxvc3NvbQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 232, - "key": "minecraft:poppy", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6cG9wcHk=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5wb3BweQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 233, - "key": "minecraft:blue_orchid", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Ymx1ZV9vcmNoaWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5ibHVlX29yY2hpZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 234, - "key": "minecraft:allium", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6YWxsaXVt", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5hbGxpdW0A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 235, - "key": "minecraft:azure_bluet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YXp1cmVfYmx1ZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5henVyZV9ibHVldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 236, - "key": "minecraft:red_tulip", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6cmVkX3R1bGlw", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5yZWRfdHVsaXAA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 237, - "key": "minecraft:orange_tulip", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6b3JhbmdlX3R1bGlw", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5vcmFuZ2VfdHVsaXAA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 238, - "key": "minecraft:white_tulip", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6d2hpdGVfdHVsaXA=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC53aGl0ZV90dWxpcAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 239, - "key": "minecraft:pink_tulip", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cGlua190dWxpcA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5waW5rX3R1bGlwAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 240, - "key": "minecraft:oxeye_daisy", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6b3hleWVfZGFpc3k=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5veGV5ZV9kYWlzeQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 241, - "key": "minecraft:cornflower", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Y29ybmZsb3dlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5jb3JuZmxvd2VyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 242, - "key": "minecraft:lily_of_the_valley", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bGlseV9vZl90aGVfdmFsbGV5", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5saWx5X29mX3RoZV92YWxsZXkA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 243, - "key": "minecraft:wither_rose", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6d2l0aGVyX3Jvc2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC53aXRoZXJfcm9zZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 244, - "key": "minecraft:torchflower", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6dG9yY2hmbG93ZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC50b3JjaGZsb3dlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 245, - "key": "minecraft:pitcher_plant", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cGl0Y2hlcl9wbGFudA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5waXRjaGVyX3BsYW50AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 246, - "key": "minecraft:spore_blossom", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c3BvcmVfYmxvc3NvbQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5zcG9yZV9ibG9zc29tAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 247, - "key": "minecraft:brown_mushroom", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6YnJvd25fbXVzaHJvb20=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5icm93bl9tdXNocm9vbQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 248, - "key": "minecraft:red_mushroom", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6cmVkX211c2hyb29t", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5yZWRfbXVzaHJvb20A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 249, - "key": "minecraft:crimson_fungus", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y3JpbXNvbl9mdW5ndXM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5jcmltc29uX2Z1bmd1cwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 250, - "key": "minecraft:warped_fungus", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6d2FycGVkX2Z1bmd1cw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC53YXJwZWRfZnVuZ3VzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 251, - "key": "minecraft:crimson_roots", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y3JpbXNvbl9yb290cw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jcmltc29uX3Jvb3RzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 252, - "key": "minecraft:warped_roots", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6d2FycGVkX3Jvb3Rz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC53YXJwZWRfcm9vdHMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 253, - "key": "minecraft:nether_sprouts", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bmV0aGVyX3Nwcm91dHM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5uZXRoZXJfc3Byb3V0cwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 254, - "key": "minecraft:weeping_vines", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6d2VlcGluZ192aW5lcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC53ZWVwaW5nX3ZpbmVzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 255, - "key": "minecraft:twisting_vines", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6dHdpc3RpbmdfdmluZXM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC50d2lzdGluZ192aW5lcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 256, - "key": "minecraft:sugar_cane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6c3VnYXJfY2FuZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5zdWdhcl9jYW5lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 257, - "key": "minecraft:kelp", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6a2VscA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC5rZWxwAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 258, - "key": "minecraft:pink_petals", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cGlua19wZXRhbHM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5waW5rX3BldGFscwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 259, - "key": "minecraft:wildflowers", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6d2lsZGZsb3dlcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC53aWxkZmxvd2VycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 260, - "key": "minecraft:leaf_litter", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bGVhZl9saXR0ZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5sZWFmX2xpdHRlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 261, - "key": "minecraft:moss_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bW9zc19jYXJwZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5tb3NzX2NhcnBldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 262, - "key": "minecraft:moss_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6bW9zc19ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5tb3NzX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 263, - "key": "minecraft:pale_moss_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cGFsZV9tb3NzX2NhcnBldA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5wYWxlX21vc3NfY2FycGV0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 264, - "key": "minecraft:pale_hanging_moss", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cGFsZV9oYW5naW5nX21vc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5wYWxlX2hhbmdpbmdfbW9zcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 265, - "key": "minecraft:pale_moss_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cGFsZV9tb3NzX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5wYWxlX21vc3NfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 266, - "key": "minecraft:hanging_roots", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6aGFuZ2luZ19yb290cw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5oYW5naW5nX3Jvb3RzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 267, - "key": "minecraft:big_dripleaf", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmlnX2RyaXBsZWFm", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5iaWdfZHJpcGxlYWYA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 268, - "key": "minecraft:small_dripleaf", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6c21hbGxfZHJpcGxlYWY=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5zbWFsbF9kcmlwbGVhZgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 269, - "key": "minecraft:bamboo", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6YmFtYm9v", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5iYW1ib28A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 270, - "key": "minecraft:oak_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6b2FrX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5vYWtfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 271, - "key": "minecraft:spruce_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c3BydWNlX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zcHJ1Y2Vfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 272, - "key": "minecraft:birch_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YmlyY2hfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5iaXJjaF9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 273, - "key": "minecraft:jungle_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6anVuZ2xlX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5qdW5nbGVfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 274, - "key": "minecraft:acacia_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YWNhY2lhX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5hY2FjaWFfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 275, - "key": "minecraft:cherry_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y2hlcnJ5X3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5jaGVycnlfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 276, - "key": "minecraft:dark_oak_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZGFya19vYWtfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 277, - "key": "minecraft:pale_oak_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cGFsZV9vYWtfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 278, - "key": "minecraft:mangrove_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bWFuZ3JvdmVfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 279, - "key": "minecraft:bamboo_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YmFtYm9vX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5iYW1ib29fc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 280, - "key": "minecraft:bamboo_mosaic_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6YmFtYm9vX21vc2FpY19zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5iYW1ib29fbW9zYWljX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 281, - "key": "minecraft:crimson_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y3JpbXNvbl9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5jcmltc29uX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 282, - "key": "minecraft:warped_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6d2FycGVkX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC53YXJwZWRfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 283, - "key": "minecraft:stone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6c3RvbmVfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5zdG9uZV9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 284, - "key": "minecraft:smooth_stone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6c21vb3RoX3N0b25lX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5zbW9vdGhfc3RvbmVfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 285, - "key": "minecraft:sandstone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6c2FuZHN0b25lX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5zYW5kc3RvbmVfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 286, - "key": "minecraft:cut_sandstone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Y3V0X3NhbmRzdG9uZV9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5jdXRfc2FuZHN0b25lX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 287, - "key": "minecraft:petrified_oak_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cGV0cmlmaWVkX29ha19zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5wZXRyaWZpZWRfb2FrX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 288, - "key": "minecraft:cobblestone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6Y29iYmxlc3RvbmVfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5jb2JibGVzdG9uZV9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 289, - "key": "minecraft:brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YnJpY2tfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5icmlja19zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 290, - "key": "minecraft:stone_brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6c3RvbmVfYnJpY2tfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5zdG9uZV9icmlja19zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 291, - "key": "minecraft:mud_brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bXVkX2JyaWNrX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5tdWRfYnJpY2tfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 292, - "key": "minecraft:nether_brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bmV0aGVyX2JyaWNrX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5uZXRoZXJfYnJpY2tfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 293, - "key": "minecraft:quartz_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cXVhcnR6X3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5xdWFydHpfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 294, - "key": "minecraft:red_sandstone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cmVkX3NhbmRzdG9uZV9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5yZWRfc2FuZHN0b25lX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 295, - "key": "minecraft:cut_red_sandstone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Y3V0X3JlZF9zYW5kc3RvbmVfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5jdXRfcmVkX3NhbmRzdG9uZV9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 296, - "key": "minecraft:purpur_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cHVycHVyX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5wdXJwdXJfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 297, - "key": "minecraft:prismarine_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cHJpc21hcmluZV9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5wcmlzbWFyaW5lX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 298, - "key": "minecraft:prismarine_brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6cHJpc21hcmluZV9icmlja19zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5wcmlzbWFyaW5lX2JyaWNrX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 299, - "key": "minecraft:dark_prismarine_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6ZGFya19wcmlzbWFyaW5lX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5kYXJrX3ByaXNtYXJpbmVfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 300, - "key": "minecraft:smooth_quartz", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c21vb3RoX3F1YXJ0eg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5zbW9vdGhfcXVhcnR6AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 301, - "key": "minecraft:smooth_red_sandstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c21vb3RoX3JlZF9zYW5kc3RvbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5zbW9vdGhfcmVkX3NhbmRzdG9uZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 302, - "key": "minecraft:smooth_sandstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6c21vb3RoX3NhbmRzdG9uZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5zbW9vdGhfc2FuZHN0b25lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 303, - "key": "minecraft:smooth_stone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6c21vb3RoX3N0b25l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5zbW9vdGhfc3RvbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 304, - "key": "minecraft:bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6YnJpY2tz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5icmlja3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 305, - "key": "minecraft:bookshelf", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Ym9va3NoZWxm", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5ib29rc2hlbGYA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 306, - "key": "minecraft:chiseled_bookshelf", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Y2hpc2VsZWRfYm9va3NoZWxm", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF9ib29rc2hlbGYA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 307, - "key": "minecraft:decorated_pot", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZGVjb3JhdGVkX3BvdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5kZWNvcmF0ZWRfcG90AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:pot_decorations": "QQTUB9QH1AfUBw==", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 308, - "key": "minecraft:mossy_cobblestone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bW9zc3lfY29iYmxlc3RvbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5tb3NzeV9jb2JibGVzdG9uZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 309, - "key": "minecraft:obsidian", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6b2JzaWRpYW4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5vYnNpZGlhbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 310, - "key": "minecraft:torch", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6dG9yY2g=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC50b3JjaAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 311, - "key": "minecraft:end_rod", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6ZW5kX3JvZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5lbmRfcm9kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 312, - "key": "minecraft:chorus_plant", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y2hvcnVzX3BsYW50", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5jaG9ydXNfcGxhbnQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 313, - "key": "minecraft:chorus_flower", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y2hvcnVzX2Zsb3dlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jaG9ydXNfZmxvd2VyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 314, - "key": "minecraft:purpur_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6cHVycHVyX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5wdXJwdXJfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 315, - "key": "minecraft:purpur_pillar", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cHVycHVyX3BpbGxhcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5wdXJwdXJfcGlsbGFyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 316, - "key": "minecraft:purpur_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cHVycHVyX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5wdXJwdXJfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 317, - "key": "minecraft:spawner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6c3Bhd25lcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5zcGF3bmVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 318, - "key": "minecraft:creaking_heart", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y3JlYWtpbmdfaGVhcnQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5jcmVha2luZ19oZWFydAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 319, - "key": "minecraft:chest", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6Y2hlc3Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5jaGVzdAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 320, - "key": "minecraft:crafting_table", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y3JhZnRpbmdfdGFibGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5jcmFmdGluZ190YWJsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 321, - "key": "minecraft:farmland", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6ZmFybWxhbmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5mYXJtbGFuZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 322, - "key": "minecraft:furnace", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6ZnVybmFjZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5mdXJuYWNlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 323, - "key": "minecraft:ladder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6bGFkZGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5sYWRkZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 324, - "key": "minecraft:cobblestone_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Y29iYmxlc3RvbmVfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5jb2JibGVzdG9uZV9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 325, - "key": "minecraft:snow", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6c25vdw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC5zbm93AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 326, - "key": "minecraft:ice", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw1taW5lY3JhZnQ6aWNl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAE2Jsb2NrLm1pbmVjcmFmdC5pY2UA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 327, - "key": "minecraft:snow_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6c25vd19ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5zbm93X2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 328, - "key": "minecraft:cactus", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6Y2FjdHVz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5jYWN0dXMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 329, - "key": "minecraft:cactus_flower", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y2FjdHVzX2Zsb3dlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jYWN0dXNfZmxvd2VyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 330, - "key": "minecraft:clay", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6Y2xheQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC5jbGF5AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 331, - "key": "minecraft:jukebox", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6anVrZWJveA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5qdWtlYm94AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 332, - "key": "minecraft:oak_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6b2FrX2ZlbmNl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5vYWtfZmVuY2UA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 333, - "key": "minecraft:spruce_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6c3BydWNlX2ZlbmNl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5zcHJ1Y2VfZmVuY2UA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 334, - "key": "minecraft:birch_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YmlyY2hfZmVuY2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5iaXJjaF9mZW5jZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 335, - "key": "minecraft:jungle_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6anVuZ2xlX2ZlbmNl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5qdW5nbGVfZmVuY2UA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 336, - "key": "minecraft:acacia_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YWNhY2lhX2ZlbmNl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5hY2FjaWFfZmVuY2UA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 337, - "key": "minecraft:cherry_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y2hlcnJ5X2ZlbmNl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5jaGVycnlfZmVuY2UA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 338, - "key": "minecraft:dark_oak_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6ZGFya19vYWtfZmVuY2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19mZW5jZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 339, - "key": "minecraft:pale_oak_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6cGFsZV9vYWtfZmVuY2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19mZW5jZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 340, - "key": "minecraft:mangrove_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bWFuZ3JvdmVfZmVuY2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9mZW5jZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 341, - "key": "minecraft:bamboo_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmFtYm9vX2ZlbmNl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5iYW1ib29fZmVuY2UA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 342, - "key": "minecraft:crimson_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y3JpbXNvbl9mZW5jZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jcmltc29uX2ZlbmNlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 343, - "key": "minecraft:warped_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6d2FycGVkX2ZlbmNl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC53YXJwZWRfZmVuY2UA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 344, - "key": "minecraft:pumpkin", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6cHVtcGtpbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5wdW1wa2luAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 345, - "key": "minecraft:carved_pumpkin", - "components": { - "minecraft:attribute_modifiers": "DQEhJm1pbmVjcmFmdDp3YXlwb2ludF90cmFuc21pdF9yYW5nZV9oaWRlv/AAAAAAAAACBwE=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARHAAEabWluZWNyYWZ0Om1pc2MvcHVtcGtpbmJsdXIAAQABAACSCg==", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y2FydmVkX3B1bXBraW4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5jYXJ2ZWRfcHVtcGtpbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 346, - "key": "minecraft:jack_o_lantern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6amFja19vX2xhbnRlcm4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5qYWNrX29fbGFudGVybgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 347, - "key": "minecraft:netherrack", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6bmV0aGVycmFjaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5uZXRoZXJyYWNrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 348, - "key": "minecraft:soul_sand", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6c291bF9zYW5k", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5zb3VsX3NhbmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 349, - "key": "minecraft:soul_soil", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6c291bF9zb2ls", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5zb3VsX3NvaWwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 350, - "key": "minecraft:basalt", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6YmFzYWx0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5iYXNhbHQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 351, - "key": "minecraft:polished_basalt", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cG9saXNoZWRfYmFzYWx0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9iYXNhbHQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 352, - "key": "minecraft:smooth_basalt", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c21vb3RoX2Jhc2FsdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5zbW9vdGhfYmFzYWx0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 353, - "key": "minecraft:soul_torch", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6c291bF90b3JjaA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5zb3VsX3RvcmNoAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 354, - "key": "minecraft:glowstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Z2xvd3N0b25l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5nbG93c3RvbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 355, - "key": "minecraft:infested_stone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6aW5mZXN0ZWRfc3RvbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5pbmZlc3RlZF9zdG9uZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 356, - "key": "minecraft:infested_cobblestone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6aW5mZXN0ZWRfY29iYmxlc3RvbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5pbmZlc3RlZF9jb2JibGVzdG9uZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 357, - "key": "minecraft:infested_stone_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6aW5mZXN0ZWRfc3RvbmVfYnJpY2tz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5pbmZlc3RlZF9zdG9uZV9icmlja3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 358, - "key": "minecraft:infested_mossy_stone_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByVtaW5lY3JhZnQ6aW5mZXN0ZWRfbW9zc3lfc3RvbmVfYnJpY2tz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAK2Jsb2NrLm1pbmVjcmFmdC5pbmZlc3RlZF9tb3NzeV9zdG9uZV9icmlja3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 359, - "key": "minecraft:infested_cracked_stone_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BydtaW5lY3JhZnQ6aW5mZXN0ZWRfY3JhY2tlZF9zdG9uZV9icmlja3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALWJsb2NrLm1pbmVjcmFmdC5pbmZlc3RlZF9jcmFja2VkX3N0b25lX2JyaWNrcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 360, - "key": "minecraft:infested_chiseled_stone_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByhtaW5lY3JhZnQ6aW5mZXN0ZWRfY2hpc2VsZWRfc3RvbmVfYnJpY2tz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALmJsb2NrLm1pbmVjcmFmdC5pbmZlc3RlZF9jaGlzZWxlZF9zdG9uZV9icmlja3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 361, - "key": "minecraft:infested_deepslate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6aW5mZXN0ZWRfZGVlcHNsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5pbmZlc3RlZF9kZWVwc2xhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 362, - "key": "minecraft:stone_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6c3RvbmVfYnJpY2tz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5zdG9uZV9icmlja3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 363, - "key": "minecraft:mossy_stone_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bW9zc3lfc3RvbmVfYnJpY2tz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5tb3NzeV9zdG9uZV9icmlja3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 364, - "key": "minecraft:cracked_stone_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6Y3JhY2tlZF9zdG9uZV9icmlja3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5jcmFja2VkX3N0b25lX2JyaWNrcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 365, - "key": "minecraft:chiseled_stone_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6Y2hpc2VsZWRfc3RvbmVfYnJpY2tz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF9zdG9uZV9icmlja3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 366, - "key": "minecraft:packed_mud", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cGFja2VkX211ZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5wYWNrZWRfbXVkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 367, - "key": "minecraft:mud_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6bXVkX2JyaWNrcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5tdWRfYnJpY2tzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 368, - "key": "minecraft:deepslate_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZGVlcHNsYXRlX2JyaWNrcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfYnJpY2tzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 369, - "key": "minecraft:cracked_deepslate_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6Y3JhY2tlZF9kZWVwc2xhdGVfYnJpY2tz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5jcmFja2VkX2RlZXBzbGF0ZV9icmlja3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 370, - "key": "minecraft:deepslate_tiles", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZGVlcHNsYXRlX3RpbGVz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfdGlsZXMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 371, - "key": "minecraft:cracked_deepslate_tiles", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6Y3JhY2tlZF9kZWVwc2xhdGVfdGlsZXM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5jcmFja2VkX2RlZXBzbGF0ZV90aWxlcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 372, - "key": "minecraft:chiseled_deepslate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Y2hpc2VsZWRfZGVlcHNsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF9kZWVwc2xhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 373, - "key": "minecraft:reinforced_deepslate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6cmVpbmZvcmNlZF9kZWVwc2xhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5yZWluZm9yY2VkX2RlZXBzbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 374, - "key": "minecraft:brown_mushroom_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6YnJvd25fbXVzaHJvb21fYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5icm93bl9tdXNocm9vbV9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 375, - "key": "minecraft:red_mushroom_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cmVkX211c2hyb29tX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5yZWRfbXVzaHJvb21fYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 376, - "key": "minecraft:mushroom_stem", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bXVzaHJvb21fc3RlbQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5tdXNocm9vbV9zdGVtAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 377, - "key": "minecraft:iron_bars", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6aXJvbl9iYXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5pcm9uX2JhcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 378, - "key": "minecraft:chain", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6Y2hhaW4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5jaGFpbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 379, - "key": "minecraft:glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Z2xhc3NfcGFuZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5nbGFzc19wYW5lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 380, - "key": "minecraft:melon", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6bWVsb24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5tZWxvbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 381, - "key": "minecraft:vine", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6dmluZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC52aW5lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 382, - "key": "minecraft:glow_lichen", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Z2xvd19saWNoZW4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5nbG93X2xpY2hlbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 383, - "key": "minecraft:resin_clump", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cmVzaW5fY2x1bXA=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LnJlc2luX2NsdW1wAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 384, - "key": "minecraft:resin_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cmVzaW5fYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5yZXNpbl9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 385, - "key": "minecraft:resin_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6cmVzaW5fYnJpY2tz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5yZXNpbl9icmlja3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 386, - "key": "minecraft:resin_brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cmVzaW5fYnJpY2tfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5yZXNpbl9icmlja19zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 387, - "key": "minecraft:resin_brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cmVzaW5fYnJpY2tfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5yZXNpbl9icmlja19zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 388, - "key": "minecraft:resin_brick_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cmVzaW5fYnJpY2tfd2FsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5yZXNpbl9icmlja193YWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 389, - "key": "minecraft:chiseled_resin_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6Y2hpc2VsZWRfcmVzaW5fYnJpY2tz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF9yZXNpbl9icmlja3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 390, - "key": "minecraft:brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YnJpY2tfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5icmlja19zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 391, - "key": "minecraft:stone_brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6c3RvbmVfYnJpY2tfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5zdG9uZV9icmlja19zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 392, - "key": "minecraft:mud_brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6bXVkX2JyaWNrX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5tdWRfYnJpY2tfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 393, - "key": "minecraft:mycelium", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6bXljZWxpdW0=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5teWNlbGl1bQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 394, - "key": "minecraft:lily_pad", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6bGlseV9wYWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5saWx5X3BhZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 395, - "key": "minecraft:nether_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bmV0aGVyX2JyaWNrcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5uZXRoZXJfYnJpY2tzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 396, - "key": "minecraft:cracked_nether_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6Y3JhY2tlZF9uZXRoZXJfYnJpY2tz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5jcmFja2VkX25ldGhlcl9icmlja3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 397, - "key": "minecraft:chiseled_nether_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Y2hpc2VsZWRfbmV0aGVyX2JyaWNrcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF9uZXRoZXJfYnJpY2tzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 398, - "key": "minecraft:nether_brick_fence", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bmV0aGVyX2JyaWNrX2ZlbmNl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5uZXRoZXJfYnJpY2tfZmVuY2UA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 399, - "key": "minecraft:nether_brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6bmV0aGVyX2JyaWNrX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5uZXRoZXJfYnJpY2tfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 400, - "key": "minecraft:sculk", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6c2N1bGs=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5zY3VsawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 401, - "key": "minecraft:sculk_vein", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6c2N1bGtfdmVpbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5zY3Vsa192ZWluAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 402, - "key": "minecraft:sculk_catalyst", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6c2N1bGtfY2F0YWx5c3Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5zY3Vsa19jYXRhbHlzdAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 403, - "key": "minecraft:sculk_shrieker", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6c2N1bGtfc2hyaWVrZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5zY3Vsa19zaHJpZWtlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 404, - "key": "minecraft:enchanting_table", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZW5jaGFudGluZ190YWJsZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5lbmNoYW50aW5nX3RhYmxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 405, - "key": "minecraft:end_portal_frame", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZW5kX3BvcnRhbF9mcmFtZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5lbmRfcG9ydGFsX2ZyYW1lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 406, - "key": "minecraft:end_stone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6ZW5kX3N0b25l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5lbmRfc3RvbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 407, - "key": "minecraft:end_stone_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZW5kX3N0b25lX2JyaWNrcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5lbmRfc3RvbmVfYnJpY2tzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 408, - "key": "minecraft:dragon_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6ZHJhZ29uX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5kcmFnb25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 409, - "key": "minecraft:sandstone_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6c2FuZHN0b25lX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5zYW5kc3RvbmVfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 410, - "key": "minecraft:ender_chest", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZW5kZXJfY2hlc3Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5lbmRlcl9jaGVzdAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 411, - "key": "minecraft:emerald_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZW1lcmFsZF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5lbWVyYWxkX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 412, - "key": "minecraft:oak_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6b2FrX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5vYWtfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 413, - "key": "minecraft:spruce_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c3BydWNlX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5zcHJ1Y2Vfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 414, - "key": "minecraft:birch_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmlyY2hfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5iaXJjaF9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 415, - "key": "minecraft:jungle_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6anVuZ2xlX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5qdW5nbGVfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 416, - "key": "minecraft:acacia_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YWNhY2lhX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5hY2FjaWFfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 417, - "key": "minecraft:cherry_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y2hlcnJ5X3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jaGVycnlfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 418, - "key": "minecraft:dark_oak_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZGFya19vYWtfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 419, - "key": "minecraft:pale_oak_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cGFsZV9vYWtfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 420, - "key": "minecraft:mangrove_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bWFuZ3JvdmVfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 421, - "key": "minecraft:bamboo_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YmFtYm9vX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5iYW1ib29fc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 422, - "key": "minecraft:bamboo_mosaic_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6YmFtYm9vX21vc2FpY19zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5iYW1ib29fbW9zYWljX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 423, - "key": "minecraft:crimson_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y3JpbXNvbl9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5jcmltc29uX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 424, - "key": "minecraft:warped_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6d2FycGVkX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC53YXJwZWRfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 425, - "key": "minecraft:command_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y29tbWFuZF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jb21tYW5kX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 426, - "key": "minecraft:beacon", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6YmVhY29u", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5iZWFjb24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 427, - "key": "minecraft:cobblestone_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6Y29iYmxlc3RvbmVfd2FsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5jb2JibGVzdG9uZV93YWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 428, - "key": "minecraft:mossy_cobblestone_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6bW9zc3lfY29iYmxlc3RvbmVfd2FsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5tb3NzeV9jb2JibGVzdG9uZV93YWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 429, - "key": "minecraft:brick_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YnJpY2tfd2FsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5icmlja193YWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 430, - "key": "minecraft:prismarine_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cHJpc21hcmluZV93YWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5wcmlzbWFyaW5lX3dhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 431, - "key": "minecraft:red_sandstone_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cmVkX3NhbmRzdG9uZV93YWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5yZWRfc2FuZHN0b25lX3dhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 432, - "key": "minecraft:mossy_stone_brick_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6bW9zc3lfc3RvbmVfYnJpY2tfd2FsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5tb3NzeV9zdG9uZV9icmlja193YWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 433, - "key": "minecraft:granite_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z3Jhbml0ZV93YWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5ncmFuaXRlX3dhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 434, - "key": "minecraft:stone_brick_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6c3RvbmVfYnJpY2tfd2FsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5zdG9uZV9icmlja193YWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 435, - "key": "minecraft:mud_brick_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bXVkX2JyaWNrX3dhbGw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5tdWRfYnJpY2tfd2FsbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 436, - "key": "minecraft:nether_brick_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bmV0aGVyX2JyaWNrX3dhbGw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5uZXRoZXJfYnJpY2tfd2FsbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 437, - "key": "minecraft:andesite_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YW5kZXNpdGVfd2FsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5hbmRlc2l0ZV93YWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 438, - "key": "minecraft:red_nether_brick_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6cmVkX25ldGhlcl9icmlja193YWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5yZWRfbmV0aGVyX2JyaWNrX3dhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 439, - "key": "minecraft:sandstone_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6c2FuZHN0b25lX3dhbGw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5zYW5kc3RvbmVfd2FsbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 440, - "key": "minecraft:end_stone_brick_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6ZW5kX3N0b25lX2JyaWNrX3dhbGw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5lbmRfc3RvbmVfYnJpY2tfd2FsbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 441, - "key": "minecraft:diorite_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6ZGlvcml0ZV93YWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5kaW9yaXRlX3dhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 442, - "key": "minecraft:blackstone_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6YmxhY2tzdG9uZV93YWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5ibGFja3N0b25lX3dhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 443, - "key": "minecraft:polished_blackstone_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6cG9saXNoZWRfYmxhY2tzdG9uZV93YWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ibGFja3N0b25lX3dhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 444, - "key": "minecraft:polished_blackstone_brick_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByhtaW5lY3JhZnQ6cG9saXNoZWRfYmxhY2tzdG9uZV9icmlja193YWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALmJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ibGFja3N0b25lX2JyaWNrX3dhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 445, - "key": "minecraft:cobbled_deepslate_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Y29iYmxlZF9kZWVwc2xhdGVfd2FsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5jb2JibGVkX2RlZXBzbGF0ZV93YWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 446, - "key": "minecraft:polished_deepslate_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6cG9saXNoZWRfZGVlcHNsYXRlX3dhbGw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9kZWVwc2xhdGVfd2FsbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 447, - "key": "minecraft:deepslate_brick_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6ZGVlcHNsYXRlX2JyaWNrX3dhbGw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfYnJpY2tfd2FsbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 448, - "key": "minecraft:deepslate_tile_wall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZGVlcHNsYXRlX3RpbGVfd2FsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfdGlsZV93YWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 449, - "key": "minecraft:anvil", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6YW52aWw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5hbnZpbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 450, - "key": "minecraft:chipped_anvil", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y2hpcHBlZF9hbnZpbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jaGlwcGVkX2FudmlsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 451, - "key": "minecraft:damaged_anvil", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZGFtYWdlZF9hbnZpbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5kYW1hZ2VkX2FudmlsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 452, - "key": "minecraft:chiseled_quartz_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6Y2hpc2VsZWRfcXVhcnR6X2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF9xdWFydHpfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 453, - "key": "minecraft:quartz_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6cXVhcnR6X2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5xdWFydHpfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 454, - "key": "minecraft:quartz_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cXVhcnR6X2JyaWNrcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5xdWFydHpfYnJpY2tzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 455, - "key": "minecraft:quartz_pillar", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cXVhcnR6X3BpbGxhcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5xdWFydHpfcGlsbGFyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 456, - "key": "minecraft:quartz_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cXVhcnR6X3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5xdWFydHpfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 457, - "key": "minecraft:white_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6d2hpdGVfdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC53aGl0ZV90ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 458, - "key": "minecraft:orange_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6b3JhbmdlX3RlcnJhY290dGE=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5vcmFuZ2VfdGVycmFjb3R0YQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 459, - "key": "minecraft:magenta_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bWFnZW50YV90ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 460, - "key": "minecraft:light_blue_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6bGlnaHRfYmx1ZV90ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 461, - "key": "minecraft:yellow_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6eWVsbG93X3RlcnJhY290dGE=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC55ZWxsb3dfdGVycmFjb3R0YQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 462, - "key": "minecraft:lime_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bGltZV90ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5saW1lX3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 463, - "key": "minecraft:pink_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cGlua190ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5waW5rX3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 464, - "key": "minecraft:gray_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Z3JheV90ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5ncmF5X3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 465, - "key": "minecraft:light_gray_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6bGlnaHRfZ3JheV90ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 466, - "key": "minecraft:cyan_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Y3lhbl90ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5jeWFuX3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 467, - "key": "minecraft:purple_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cHVycGxlX3RlcnJhY290dGE=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5wdXJwbGVfdGVycmFjb3R0YQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 468, - "key": "minecraft:blue_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Ymx1ZV90ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5ibHVlX3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 469, - "key": "minecraft:brown_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6YnJvd25fdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5icm93bl90ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 470, - "key": "minecraft:green_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6Z3JlZW5fdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5ncmVlbl90ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 471, - "key": "minecraft:red_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6cmVkX3RlcnJhY290dGE=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5yZWRfdGVycmFjb3R0YQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 472, - "key": "minecraft:black_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6YmxhY2tfdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5ibGFja190ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 473, - "key": "minecraft:barrier", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6YmFycmllcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5iYXJyaWVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 474, - "key": "minecraft:light", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:block_state": "QwEFbGV2ZWwCMTU=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6bGlnaHQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5saWdodAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 475, - "key": "minecraft:hay_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6aGF5X2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5oYXlfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 476, - "key": "minecraft:white_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEWbWluZWNyYWZ0OndoaXRlX2NhcnBldAABA0yBAQEBAQAB1wY=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6d2hpdGVfY2FycGV0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC53aGl0ZV9jYXJwZXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 477, - "key": "minecraft:orange_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEXbWluZWNyYWZ0Om9yYW5nZV9jYXJwZXQAAQNMgQEBAQEAAdcG", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6b3JhbmdlX2NhcnBldA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5vcmFuZ2VfY2FycGV0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 478, - "key": "minecraft:magenta_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEYbWluZWNyYWZ0Om1hZ2VudGFfY2FycGV0AAEDTIEBAQEBAAHXBg==", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bWFnZW50YV9jYXJwZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX2NhcnBldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 479, - "key": "minecraft:light_blue_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEbbWluZWNyYWZ0OmxpZ2h0X2JsdWVfY2FycGV0AAEDTIEBAQEBAAHXBg==", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bGlnaHRfYmx1ZV9jYXJwZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX2NhcnBldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 480, - "key": "minecraft:yellow_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEXbWluZWNyYWZ0OnllbGxvd19jYXJwZXQAAQNMgQEBAQEAAdcG", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6eWVsbG93X2NhcnBldA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC55ZWxsb3dfY2FycGV0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 481, - "key": "minecraft:lime_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEVbWluZWNyYWZ0OmxpbWVfY2FycGV0AAEDTIEBAQEBAAHXBg==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bGltZV9jYXJwZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5saW1lX2NhcnBldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 482, - "key": "minecraft:pink_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEVbWluZWNyYWZ0OnBpbmtfY2FycGV0AAEDTIEBAQEBAAHXBg==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cGlua19jYXJwZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5waW5rX2NhcnBldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 483, - "key": "minecraft:gray_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEVbWluZWNyYWZ0OmdyYXlfY2FycGV0AAEDTIEBAQEBAAHXBg==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Z3JheV9jYXJwZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5ncmF5X2NhcnBldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 484, - "key": "minecraft:light_gray_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEbbWluZWNyYWZ0OmxpZ2h0X2dyYXlfY2FycGV0AAEDTIEBAQEBAAHXBg==", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bGlnaHRfZ3JheV9jYXJwZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X2NhcnBldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 485, - "key": "minecraft:cyan_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEVbWluZWNyYWZ0OmN5YW5fY2FycGV0AAEDTIEBAQEBAAHXBg==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y3lhbl9jYXJwZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5jeWFuX2NhcnBldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 486, - "key": "minecraft:purple_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEXbWluZWNyYWZ0OnB1cnBsZV9jYXJwZXQAAQNMgQEBAQEAAdcG", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cHVycGxlX2NhcnBldA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5wdXJwbGVfY2FycGV0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 487, - "key": "minecraft:blue_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEVbWluZWNyYWZ0OmJsdWVfY2FycGV0AAEDTIEBAQEBAAHXBg==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Ymx1ZV9jYXJwZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5ibHVlX2NhcnBldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 488, - "key": "minecraft:brown_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEWbWluZWNyYWZ0OmJyb3duX2NhcnBldAABA0yBAQEBAQAB1wY=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YnJvd25fY2FycGV0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5icm93bl9jYXJwZXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 489, - "key": "minecraft:green_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEWbWluZWNyYWZ0OmdyZWVuX2NhcnBldAABA0yBAQEBAQAB1wY=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z3JlZW5fY2FycGV0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5ncmVlbl9jYXJwZXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 490, - "key": "minecraft:red_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEUbWluZWNyYWZ0OnJlZF9jYXJwZXQAAQNMgQEBAQEAAdcG", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cmVkX2NhcnBldA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5yZWRfY2FycGV0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 491, - "key": "minecraft:black_carpet", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbWBgEWbWluZWNyYWZ0OmJsYWNrX2NhcnBldAABA0yBAQEBAQAB1wY=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmxhY2tfY2FycGV0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5ibGFja19jYXJwZXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 492, - "key": "minecraft:terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6dGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC50ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 493, - "key": "minecraft:packed_ice", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cGFja2VkX2ljZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5wYWNrZWRfaWNlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 494, - "key": "minecraft:dirt_path", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6ZGlydF9wYXRo", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5kaXJ0X3BhdGgA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 495, - "key": "minecraft:sunflower", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6c3VuZmxvd2Vy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5zdW5mbG93ZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 496, - "key": "minecraft:lilac", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6bGlsYWM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5saWxhYwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 497, - "key": "minecraft:rose_bush", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6cm9zZV9idXNo", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5yb3NlX2J1c2gA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 498, - "key": "minecraft:peony", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6cGVvbnk=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5wZW9ueQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 499, - "key": "minecraft:tall_grass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6dGFsbF9ncmFzcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC50YWxsX2dyYXNzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 500, - "key": "minecraft:large_fern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6bGFyZ2VfZmVybg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5sYXJnZV9mZXJuAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 501, - "key": "minecraft:white_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6d2hpdGVfc3RhaW5lZF9nbGFzcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC53aGl0ZV9zdGFpbmVkX2dsYXNzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 502, - "key": "minecraft:orange_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6b3JhbmdlX3N0YWluZWRfZ2xhc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5vcmFuZ2Vfc3RhaW5lZF9nbGFzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 503, - "key": "minecraft:magenta_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6bWFnZW50YV9zdGFpbmVkX2dsYXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX3N0YWluZWRfZ2xhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 504, - "key": "minecraft:light_blue_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6bGlnaHRfYmx1ZV9zdGFpbmVkX2dsYXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX3N0YWluZWRfZ2xhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 505, - "key": "minecraft:yellow_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6eWVsbG93X3N0YWluZWRfZ2xhc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC55ZWxsb3dfc3RhaW5lZF9nbGFzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 506, - "key": "minecraft:lime_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bGltZV9zdGFpbmVkX2dsYXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5saW1lX3N0YWluZWRfZ2xhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 507, - "key": "minecraft:pink_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cGlua19zdGFpbmVkX2dsYXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5waW5rX3N0YWluZWRfZ2xhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 508, - "key": "minecraft:gray_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Z3JheV9zdGFpbmVkX2dsYXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5ncmF5X3N0YWluZWRfZ2xhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 509, - "key": "minecraft:light_gray_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6bGlnaHRfZ3JheV9zdGFpbmVkX2dsYXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X3N0YWluZWRfZ2xhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 510, - "key": "minecraft:cyan_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Y3lhbl9zdGFpbmVkX2dsYXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5jeWFuX3N0YWluZWRfZ2xhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 511, - "key": "minecraft:purple_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6cHVycGxlX3N0YWluZWRfZ2xhc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5wdXJwbGVfc3RhaW5lZF9nbGFzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 512, - "key": "minecraft:blue_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Ymx1ZV9zdGFpbmVkX2dsYXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5ibHVlX3N0YWluZWRfZ2xhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 513, - "key": "minecraft:brown_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6YnJvd25fc3RhaW5lZF9nbGFzcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5icm93bl9zdGFpbmVkX2dsYXNzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 514, - "key": "minecraft:green_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6Z3JlZW5fc3RhaW5lZF9nbGFzcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5ncmVlbl9zdGFpbmVkX2dsYXNzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 515, - "key": "minecraft:red_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cmVkX3N0YWluZWRfZ2xhc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5yZWRfc3RhaW5lZF9nbGFzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 516, - "key": "minecraft:black_stained_glass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6YmxhY2tfc3RhaW5lZF9nbGFzcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5ibGFja19zdGFpbmVkX2dsYXNzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 517, - "key": "minecraft:white_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6d2hpdGVfc3RhaW5lZF9nbGFzc19wYW5l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC53aGl0ZV9zdGFpbmVkX2dsYXNzX3BhbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 518, - "key": "minecraft:orange_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6b3JhbmdlX3N0YWluZWRfZ2xhc3NfcGFuZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC5vcmFuZ2Vfc3RhaW5lZF9nbGFzc19wYW5lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 519, - "key": "minecraft:magenta_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6bWFnZW50YV9zdGFpbmVkX2dsYXNzX3BhbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKmJsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX3N0YWluZWRfZ2xhc3NfcGFuZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 520, - "key": "minecraft:light_blue_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BydtaW5lY3JhZnQ6bGlnaHRfYmx1ZV9zdGFpbmVkX2dsYXNzX3BhbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALWJsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX3N0YWluZWRfZ2xhc3NfcGFuZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 521, - "key": "minecraft:yellow_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6eWVsbG93X3N0YWluZWRfZ2xhc3NfcGFuZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC55ZWxsb3dfc3RhaW5lZF9nbGFzc19wYW5lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 522, - "key": "minecraft:lime_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6bGltZV9zdGFpbmVkX2dsYXNzX3BhbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5saW1lX3N0YWluZWRfZ2xhc3NfcGFuZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 523, - "key": "minecraft:pink_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6cGlua19zdGFpbmVkX2dsYXNzX3BhbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5waW5rX3N0YWluZWRfZ2xhc3NfcGFuZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 524, - "key": "minecraft:gray_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6Z3JheV9zdGFpbmVkX2dsYXNzX3BhbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5ncmF5X3N0YWluZWRfZ2xhc3NfcGFuZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 525, - "key": "minecraft:light_gray_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BydtaW5lY3JhZnQ6bGlnaHRfZ3JheV9zdGFpbmVkX2dsYXNzX3BhbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALWJsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X3N0YWluZWRfZ2xhc3NfcGFuZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 526, - "key": "minecraft:cyan_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6Y3lhbl9zdGFpbmVkX2dsYXNzX3BhbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5jeWFuX3N0YWluZWRfZ2xhc3NfcGFuZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 527, - "key": "minecraft:purple_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6cHVycGxlX3N0YWluZWRfZ2xhc3NfcGFuZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC5wdXJwbGVfc3RhaW5lZF9nbGFzc19wYW5lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 528, - "key": "minecraft:blue_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6Ymx1ZV9zdGFpbmVkX2dsYXNzX3BhbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5ibHVlX3N0YWluZWRfZ2xhc3NfcGFuZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 529, - "key": "minecraft:brown_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6YnJvd25fc3RhaW5lZF9nbGFzc19wYW5l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5icm93bl9zdGFpbmVkX2dsYXNzX3BhbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 530, - "key": "minecraft:green_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6Z3JlZW5fc3RhaW5lZF9nbGFzc19wYW5l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5ncmVlbl9zdGFpbmVkX2dsYXNzX3BhbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 531, - "key": "minecraft:red_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6cmVkX3N0YWluZWRfZ2xhc3NfcGFuZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5yZWRfc3RhaW5lZF9nbGFzc19wYW5lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 532, - "key": "minecraft:black_stained_glass_pane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6YmxhY2tfc3RhaW5lZF9nbGFzc19wYW5l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5ibGFja19zdGFpbmVkX2dsYXNzX3BhbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 533, - "key": "minecraft:prismarine", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cHJpc21hcmluZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5wcmlzbWFyaW5lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 534, - "key": "minecraft:prismarine_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cHJpc21hcmluZV9icmlja3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5wcmlzbWFyaW5lX2JyaWNrcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 535, - "key": "minecraft:dark_prismarine", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZGFya19wcmlzbWFyaW5l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5kYXJrX3ByaXNtYXJpbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 536, - "key": "minecraft:prismarine_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cHJpc21hcmluZV9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5wcmlzbWFyaW5lX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 537, - "key": "minecraft:prismarine_brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6cHJpc21hcmluZV9icmlja19zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5wcmlzbWFyaW5lX2JyaWNrX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 538, - "key": "minecraft:dark_prismarine_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6ZGFya19wcmlzbWFyaW5lX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5kYXJrX3ByaXNtYXJpbmVfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 539, - "key": "minecraft:sea_lantern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c2VhX2xhbnRlcm4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zZWFfbGFudGVybgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 540, - "key": "minecraft:red_sandstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cmVkX3NhbmRzdG9uZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5yZWRfc2FuZHN0b25lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 541, - "key": "minecraft:chiseled_red_sandstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Y2hpc2VsZWRfcmVkX3NhbmRzdG9uZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF9yZWRfc2FuZHN0b25lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 542, - "key": "minecraft:cut_red_sandstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Y3V0X3JlZF9zYW5kc3RvbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5jdXRfcmVkX3NhbmRzdG9uZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 543, - "key": "minecraft:red_sandstone_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6cmVkX3NhbmRzdG9uZV9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5yZWRfc2FuZHN0b25lX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 544, - "key": "minecraft:repeating_command_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6cmVwZWF0aW5nX2NvbW1hbmRfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5yZXBlYXRpbmdfY29tbWFuZF9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 545, - "key": "minecraft:chain_command_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6Y2hhaW5fY29tbWFuZF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5jaGFpbl9jb21tYW5kX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 546, - "key": "minecraft:magma_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bWFnbWFfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5tYWdtYV9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 547, - "key": "minecraft:nether_wart_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bmV0aGVyX3dhcnRfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5uZXRoZXJfd2FydF9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 548, - "key": "minecraft:warped_wart_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6d2FycGVkX3dhcnRfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC53YXJwZWRfd2FydF9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 549, - "key": "minecraft:red_nether_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cmVkX25ldGhlcl9icmlja3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5yZWRfbmV0aGVyX2JyaWNrcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 550, - "key": "minecraft:bone_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Ym9uZV9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5ib25lX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 551, - "key": "minecraft:structure_void", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6c3RydWN0dXJlX3ZvaWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5zdHJ1Y3R1cmVfdm9pZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 552, - "key": "minecraft:shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c2h1bGtlcl9ib3g=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zaHVsa2VyX2JveAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 553, - "key": "minecraft:white_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6d2hpdGVfc2h1bGtlcl9ib3g=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC53aGl0ZV9zaHVsa2VyX2JveAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 554, - "key": "minecraft:orange_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6b3JhbmdlX3NodWxrZXJfYm94", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5vcmFuZ2Vfc2h1bGtlcl9ib3gA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 555, - "key": "minecraft:magenta_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6bWFnZW50YV9zaHVsa2VyX2JveA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX3NodWxrZXJfYm94AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 556, - "key": "minecraft:light_blue_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6bGlnaHRfYmx1ZV9zaHVsa2VyX2JveA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX3NodWxrZXJfYm94AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 557, - "key": "minecraft:yellow_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6eWVsbG93X3NodWxrZXJfYm94", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC55ZWxsb3dfc2h1bGtlcl9ib3gA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 558, - "key": "minecraft:lime_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6bGltZV9zaHVsa2VyX2JveA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5saW1lX3NodWxrZXJfYm94AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 559, - "key": "minecraft:pink_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cGlua19zaHVsa2VyX2JveA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5waW5rX3NodWxrZXJfYm94AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 560, - "key": "minecraft:gray_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6Z3JheV9zaHVsa2VyX2JveA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5ncmF5X3NodWxrZXJfYm94AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 561, - "key": "minecraft:light_gray_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6bGlnaHRfZ3JheV9zaHVsa2VyX2JveA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X3NodWxrZXJfYm94AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 562, - "key": "minecraft:cyan_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6Y3lhbl9zaHVsa2VyX2JveA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5jeWFuX3NodWxrZXJfYm94AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 563, - "key": "minecraft:purple_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cHVycGxlX3NodWxrZXJfYm94", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5wdXJwbGVfc2h1bGtlcl9ib3gA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 564, - "key": "minecraft:blue_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6Ymx1ZV9zaHVsa2VyX2JveA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5ibHVlX3NodWxrZXJfYm94AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 565, - "key": "minecraft:brown_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6YnJvd25fc2h1bGtlcl9ib3g=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5icm93bl9zaHVsa2VyX2JveAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 566, - "key": "minecraft:green_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Z3JlZW5fc2h1bGtlcl9ib3g=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5ncmVlbl9zaHVsa2VyX2JveAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 567, - "key": "minecraft:red_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cmVkX3NodWxrZXJfYm94", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5yZWRfc2h1bGtlcl9ib3gA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 568, - "key": "minecraft:black_shulker_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6YmxhY2tfc2h1bGtlcl9ib3g=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5ibGFja19zaHVsa2VyX2JveAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 569, - "key": "minecraft:white_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6d2hpdGVfZ2xhemVkX3RlcnJhY290dGE=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC53aGl0ZV9nbGF6ZWRfdGVycmFjb3R0YQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 570, - "key": "minecraft:orange_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6b3JhbmdlX2dsYXplZF90ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5vcmFuZ2VfZ2xhemVkX3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 571, - "key": "minecraft:magenta_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6bWFnZW50YV9nbGF6ZWRfdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX2dsYXplZF90ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 572, - "key": "minecraft:light_blue_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByZtaW5lY3JhZnQ6bGlnaHRfYmx1ZV9nbGF6ZWRfdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALGJsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX2dsYXplZF90ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 573, - "key": "minecraft:yellow_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6eWVsbG93X2dsYXplZF90ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC55ZWxsb3dfZ2xhemVkX3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 574, - "key": "minecraft:lime_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6bGltZV9nbGF6ZWRfdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5saW1lX2dsYXplZF90ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 575, - "key": "minecraft:pink_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6cGlua19nbGF6ZWRfdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5waW5rX2dsYXplZF90ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 576, - "key": "minecraft:gray_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Z3JheV9nbGF6ZWRfdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5ncmF5X2dsYXplZF90ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 577, - "key": "minecraft:light_gray_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByZtaW5lY3JhZnQ6bGlnaHRfZ3JheV9nbGF6ZWRfdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALGJsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X2dsYXplZF90ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 578, - "key": "minecraft:cyan_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Y3lhbl9nbGF6ZWRfdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5jeWFuX2dsYXplZF90ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 579, - "key": "minecraft:purple_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6cHVycGxlX2dsYXplZF90ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5wdXJwbGVfZ2xhemVkX3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 580, - "key": "minecraft:blue_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Ymx1ZV9nbGF6ZWRfdGVycmFjb3R0YQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5ibHVlX2dsYXplZF90ZXJyYWNvdHRhAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 581, - "key": "minecraft:brown_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6YnJvd25fZ2xhemVkX3RlcnJhY290dGE=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5icm93bl9nbGF6ZWRfdGVycmFjb3R0YQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 582, - "key": "minecraft:green_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6Z3JlZW5fZ2xhemVkX3RlcnJhY290dGE=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5ncmVlbl9nbGF6ZWRfdGVycmFjb3R0YQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 583, - "key": "minecraft:red_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6cmVkX2dsYXplZF90ZXJyYWNvdHRh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5yZWRfZ2xhemVkX3RlcnJhY290dGEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 584, - "key": "minecraft:black_glazed_terracotta", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6YmxhY2tfZ2xhemVkX3RlcnJhY290dGE=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5ibGFja19nbGF6ZWRfdGVycmFjb3R0YQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 585, - "key": "minecraft:white_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6d2hpdGVfY29uY3JldGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC53aGl0ZV9jb25jcmV0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 586, - "key": "minecraft:orange_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6b3JhbmdlX2NvbmNyZXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5vcmFuZ2VfY29uY3JldGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 587, - "key": "minecraft:magenta_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6bWFnZW50YV9jb25jcmV0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX2NvbmNyZXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 588, - "key": "minecraft:light_blue_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6bGlnaHRfYmx1ZV9jb25jcmV0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX2NvbmNyZXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 589, - "key": "minecraft:yellow_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6eWVsbG93X2NvbmNyZXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC55ZWxsb3dfY29uY3JldGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 590, - "key": "minecraft:lime_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bGltZV9jb25jcmV0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5saW1lX2NvbmNyZXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 591, - "key": "minecraft:pink_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cGlua19jb25jcmV0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5waW5rX2NvbmNyZXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 592, - "key": "minecraft:gray_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Z3JheV9jb25jcmV0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5ncmF5X2NvbmNyZXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 593, - "key": "minecraft:light_gray_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6bGlnaHRfZ3JheV9jb25jcmV0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X2NvbmNyZXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 594, - "key": "minecraft:cyan_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y3lhbl9jb25jcmV0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jeWFuX2NvbmNyZXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 595, - "key": "minecraft:purple_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cHVycGxlX2NvbmNyZXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5wdXJwbGVfY29uY3JldGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 596, - "key": "minecraft:blue_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Ymx1ZV9jb25jcmV0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5ibHVlX2NvbmNyZXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 597, - "key": "minecraft:brown_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6YnJvd25fY29uY3JldGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5icm93bl9jb25jcmV0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 598, - "key": "minecraft:green_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Z3JlZW5fY29uY3JldGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5ncmVlbl9jb25jcmV0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 599, - "key": "minecraft:red_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6cmVkX2NvbmNyZXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5yZWRfY29uY3JldGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 600, - "key": "minecraft:black_concrete", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6YmxhY2tfY29uY3JldGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5ibGFja19jb25jcmV0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 601, - "key": "minecraft:white_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6d2hpdGVfY29uY3JldGVfcG93ZGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC53aGl0ZV9jb25jcmV0ZV9wb3dkZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 602, - "key": "minecraft:orange_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6b3JhbmdlX2NvbmNyZXRlX3Bvd2Rlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5vcmFuZ2VfY29uY3JldGVfcG93ZGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 603, - "key": "minecraft:magenta_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6bWFnZW50YV9jb25jcmV0ZV9wb3dkZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX2NvbmNyZXRlX3Bvd2RlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 604, - "key": "minecraft:light_blue_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6bGlnaHRfYmx1ZV9jb25jcmV0ZV9wb3dkZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKmJsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX2NvbmNyZXRlX3Bvd2RlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 605, - "key": "minecraft:yellow_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6eWVsbG93X2NvbmNyZXRlX3Bvd2Rlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC55ZWxsb3dfY29uY3JldGVfcG93ZGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 606, - "key": "minecraft:lime_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6bGltZV9jb25jcmV0ZV9wb3dkZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5saW1lX2NvbmNyZXRlX3Bvd2RlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 607, - "key": "minecraft:pink_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6cGlua19jb25jcmV0ZV9wb3dkZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5waW5rX2NvbmNyZXRlX3Bvd2RlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 608, - "key": "minecraft:gray_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6Z3JheV9jb25jcmV0ZV9wb3dkZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5ncmF5X2NvbmNyZXRlX3Bvd2RlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 609, - "key": "minecraft:light_gray_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6bGlnaHRfZ3JheV9jb25jcmV0ZV9wb3dkZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKmJsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X2NvbmNyZXRlX3Bvd2RlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 610, - "key": "minecraft:cyan_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6Y3lhbl9jb25jcmV0ZV9wb3dkZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5jeWFuX2NvbmNyZXRlX3Bvd2RlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 611, - "key": "minecraft:purple_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6cHVycGxlX2NvbmNyZXRlX3Bvd2Rlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5wdXJwbGVfY29uY3JldGVfcG93ZGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 612, - "key": "minecraft:blue_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6Ymx1ZV9jb25jcmV0ZV9wb3dkZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5ibHVlX2NvbmNyZXRlX3Bvd2RlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 613, - "key": "minecraft:brown_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6YnJvd25fY29uY3JldGVfcG93ZGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5icm93bl9jb25jcmV0ZV9wb3dkZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 614, - "key": "minecraft:green_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6Z3JlZW5fY29uY3JldGVfcG93ZGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5ncmVlbl9jb25jcmV0ZV9wb3dkZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 615, - "key": "minecraft:red_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6cmVkX2NvbmNyZXRlX3Bvd2Rlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5yZWRfY29uY3JldGVfcG93ZGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 616, - "key": "minecraft:black_concrete_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6YmxhY2tfY29uY3JldGVfcG93ZGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5ibGFja19jb25jcmV0ZV9wb3dkZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 617, - "key": "minecraft:turtle_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6dHVydGxlX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC50dXJ0bGVfZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 618, - "key": "minecraft:sniffer_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c25pZmZlcl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zbmlmZmVyX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 619, - "key": "minecraft:dried_ghast", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZHJpZWRfZ2hhc3Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5kcmllZF9naGFzdAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 620, - "key": "minecraft:dead_tube_coral_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6ZGVhZF90dWJlX2NvcmFsX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5kZWFkX3R1YmVfY29yYWxfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 621, - "key": "minecraft:dead_brain_coral_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6ZGVhZF9icmFpbl9jb3JhbF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5kZWFkX2JyYWluX2NvcmFsX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 622, - "key": "minecraft:dead_bubble_coral_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6ZGVhZF9idWJibGVfY29yYWxfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5kZWFkX2J1YmJsZV9jb3JhbF9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 623, - "key": "minecraft:dead_fire_coral_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6ZGVhZF9maXJlX2NvcmFsX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5kZWFkX2ZpcmVfY29yYWxfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 624, - "key": "minecraft:dead_horn_coral_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6ZGVhZF9ob3JuX2NvcmFsX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5kZWFkX2hvcm5fY29yYWxfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 625, - "key": "minecraft:tube_coral_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6dHViZV9jb3JhbF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC50dWJlX2NvcmFsX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 626, - "key": "minecraft:brain_coral_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6YnJhaW5fY29yYWxfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5icmFpbl9jb3JhbF9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 627, - "key": "minecraft:bubble_coral_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6YnViYmxlX2NvcmFsX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5idWJibGVfY29yYWxfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 628, - "key": "minecraft:fire_coral_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZmlyZV9jb3JhbF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5maXJlX2NvcmFsX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 629, - "key": "minecraft:horn_coral_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6aG9ybl9jb3JhbF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5ob3JuX2NvcmFsX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 630, - "key": "minecraft:tube_coral", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6dHViZV9jb3JhbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC50dWJlX2NvcmFsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 631, - "key": "minecraft:brain_coral", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YnJhaW5fY29yYWw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5icmFpbl9jb3JhbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 632, - "key": "minecraft:bubble_coral", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YnViYmxlX2NvcmFs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5idWJibGVfY29yYWwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 633, - "key": "minecraft:fire_coral", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6ZmlyZV9jb3JhbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5maXJlX2NvcmFsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 634, - "key": "minecraft:horn_coral", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6aG9ybl9jb3JhbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5ob3JuX2NvcmFsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 635, - "key": "minecraft:dead_brain_coral", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZGVhZF9icmFpbl9jb3JhbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5kZWFkX2JyYWluX2NvcmFsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 636, - "key": "minecraft:dead_bubble_coral", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6ZGVhZF9idWJibGVfY29yYWw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5kZWFkX2J1YmJsZV9jb3JhbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 637, - "key": "minecraft:dead_fire_coral", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZGVhZF9maXJlX2NvcmFs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5kZWFkX2ZpcmVfY29yYWwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 638, - "key": "minecraft:dead_horn_coral", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZGVhZF9ob3JuX2NvcmFs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5kZWFkX2hvcm5fY29yYWwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 639, - "key": "minecraft:dead_tube_coral", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZGVhZF90dWJlX2NvcmFs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5kZWFkX3R1YmVfY29yYWwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 640, - "key": "minecraft:tube_coral_fan", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6dHViZV9jb3JhbF9mYW4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC50dWJlX2NvcmFsX2ZhbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 641, - "key": "minecraft:brain_coral_fan", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6YnJhaW5fY29yYWxfZmFu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5icmFpbl9jb3JhbF9mYW4A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 642, - "key": "minecraft:bubble_coral_fan", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6YnViYmxlX2NvcmFsX2Zhbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5idWJibGVfY29yYWxfZmFuAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 643, - "key": "minecraft:fire_coral_fan", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6ZmlyZV9jb3JhbF9mYW4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5maXJlX2NvcmFsX2ZhbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 644, - "key": "minecraft:horn_coral_fan", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6aG9ybl9jb3JhbF9mYW4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5ob3JuX2NvcmFsX2ZhbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 645, - "key": "minecraft:dead_tube_coral_fan", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZGVhZF90dWJlX2NvcmFsX2Zhbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5kZWFkX3R1YmVfY29yYWxfZmFuAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 646, - "key": "minecraft:dead_brain_coral_fan", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6ZGVhZF9icmFpbl9jb3JhbF9mYW4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5kZWFkX2JyYWluX2NvcmFsX2ZhbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 647, - "key": "minecraft:dead_bubble_coral_fan", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6ZGVhZF9idWJibGVfY29yYWxfZmFu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5kZWFkX2J1YmJsZV9jb3JhbF9mYW4A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 648, - "key": "minecraft:dead_fire_coral_fan", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZGVhZF9maXJlX2NvcmFsX2Zhbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5kZWFkX2ZpcmVfY29yYWxfZmFuAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 649, - "key": "minecraft:dead_horn_coral_fan", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZGVhZF9ob3JuX2NvcmFsX2Zhbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5kZWFkX2hvcm5fY29yYWxfZmFuAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 650, - "key": "minecraft:blue_ice", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Ymx1ZV9pY2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5ibHVlX2ljZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 651, - "key": "minecraft:conduit", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6Y29uZHVpdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5jb25kdWl0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 652, - "key": "minecraft:polished_granite_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6cG9saXNoZWRfZ3Jhbml0ZV9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ncmFuaXRlX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 653, - "key": "minecraft:smooth_red_sandstone_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByVtaW5lY3JhZnQ6c21vb3RoX3JlZF9zYW5kc3RvbmVfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAK2Jsb2NrLm1pbmVjcmFmdC5zbW9vdGhfcmVkX3NhbmRzdG9uZV9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 654, - "key": "minecraft:mossy_stone_brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6bW9zc3lfc3RvbmVfYnJpY2tfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5tb3NzeV9zdG9uZV9icmlja19zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 655, - "key": "minecraft:polished_diorite_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6cG9saXNoZWRfZGlvcml0ZV9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9kaW9yaXRlX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 656, - "key": "minecraft:mossy_cobblestone_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6bW9zc3lfY29iYmxlc3RvbmVfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5tb3NzeV9jb2JibGVzdG9uZV9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 657, - "key": "minecraft:end_stone_brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6ZW5kX3N0b25lX2JyaWNrX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5lbmRfc3RvbmVfYnJpY2tfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 658, - "key": "minecraft:stone_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6c3RvbmVfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5zdG9uZV9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 659, - "key": "minecraft:smooth_sandstone_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6c21vb3RoX3NhbmRzdG9uZV9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5zbW9vdGhfc2FuZHN0b25lX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 660, - "key": "minecraft:smooth_quartz_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c21vb3RoX3F1YXJ0el9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5zbW9vdGhfcXVhcnR6X3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 661, - "key": "minecraft:granite_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Z3Jhbml0ZV9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5ncmFuaXRlX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 662, - "key": "minecraft:andesite_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6YW5kZXNpdGVfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5hbmRlc2l0ZV9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 663, - "key": "minecraft:red_nether_brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6cmVkX25ldGhlcl9icmlja19zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5yZWRfbmV0aGVyX2JyaWNrX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 664, - "key": "minecraft:polished_andesite_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6cG9saXNoZWRfYW5kZXNpdGVfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9hbmRlc2l0ZV9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 665, - "key": "minecraft:diorite_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6ZGlvcml0ZV9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5kaW9yaXRlX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 666, - "key": "minecraft:cobbled_deepslate_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6Y29iYmxlZF9kZWVwc2xhdGVfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5jb2JibGVkX2RlZXBzbGF0ZV9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 667, - "key": "minecraft:polished_deepslate_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6cG9saXNoZWRfZGVlcHNsYXRlX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9kZWVwc2xhdGVfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 668, - "key": "minecraft:deepslate_brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6ZGVlcHNsYXRlX2JyaWNrX3N0YWlycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfYnJpY2tfc3RhaXJzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 669, - "key": "minecraft:deepslate_tile_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6ZGVlcHNsYXRlX3RpbGVfc3RhaXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfdGlsZV9zdGFpcnMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 670, - "key": "minecraft:polished_granite_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6cG9saXNoZWRfZ3Jhbml0ZV9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ncmFuaXRlX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 671, - "key": "minecraft:smooth_red_sandstone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6c21vb3RoX3JlZF9zYW5kc3RvbmVfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC5zbW9vdGhfcmVkX3NhbmRzdG9uZV9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 672, - "key": "minecraft:mossy_stone_brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6bW9zc3lfc3RvbmVfYnJpY2tfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5tb3NzeV9zdG9uZV9icmlja19zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 673, - "key": "minecraft:polished_diorite_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6cG9saXNoZWRfZGlvcml0ZV9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9kaW9yaXRlX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 674, - "key": "minecraft:mossy_cobblestone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6bW9zc3lfY29iYmxlc3RvbmVfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5tb3NzeV9jb2JibGVzdG9uZV9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 675, - "key": "minecraft:end_stone_brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6ZW5kX3N0b25lX2JyaWNrX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5lbmRfc3RvbmVfYnJpY2tfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 676, - "key": "minecraft:smooth_sandstone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6c21vb3RoX3NhbmRzdG9uZV9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5zbW9vdGhfc2FuZHN0b25lX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 677, - "key": "minecraft:smooth_quartz_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6c21vb3RoX3F1YXJ0el9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5zbW9vdGhfcXVhcnR6X3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 678, - "key": "minecraft:granite_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z3Jhbml0ZV9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5ncmFuaXRlX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 679, - "key": "minecraft:andesite_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YW5kZXNpdGVfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5hbmRlc2l0ZV9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 680, - "key": "minecraft:red_nether_brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6cmVkX25ldGhlcl9icmlja19zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5yZWRfbmV0aGVyX2JyaWNrX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 681, - "key": "minecraft:polished_andesite_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6cG9saXNoZWRfYW5kZXNpdGVfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9hbmRlc2l0ZV9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 682, - "key": "minecraft:diorite_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6ZGlvcml0ZV9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5kaW9yaXRlX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 683, - "key": "minecraft:cobbled_deepslate_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Y29iYmxlZF9kZWVwc2xhdGVfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5jb2JibGVkX2RlZXBzbGF0ZV9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 684, - "key": "minecraft:polished_deepslate_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6cG9saXNoZWRfZGVlcHNsYXRlX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9kZWVwc2xhdGVfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 685, - "key": "minecraft:deepslate_brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6ZGVlcHNsYXRlX2JyaWNrX3NsYWI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfYnJpY2tfc2xhYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 686, - "key": "minecraft:deepslate_tile_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZGVlcHNsYXRlX3RpbGVfc2xhYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5kZWVwc2xhdGVfdGlsZV9zbGFiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 687, - "key": "minecraft:scaffolding", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c2NhZmZvbGRpbmc=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zY2FmZm9sZGluZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 688, - "key": "minecraft:redstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6cmVkc3RvbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LnJlZHN0b25lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:provides_trim_material": "NQASbWluZWNyYWZ0OnJlZHN0b25l", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 689, - "key": "minecraft:redstone_torch", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6cmVkc3RvbmVfdG9yY2g=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5yZWRzdG9uZV90b3JjaAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 690, - "key": "minecraft:redstone_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6cmVkc3RvbmVfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5yZWRzdG9uZV9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 691, - "key": "minecraft:repeater", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6cmVwZWF0ZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5yZXBlYXRlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 692, - "key": "minecraft:comparator", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Y29tcGFyYXRvcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5jb21wYXJhdG9yAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 693, - "key": "minecraft:piston", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6cGlzdG9u", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5waXN0b24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 694, - "key": "minecraft:sticky_piston", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c3RpY2t5X3Bpc3Rvbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5zdGlja3lfcGlzdG9uAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 695, - "key": "minecraft:slime_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c2xpbWVfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zbGltZV9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 696, - "key": "minecraft:honey_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6aG9uZXlfYmxvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5ob25leV9ibG9jawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 697, - "key": "minecraft:observer", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6b2JzZXJ2ZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5vYnNlcnZlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 698, - "key": "minecraft:hopper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6aG9wcGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5ob3BwZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 699, - "key": "minecraft:dispenser", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6ZGlzcGVuc2Vy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5kaXNwZW5zZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 700, - "key": "minecraft:dropper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6ZHJvcHBlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5kcm9wcGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 701, - "key": "minecraft:lectern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6bGVjdGVybg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5sZWN0ZXJuAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 702, - "key": "minecraft:target", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6dGFyZ2V0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC50YXJnZXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 703, - "key": "minecraft:lever", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6bGV2ZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC5sZXZlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 704, - "key": "minecraft:lightning_rod", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bGlnaHRuaW5nX3JvZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5saWdodG5pbmdfcm9kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 705, - "key": "minecraft:daylight_detector", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6ZGF5bGlnaHRfZGV0ZWN0b3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5kYXlsaWdodF9kZXRlY3RvcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 706, - "key": "minecraft:sculk_sensor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6c2N1bGtfc2Vuc29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5zY3Vsa19zZW5zb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 707, - "key": "minecraft:calibrated_sculk_sensor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6Y2FsaWJyYXRlZF9zY3Vsa19zZW5zb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5jYWxpYnJhdGVkX3NjdWxrX3NlbnNvcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 708, - "key": "minecraft:tripwire_hook", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6dHJpcHdpcmVfaG9vaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC50cmlwd2lyZV9ob29rAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 709, - "key": "minecraft:trapped_chest", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6dHJhcHBlZF9jaGVzdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC50cmFwcGVkX2NoZXN0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 710, - "key": "minecraft:tnt", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw1taW5lY3JhZnQ6dG50", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAE2Jsb2NrLm1pbmVjcmFmdC50bnQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 711, - "key": "minecraft:redstone_lamp", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cmVkc3RvbmVfbGFtcA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5yZWRzdG9uZV9sYW1wAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 712, - "key": "minecraft:note_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6bm90ZV9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5ub3RlX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 713, - "key": "minecraft:stone_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6c3RvbmVfYnV0dG9u", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5zdG9uZV9idXR0b24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 714, - "key": "minecraft:polished_blackstone_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6cG9saXNoZWRfYmxhY2tzdG9uZV9idXR0b24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKmJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ibGFja3N0b25lX2J1dHRvbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 715, - "key": "minecraft:oak_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6b2FrX2J1dHRvbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5vYWtfYnV0dG9uAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 716, - "key": "minecraft:spruce_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c3BydWNlX2J1dHRvbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5zcHJ1Y2VfYnV0dG9uAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 717, - "key": "minecraft:birch_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmlyY2hfYnV0dG9u", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5iaXJjaF9idXR0b24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 718, - "key": "minecraft:jungle_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6anVuZ2xlX2J1dHRvbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5qdW5nbGVfYnV0dG9uAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 719, - "key": "minecraft:acacia_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YWNhY2lhX2J1dHRvbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5hY2FjaWFfYnV0dG9uAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 720, - "key": "minecraft:cherry_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y2hlcnJ5X2J1dHRvbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5jaGVycnlfYnV0dG9uAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 721, - "key": "minecraft:dark_oak_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZGFya19vYWtfYnV0dG9u", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19idXR0b24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 722, - "key": "minecraft:pale_oak_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cGFsZV9vYWtfYnV0dG9u", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19idXR0b24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 723, - "key": "minecraft:mangrove_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bWFuZ3JvdmVfYnV0dG9u", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9idXR0b24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 724, - "key": "minecraft:bamboo_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YmFtYm9vX2J1dHRvbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5iYW1ib29fYnV0dG9uAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 725, - "key": "minecraft:crimson_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y3JpbXNvbl9idXR0b24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5jcmltc29uX2J1dHRvbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 726, - "key": "minecraft:warped_button", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6d2FycGVkX2J1dHRvbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC53YXJwZWRfYnV0dG9uAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 727, - "key": "minecraft:stone_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c3RvbmVfcHJlc3N1cmVfcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5zdG9uZV9wcmVzc3VyZV9wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 728, - "key": "minecraft:polished_blackstone_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByxtaW5lY3JhZnQ6cG9saXNoZWRfYmxhY2tzdG9uZV9wcmVzc3VyZV9wbGF0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMmJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ibGFja3N0b25lX3ByZXNzdXJlX3BsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 729, - "key": "minecraft:light_weighted_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BydtaW5lY3JhZnQ6bGlnaHRfd2VpZ2h0ZWRfcHJlc3N1cmVfcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALWJsb2NrLm1pbmVjcmFmdC5saWdodF93ZWlnaHRlZF9wcmVzc3VyZV9wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 730, - "key": "minecraft:heavy_weighted_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BydtaW5lY3JhZnQ6aGVhdnlfd2VpZ2h0ZWRfcHJlc3N1cmVfcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALWJsb2NrLm1pbmVjcmFmdC5oZWF2eV93ZWlnaHRlZF9wcmVzc3VyZV9wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 731, - "key": "minecraft:oak_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6b2FrX3ByZXNzdXJlX3BsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5vYWtfcHJlc3N1cmVfcGxhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 732, - "key": "minecraft:spruce_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6c3BydWNlX3ByZXNzdXJlX3BsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5zcHJ1Y2VfcHJlc3N1cmVfcGxhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 733, - "key": "minecraft:birch_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6YmlyY2hfcHJlc3N1cmVfcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5iaXJjaF9wcmVzc3VyZV9wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 734, - "key": "minecraft:jungle_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6anVuZ2xlX3ByZXNzdXJlX3BsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5qdW5nbGVfcHJlc3N1cmVfcGxhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 735, - "key": "minecraft:acacia_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6YWNhY2lhX3ByZXNzdXJlX3BsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5hY2FjaWFfcHJlc3N1cmVfcGxhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 736, - "key": "minecraft:cherry_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6Y2hlcnJ5X3ByZXNzdXJlX3BsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5jaGVycnlfcHJlc3N1cmVfcGxhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 737, - "key": "minecraft:dark_oak_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6ZGFya19vYWtfcHJlc3N1cmVfcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19wcmVzc3VyZV9wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 738, - "key": "minecraft:pale_oak_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6cGFsZV9vYWtfcHJlc3N1cmVfcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19wcmVzc3VyZV9wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 739, - "key": "minecraft:mangrove_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6bWFuZ3JvdmVfcHJlc3N1cmVfcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9wcmVzc3VyZV9wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 740, - "key": "minecraft:bamboo_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6YmFtYm9vX3ByZXNzdXJlX3BsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5iYW1ib29fcHJlc3N1cmVfcGxhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 741, - "key": "minecraft:crimson_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Y3JpbXNvbl9wcmVzc3VyZV9wbGF0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC5jcmltc29uX3ByZXNzdXJlX3BsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 742, - "key": "minecraft:warped_pressure_plate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6d2FycGVkX3ByZXNzdXJlX3BsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC53YXJwZWRfcHJlc3N1cmVfcGxhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 743, - "key": "minecraft:iron_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6aXJvbl9kb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5pcm9uX2Rvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 744, - "key": "minecraft:oak_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6b2FrX2Rvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5vYWtfZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 745, - "key": "minecraft:spruce_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c3BydWNlX2Rvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zcHJ1Y2VfZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 746, - "key": "minecraft:birch_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YmlyY2hfZG9vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5iaXJjaF9kb29yAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 747, - "key": "minecraft:jungle_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6anVuZ2xlX2Rvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5qdW5nbGVfZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 748, - "key": "minecraft:acacia_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YWNhY2lhX2Rvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5hY2FjaWFfZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 749, - "key": "minecraft:cherry_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y2hlcnJ5X2Rvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5jaGVycnlfZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 750, - "key": "minecraft:dark_oak_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZGFya19vYWtfZG9vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19kb29yAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 751, - "key": "minecraft:pale_oak_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cGFsZV9vYWtfZG9vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19kb29yAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 752, - "key": "minecraft:mangrove_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bWFuZ3JvdmVfZG9vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9kb29yAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 753, - "key": "minecraft:bamboo_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YmFtYm9vX2Rvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5iYW1ib29fZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 754, - "key": "minecraft:crimson_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y3JpbXNvbl9kb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5jcmltc29uX2Rvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 755, - "key": "minecraft:warped_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6d2FycGVkX2Rvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC53YXJwZWRfZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 756, - "key": "minecraft:copper_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y29wcGVyX2Rvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5jb3BwZXJfZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 757, - "key": "minecraft:exposed_copper_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZXhwb3NlZF9jb3BwZXJfZG9vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5leHBvc2VkX2NvcHBlcl9kb29yAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 758, - "key": "minecraft:weathered_copper_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6d2VhdGhlcmVkX2NvcHBlcl9kb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC53ZWF0aGVyZWRfY29wcGVyX2Rvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 759, - "key": "minecraft:oxidized_copper_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6b3hpZGl6ZWRfY29wcGVyX2Rvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5veGlkaXplZF9jb3BwZXJfZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 760, - "key": "minecraft:waxed_copper_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6d2F4ZWRfY29wcGVyX2Rvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC53YXhlZF9jb3BwZXJfZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 761, - "key": "minecraft:waxed_exposed_copper_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6d2F4ZWRfZXhwb3NlZF9jb3BwZXJfZG9vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC53YXhlZF9leHBvc2VkX2NvcHBlcl9kb29yAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 762, - "key": "minecraft:waxed_weathered_copper_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByVtaW5lY3JhZnQ6d2F4ZWRfd2VhdGhlcmVkX2NvcHBlcl9kb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAK2Jsb2NrLm1pbmVjcmFmdC53YXhlZF93ZWF0aGVyZWRfY29wcGVyX2Rvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 763, - "key": "minecraft:waxed_oxidized_copper_door", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6d2F4ZWRfb3hpZGl6ZWRfY29wcGVyX2Rvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKmJsb2NrLm1pbmVjcmFmdC53YXhlZF9veGlkaXplZF9jb3BwZXJfZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 764, - "key": "minecraft:iron_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6aXJvbl90cmFwZG9vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5pcm9uX3RyYXBkb29yAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 765, - "key": "minecraft:oak_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6b2FrX3RyYXBkb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5vYWtfdHJhcGRvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 766, - "key": "minecraft:spruce_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6c3BydWNlX3RyYXBkb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5zcHJ1Y2VfdHJhcGRvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 767, - "key": "minecraft:birch_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6YmlyY2hfdHJhcGRvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5iaXJjaF90cmFwZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 768, - "key": "minecraft:jungle_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6anVuZ2xlX3RyYXBkb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5qdW5nbGVfdHJhcGRvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 769, - "key": "minecraft:acacia_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6YWNhY2lhX3RyYXBkb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5hY2FjaWFfdHJhcGRvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 770, - "key": "minecraft:cherry_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Y2hlcnJ5X3RyYXBkb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5jaGVycnlfdHJhcGRvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 771, - "key": "minecraft:dark_oak_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6ZGFya19vYWtfdHJhcGRvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5kYXJrX29ha190cmFwZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 772, - "key": "minecraft:pale_oak_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cGFsZV9vYWtfdHJhcGRvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5wYWxlX29ha190cmFwZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 773, - "key": "minecraft:mangrove_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bWFuZ3JvdmVfdHJhcGRvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV90cmFwZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 774, - "key": "minecraft:bamboo_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6YmFtYm9vX3RyYXBkb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5iYW1ib29fdHJhcGRvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 775, - "key": "minecraft:crimson_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6Y3JpbXNvbl90cmFwZG9vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5jcmltc29uX3RyYXBkb29yAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 776, - "key": "minecraft:warped_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6d2FycGVkX3RyYXBkb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC53YXJwZWRfdHJhcGRvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 777, - "key": "minecraft:copper_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Y29wcGVyX3RyYXBkb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5jb3BwZXJfdHJhcGRvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 778, - "key": "minecraft:exposed_copper_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6ZXhwb3NlZF9jb3BwZXJfdHJhcGRvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2Jsb2NrLm1pbmVjcmFmdC5leHBvc2VkX2NvcHBlcl90cmFwZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 779, - "key": "minecraft:weathered_copper_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6d2VhdGhlcmVkX2NvcHBlcl90cmFwZG9vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC53ZWF0aGVyZWRfY29wcGVyX3RyYXBkb29yAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 780, - "key": "minecraft:oxidized_copper_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6b3hpZGl6ZWRfY29wcGVyX3RyYXBkb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5veGlkaXplZF9jb3BwZXJfdHJhcGRvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 781, - "key": "minecraft:waxed_copper_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6d2F4ZWRfY29wcGVyX3RyYXBkb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC53YXhlZF9jb3BwZXJfdHJhcGRvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 782, - "key": "minecraft:waxed_exposed_copper_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BydtaW5lY3JhZnQ6d2F4ZWRfZXhwb3NlZF9jb3BwZXJfdHJhcGRvb3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALWJsb2NrLm1pbmVjcmFmdC53YXhlZF9leHBvc2VkX2NvcHBlcl90cmFwZG9vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 783, - "key": "minecraft:waxed_weathered_copper_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByltaW5lY3JhZnQ6d2F4ZWRfd2VhdGhlcmVkX2NvcHBlcl90cmFwZG9vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAL2Jsb2NrLm1pbmVjcmFmdC53YXhlZF93ZWF0aGVyZWRfY29wcGVyX3RyYXBkb29yAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 784, - "key": "minecraft:waxed_oxidized_copper_trapdoor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByhtaW5lY3JhZnQ6d2F4ZWRfb3hpZGl6ZWRfY29wcGVyX3RyYXBkb29y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALmJsb2NrLm1pbmVjcmFmdC53YXhlZF9veGlkaXplZF9jb3BwZXJfdHJhcGRvb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 785, - "key": "minecraft:oak_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6b2FrX2ZlbmNlX2dhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5vYWtfZmVuY2VfZ2F0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 786, - "key": "minecraft:spruce_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6c3BydWNlX2ZlbmNlX2dhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5zcHJ1Y2VfZmVuY2VfZ2F0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 787, - "key": "minecraft:birch_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6YmlyY2hfZmVuY2VfZ2F0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5iaXJjaF9mZW5jZV9nYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 788, - "key": "minecraft:jungle_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6anVuZ2xlX2ZlbmNlX2dhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5qdW5nbGVfZmVuY2VfZ2F0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 789, - "key": "minecraft:acacia_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6YWNhY2lhX2ZlbmNlX2dhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5hY2FjaWFfZmVuY2VfZ2F0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 790, - "key": "minecraft:cherry_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Y2hlcnJ5X2ZlbmNlX2dhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5jaGVycnlfZmVuY2VfZ2F0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 791, - "key": "minecraft:dark_oak_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZGFya19vYWtfZmVuY2VfZ2F0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19mZW5jZV9nYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 792, - "key": "minecraft:pale_oak_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6cGFsZV9vYWtfZmVuY2VfZ2F0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19mZW5jZV9nYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 793, - "key": "minecraft:mangrove_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6bWFuZ3JvdmVfZmVuY2VfZ2F0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9mZW5jZV9nYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 794, - "key": "minecraft:bamboo_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6YmFtYm9vX2ZlbmNlX2dhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5iYW1ib29fZmVuY2VfZ2F0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 795, - "key": "minecraft:crimson_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Y3JpbXNvbl9mZW5jZV9nYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5jcmltc29uX2ZlbmNlX2dhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 796, - "key": "minecraft:warped_fence_gate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6d2FycGVkX2ZlbmNlX2dhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC53YXJwZWRfZmVuY2VfZ2F0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 797, - "key": "minecraft:powered_rail", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6cG93ZXJlZF9yYWls", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5wb3dlcmVkX3JhaWwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 798, - "key": "minecraft:detector_rail", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZGV0ZWN0b3JfcmFpbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5kZXRlY3Rvcl9yYWlsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 799, - "key": "minecraft:rail", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6cmFpbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC5yYWlsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 800, - "key": "minecraft:activator_rail", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6YWN0aXZhdG9yX3JhaWw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5hY3RpdmF0b3JfcmFpbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 801, - "key": "minecraft:saddle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAeHBgEQbWluZWNyYWZ0OnNhZGRsZQABABptaW5lY3JhZnQ6Y2FuX2VxdWlwX3NhZGRsZQEBAQEBwA0=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6c2FkZGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LnNhZGRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 802, - "key": "minecraft:white_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEXbWluZWNyYWZ0OndoaXRlX2hhcm5lc3MAAQAbbWluZWNyYWZ0OmNhbl9lcXVpcF9oYXJuZXNzAQEBAQHgBQ==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6d2hpdGVfaGFybmVzcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LndoaXRlX2hhcm5lc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 803, - "key": "minecraft:orange_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEYbWluZWNyYWZ0Om9yYW5nZV9oYXJuZXNzAAEAG21pbmVjcmFmdDpjYW5fZXF1aXBfaGFybmVzcwEBAQEB4AU=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6b3JhbmdlX2hhcm5lc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lm9yYW5nZV9oYXJuZXNzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 804, - "key": "minecraft:magenta_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEZbWluZWNyYWZ0Om1hZ2VudGFfaGFybmVzcwABABttaW5lY3JhZnQ6Y2FuX2VxdWlwX2hhcm5lc3MBAQEBAeAF", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bWFnZW50YV9oYXJuZXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0Lm1hZ2VudGFfaGFybmVzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 805, - "key": "minecraft:light_blue_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEcbWluZWNyYWZ0OmxpZ2h0X2JsdWVfaGFybmVzcwABABttaW5lY3JhZnQ6Y2FuX2VxdWlwX2hhcm5lc3MBAQEBAeAF", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bGlnaHRfYmx1ZV9oYXJuZXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LmxpZ2h0X2JsdWVfaGFybmVzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 806, - "key": "minecraft:yellow_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEYbWluZWNyYWZ0OnllbGxvd19oYXJuZXNzAAEAG21pbmVjcmFmdDpjYW5fZXF1aXBfaGFybmVzcwEBAQEB4AU=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6eWVsbG93X2hhcm5lc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LnllbGxvd19oYXJuZXNzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 807, - "key": "minecraft:lime_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEWbWluZWNyYWZ0OmxpbWVfaGFybmVzcwABABttaW5lY3JhZnQ6Y2FuX2VxdWlwX2hhcm5lc3MBAQEBAeAF", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6bGltZV9oYXJuZXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmxpbWVfaGFybmVzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 808, - "key": "minecraft:pink_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEWbWluZWNyYWZ0OnBpbmtfaGFybmVzcwABABttaW5lY3JhZnQ6Y2FuX2VxdWlwX2hhcm5lc3MBAQEBAeAF", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6cGlua19oYXJuZXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LnBpbmtfaGFybmVzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 809, - "key": "minecraft:gray_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEWbWluZWNyYWZ0OmdyYXlfaGFybmVzcwABABttaW5lY3JhZnQ6Y2FuX2VxdWlwX2hhcm5lc3MBAQEBAeAF", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z3JheV9oYXJuZXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmdyYXlfaGFybmVzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 810, - "key": "minecraft:light_gray_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEcbWluZWNyYWZ0OmxpZ2h0X2dyYXlfaGFybmVzcwABABttaW5lY3JhZnQ6Y2FuX2VxdWlwX2hhcm5lc3MBAQEBAeAF", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bGlnaHRfZ3JheV9oYXJuZXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LmxpZ2h0X2dyYXlfaGFybmVzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 811, - "key": "minecraft:cyan_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEWbWluZWNyYWZ0OmN5YW5faGFybmVzcwABABttaW5lY3JhZnQ6Y2FuX2VxdWlwX2hhcm5lc3MBAQEBAeAF", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y3lhbl9oYXJuZXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmN5YW5faGFybmVzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 812, - "key": "minecraft:purple_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEYbWluZWNyYWZ0OnB1cnBsZV9oYXJuZXNzAAEAG21pbmVjcmFmdDpjYW5fZXF1aXBfaGFybmVzcwEBAQEB4AU=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6cHVycGxlX2hhcm5lc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LnB1cnBsZV9oYXJuZXNzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 813, - "key": "minecraft:blue_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEWbWluZWNyYWZ0OmJsdWVfaGFybmVzcwABABttaW5lY3JhZnQ6Y2FuX2VxdWlwX2hhcm5lc3MBAQEBAeAF", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Ymx1ZV9oYXJuZXNz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmJsdWVfaGFybmVzcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 814, - "key": "minecraft:brown_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEXbWluZWNyYWZ0OmJyb3duX2hhcm5lc3MAAQAbbWluZWNyYWZ0OmNhbl9lcXVpcF9oYXJuZXNzAQEBAQHgBQ==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YnJvd25faGFybmVzcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmJyb3duX2hhcm5lc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 815, - "key": "minecraft:green_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEXbWluZWNyYWZ0OmdyZWVuX2hhcm5lc3MAAQAbbWluZWNyYWZ0OmNhbl9lcXVpcF9oYXJuZXNzAQEBAQHgBQ==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Z3JlZW5faGFybmVzcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmdyZWVuX2hhcm5lc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 816, - "key": "minecraft:red_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEVbWluZWNyYWZ0OnJlZF9oYXJuZXNzAAEAG21pbmVjcmFmdDpjYW5fZXF1aXBfaGFybmVzcwEBAQEB4AU=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cmVkX2hhcm5lc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LnJlZF9oYXJuZXNzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 817, - "key": "minecraft:black_harness", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAbfBQEXbWluZWNyYWZ0OmJsYWNrX2hhcm5lc3MAAQAbbWluZWNyYWZ0OmNhbl9lcXVpcF9oYXJuZXNzAQEBAQHgBQ==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YmxhY2tfaGFybmVzcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmJsYWNrX2hhcm5lc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 818, - "key": "minecraft:minecart", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6bWluZWNhcnQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0Lm1pbmVjYXJ0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 819, - "key": "minecraft:chest_minecart", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y2hlc3RfbWluZWNhcnQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmNoZXN0X21pbmVjYXJ0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 820, - "key": "minecraft:furnace_minecart", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZnVybmFjZV9taW5lY2FydA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmZ1cm5hY2VfbWluZWNhcnQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 821, - "key": "minecraft:tnt_minecart", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6dG50X21pbmVjYXJ0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LnRudF9taW5lY2FydAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 822, - "key": "minecraft:hopper_minecart", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6aG9wcGVyX21pbmVjYXJ0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmhvcHBlcl9taW5lY2FydAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 823, - "key": "minecraft:carrot_on_a_stick", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Y2Fycm90X29uX2Ffc3RpY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmNhcnJvdF9vbl9hX3N0aWNrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Ahk=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 824, - "key": "minecraft:warped_fungus_on_a_stick", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6d2FycGVkX2Z1bmd1c19vbl9hX3N0aWNr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2l0ZW0ubWluZWNyYWZ0LndhcnBlZF9mdW5ndXNfb25fYV9zdGljawA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AmQ=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 825, - "key": "minecraft:phantom_membrane", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cGhhbnRvbV9tZW1icmFuZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnBoYW50b21fbWVtYnJhbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 826, - "key": "minecraft:elytra", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HANGARBtaW5lY3JhZnQ6ZWx5dHJhAAABAQAAAJIK", - "minecraft:glider": "Hg==", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6ZWx5dHJh", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LmVseXRyYQA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "ArAD", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQK5Bg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 827, - "key": "minecraft:oak_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6b2FrX2JvYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0Lm9ha19ib2F0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 828, - "key": "minecraft:oak_chest_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6b2FrX2NoZXN0X2JvYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lm9ha19jaGVzdF9ib2F0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 829, - "key": "minecraft:spruce_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c3BydWNlX2JvYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LnNwcnVjZV9ib2F0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 830, - "key": "minecraft:spruce_chest_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6c3BydWNlX2NoZXN0X2JvYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LnNwcnVjZV9jaGVzdF9ib2F0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 831, - "key": "minecraft:birch_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YmlyY2hfYm9hdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LmJpcmNoX2JvYXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 832, - "key": "minecraft:birch_chest_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6YmlyY2hfY2hlc3RfYm9hdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmJpcmNoX2NoZXN0X2JvYXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 833, - "key": "minecraft:jungle_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6anVuZ2xlX2JvYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0Lmp1bmdsZV9ib2F0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 834, - "key": "minecraft:jungle_chest_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6anVuZ2xlX2NoZXN0X2JvYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0Lmp1bmdsZV9jaGVzdF9ib2F0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 835, - "key": "minecraft:acacia_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YWNhY2lhX2JvYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmFjYWNpYV9ib2F0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 836, - "key": "minecraft:acacia_chest_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6YWNhY2lhX2NoZXN0X2JvYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmFjYWNpYV9jaGVzdF9ib2F0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 837, - "key": "minecraft:cherry_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y2hlcnJ5X2JvYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmNoZXJyeV9ib2F0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 838, - "key": "minecraft:cherry_chest_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Y2hlcnJ5X2NoZXN0X2JvYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmNoZXJyeV9jaGVzdF9ib2F0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 839, - "key": "minecraft:dark_oak_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZGFya19vYWtfYm9hdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmRhcmtfb2FrX2JvYXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 840, - "key": "minecraft:dark_oak_chest_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZGFya19vYWtfY2hlc3RfYm9hdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LmRhcmtfb2FrX2NoZXN0X2JvYXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 841, - "key": "minecraft:pale_oak_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cGFsZV9vYWtfYm9hdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnBhbGVfb2FrX2JvYXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 842, - "key": "minecraft:pale_oak_chest_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6cGFsZV9vYWtfY2hlc3RfYm9hdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LnBhbGVfb2FrX2NoZXN0X2JvYXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 843, - "key": "minecraft:mangrove_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bWFuZ3JvdmVfYm9hdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0Lm1hbmdyb3ZlX2JvYXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 844, - "key": "minecraft:mangrove_chest_boat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6bWFuZ3JvdmVfY2hlc3RfYm9hdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0Lm1hbmdyb3ZlX2NoZXN0X2JvYXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 845, - "key": "minecraft:bamboo_raft", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YmFtYm9vX3JhZnQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmJhbWJvb19yYWZ0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 846, - "key": "minecraft:bamboo_chest_raft", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6YmFtYm9vX2NoZXN0X3JhZnQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmJhbWJvb19jaGVzdF9yYWZ0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 847, - "key": "minecraft:structure_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6c3RydWN0dXJlX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5zdHJ1Y3R1cmVfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 848, - "key": "minecraft:jigsaw", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6amlnc2F3", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5qaWdzYXcA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 849, - "key": "minecraft:test_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:block_state": "QwEEbW9kZQVzdGFydA==", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6dGVzdF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC50ZXN0X2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 850, - "key": "minecraft:test_instance_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6dGVzdF9pbnN0YW5jZV9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC50ZXN0X2luc3RhbmNlX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 851, - "key": "minecraft:turtle_helmet", - "components": { - "minecraft:attribute_modifiers": "DQIAFm1pbmVjcmFmdDphcm1vci5oZWxtZXRAAAAAAAAAAAAHAAEWbWluZWNyYWZ0OmFybW9yLmhlbG1ldAAAAAAAAAAAAAcA", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwk=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARMARZtaW5lY3JhZnQ6dHVydGxlX3NjdXRlAAABAQEAAJIK", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6dHVydGxlX2hlbG1ldA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnR1cnRsZV9oZWxtZXQA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "ApMC", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0OnJlcGFpcnNfdHVydGxlX2hlbG1ldA==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 852, - "key": "minecraft:turtle_scute", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6dHVydGxlX3NjdXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LnR1cnRsZV9zY3V0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 853, - "key": "minecraft:armadillo_scute", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6YXJtYWRpbGxvX3NjdXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmFybWFkaWxsb19zY3V0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 854, - "key": "minecraft:wolf_armor", - "components": { - "minecraft:attribute_modifiers": "DQIAFG1pbmVjcmFmdDphcm1vci5ib2R5QCYAAAAAAAAACQABFG1pbmVjcmFmdDphcm1vci5ib2R5AAAAAAAAAAAACQA=", - "minecraft:break_sound": "R94M", - "minecraft:damage": "AwA=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAZNARltaW5lY3JhZnQ6YXJtYWRpbGxvX3NjdXRlAAECjwEBAQEAAU4=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6d29sZl9hcm1vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LndvbGZfYXJtb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AkA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAcbWluZWNyYWZ0OnJlcGFpcnNfd29sZl9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 855, - "key": "minecraft:flint_and_steel", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZmxpbnRfYW5kX3N0ZWVs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmZsaW50X2FuZF9zdGVlbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AkA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 856, - "key": "minecraft:bowl", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6Ym93bA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAE2l0ZW0ubWluZWNyYWZ0LmJvd2wA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 857, - "key": "minecraft:apple", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FARAGZmaAA==", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6YXBwbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGl0ZW0ubWluZWNyYWZ0LmFwcGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 858, - "key": "minecraft:bow", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GwE=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw1taW5lY3JhZnQ6Ym93", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAEml0ZW0ubWluZWNyYWZ0LmJvdwA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AoAD", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 859, - "key": "minecraft:arrow", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6YXJyb3c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGl0ZW0ubWluZWNyYWZ0LmFycm93AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 860, - "key": "minecraft:coal", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6Y29hbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAE2l0ZW0ubWluZWNyYWZ0LmNvYWwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 861, - "key": "minecraft:charcoal", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Y2hhcmNvYWw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LmNoYXJjb2FsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 862, - "key": "minecraft:diamond", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6ZGlhbW9uZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFml0ZW0ubWluZWNyYWZ0LmRpYW1vbmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:provides_trim_material": "NQARbWluZWNyYWZ0OmRpYW1vbmQ=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 863, - "key": "minecraft:emerald", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6ZW1lcmFsZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFml0ZW0ubWluZWNyYWZ0LmVtZXJhbGQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:provides_trim_material": "NQARbWluZWNyYWZ0OmVtZXJhbGQ=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 864, - "key": "minecraft:lapis_lazuli", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6bGFwaXNfbGF6dWxp", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmxhcGlzX2xhenVsaQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:provides_trim_material": "NQAPbWluZWNyYWZ0OmxhcGlz", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 865, - "key": "minecraft:quartz", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6cXVhcnR6", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LnF1YXJ0egA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:provides_trim_material": "NQAQbWluZWNyYWZ0OnF1YXJ0eg==", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 866, - "key": "minecraft:amethyst_shard", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6YW1ldGh5c3Rfc2hhcmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmFtZXRoeXN0X3NoYXJkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:provides_trim_material": "NQASbWluZWNyYWZ0OmFtZXRoeXN0", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 867, - "key": "minecraft:raw_iron", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6cmF3X2lyb24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LnJhd19pcm9uAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 868, - "key": "minecraft:iron_ingot", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6aXJvbl9pbmdvdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0Lmlyb25faW5nb3QA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:provides_trim_material": "NQAObWluZWNyYWZ0Omlyb24=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 869, - "key": "minecraft:raw_copper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cmF3X2NvcHBlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LnJhd19jb3BwZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 870, - "key": "minecraft:copper_ingot", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y29wcGVyX2luZ290", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmNvcHBlcl9pbmdvdAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:provides_trim_material": "NQAQbWluZWNyYWZ0OmNvcHBlcg==", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 871, - "key": "minecraft:raw_gold", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6cmF3X2dvbGQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LnJhd19nb2xkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 872, - "key": "minecraft:gold_ingot", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Z29sZF9pbmdvdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LmdvbGRfaW5nb3QA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:provides_trim_material": "NQAObWluZWNyYWZ0OmdvbGQ=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 873, - "key": "minecraft:netherite_ingot", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bmV0aGVyaXRlX2luZ290", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV9pbmdvdAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:provides_trim_material": "NQATbWluZWNyYWZ0Om5ldGhlcml0ZQ==", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 874, - "key": "minecraft:netherite_scrap", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bmV0aGVyaXRlX3NjcmFw", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV9zY3JhcAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 875, - "key": "minecraft:wooden_sword", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VACAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAMzM0AAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6d29vZGVuX3N3b3Jk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0Lndvb2Rlbl9zd29yZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Ajs=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0Ondvb2Rlbl90b29sX21hdGVyaWFscw==", - "minecraft:tool": "GQMCgQEBQXAAAAEBAB9taW5lY3JhZnQ6c3dvcmRfaW5zdGFudGx5X21pbmVzAX9///8AABltaW5lY3JhZnQ6c3dvcmRfZWZmaWNpZW50AT/AAAAAP4AAAAIA", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgEAAAAA" - } - }, - { - "id": 876, - "key": "minecraft:wooden_shovel", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2U/+AAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAgAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6d29vZGVuX3Nob3ZlbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0Lndvb2Rlbl9zaG92ZWwA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Ajs=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0Ondvb2Rlbl90b29sX21hdGVyaWFscw==", - "minecraft:tool": "GQIAI21pbmVjcmFmdDppbmNvcnJlY3RfZm9yX3dvb2Rlbl90b29sAAEAABltaW5lY3JhZnQ6bWluZWFibGUvc2hvdmVsAUAAAAABAT+AAAABAQ==", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 877, - "key": "minecraft:wooden_pickaxe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2U/8AAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAZmZmAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6d29vZGVuX3BpY2theGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lndvb2Rlbl9waWNrYXhlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Ajs=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0Ondvb2Rlbl90b29sX21hdGVyaWFscw==", - "minecraft:tool": "GQIAI21pbmVjcmFmdDppbmNvcnJlY3RfZm9yX3dvb2Rlbl90b29sAAEAABptaW5lY3JhZnQ6bWluZWFibGUvcGlja2F4ZQFAAAAAAQE/gAAAAQE=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 878, - "key": "minecraft:wooden_axe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAGAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAmZmaAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6d29vZGVuX2F4ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0Lndvb2Rlbl9heGUA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Ajs=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0Ondvb2Rlbl90b29sX21hdGVyaWFscw==", - "minecraft:tool": "GQIAI21pbmVjcmFmdDppbmNvcnJlY3RfZm9yX3dvb2Rlbl90b29sAAEAABZtaW5lY3JhZnQ6bWluZWFibGUvYXhlAUAAAAABAT+AAAABAQ==", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgJAoAAA" - } - }, - { - "id": 879, - "key": "minecraft:wooden_hoe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2UAAAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAgAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6d29vZGVuX2hvZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0Lndvb2Rlbl9ob2UA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Ajs=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0Ondvb2Rlbl90b29sX21hdGVyaWFscw==", - "minecraft:tool": "GQIAI21pbmVjcmFmdDppbmNvcnJlY3RfZm9yX3dvb2Rlbl90b29sAAEAABZtaW5lY3JhZnQ6bWluZWFibGUvaG9lAUAAAAABAT+AAAABAQ==", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 880, - "key": "minecraft:stone_sword", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAEAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAMzM0AAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GwU=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c3RvbmVfc3dvcmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LnN0b25lX3N3b3JkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AoMB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAebWluZWNyYWZ0OnN0b25lX3Rvb2xfbWF0ZXJpYWxz", - "minecraft:tool": "GQMCgQEBQXAAAAEBAB9taW5lY3JhZnQ6c3dvcmRfaW5zdGFudGx5X21pbmVzAX9///8AABltaW5lY3JhZnQ6c3dvcmRfZWZmaWNpZW50AT/AAAAAP4AAAAIA", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgEAAAAA" - } - }, - { - "id": 881, - "key": "minecraft:stone_shovel", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VABAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAgAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GwU=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6c3RvbmVfc2hvdmVs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LnN0b25lX3Nob3ZlbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AoMB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAebWluZWNyYWZ0OnN0b25lX3Rvb2xfbWF0ZXJpYWxz", - "minecraft:tool": "GQIAIm1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX3N0b25lX3Rvb2wAAQAAGW1pbmVjcmFmdDptaW5lYWJsZS9zaG92ZWwBQIAAAAEBP4AAAAEB", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 882, - "key": "minecraft:stone_pickaxe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAAAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAZmZmAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GwU=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c3RvbmVfcGlja2F4ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnN0b25lX3BpY2theGUA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AoMB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAebWluZWNyYWZ0OnN0b25lX3Rvb2xfbWF0ZXJpYWxz", - "minecraft:tool": "GQIAIm1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX3N0b25lX3Rvb2wAAQAAGm1pbmVjcmFmdDptaW5lYWJsZS9waWNrYXhlAUCAAAABAT+AAAABAQ==", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 883, - "key": "minecraft:stone_axe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAIAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAmZmaAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GwU=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6c3RvbmVfYXhl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LnN0b25lX2F4ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AoMB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAebWluZWNyYWZ0OnN0b25lX3Rvb2xfbWF0ZXJpYWxz", - "minecraft:tool": "GQIAIm1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX3N0b25lX3Rvb2wAAQAAFm1pbmVjcmFmdDptaW5lYWJsZS9heGUBQIAAAAEBP4AAAAEB", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgJAoAAA" - } - }, - { - "id": 884, - "key": "minecraft:stone_hoe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2UAAAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAAAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GwU=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6c3RvbmVfaG9l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LnN0b25lX2hvZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AoMB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAebWluZWNyYWZ0OnN0b25lX3Rvb2xfbWF0ZXJpYWxz", - "minecraft:tool": "GQIAIm1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX3N0b25lX3Rvb2wAAQAAFm1pbmVjcmFmdDptaW5lYWJsZS9ob2UBQIAAAAEBP4AAAAEB", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 885, - "key": "minecraft:golden_sword", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VACAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAMzM0AAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GxY=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z29sZGVuX3N3b3Jk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmdvbGRlbl9zd29yZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AiA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0OmdvbGRfdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQMCgQEBQXAAAAEBAB9taW5lY3JhZnQ6c3dvcmRfaW5zdGFudGx5X21pbmVzAX9///8AABltaW5lY3JhZnQ6c3dvcmRfZWZmaWNpZW50AT/AAAAAP4AAAAIA", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgEAAAAA" - } - }, - { - "id": 886, - "key": "minecraft:golden_shovel", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2U/+AAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAgAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GxY=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Z29sZGVuX3Nob3ZlbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmdvbGRlbl9zaG92ZWwA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AiA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0OmdvbGRfdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAIW1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2dvbGRfdG9vbAABAAAZbWluZWNyYWZ0Om1pbmVhYmxlL3Nob3ZlbAFBQAAAAQE/gAAAAQE=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 887, - "key": "minecraft:golden_pickaxe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2U/8AAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAZmZmAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GxY=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Z29sZGVuX3BpY2theGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmdvbGRlbl9waWNrYXhlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AiA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0OmdvbGRfdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAIW1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2dvbGRfdG9vbAABAAAabWluZWNyYWZ0Om1pbmVhYmxlL3BpY2theGUBQUAAAAEBP4AAAAEB", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 888, - "key": "minecraft:golden_axe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAGAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAgAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GxY=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Z29sZGVuX2F4ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LmdvbGRlbl9heGUA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AiA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0OmdvbGRfdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAIW1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2dvbGRfdG9vbAABAAAWbWluZWNyYWZ0Om1pbmVhYmxlL2F4ZQFBQAAAAQE/gAAAAQE=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgJAoAAA" - } - }, - { - "id": 889, - "key": "minecraft:golden_hoe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2UAAAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAgAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GxY=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Z29sZGVuX2hvZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LmdvbGRlbl9ob2UA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AiA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0OmdvbGRfdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAIW1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2dvbGRfdG9vbAABAAAWbWluZWNyYWZ0Om1pbmVhYmxlL2hvZQFBQAAAAQE/gAAAAQE=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 890, - "key": "minecraft:iron_sword", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAFAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAMzM0AAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw4=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6aXJvbl9zd29yZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0Lmlyb25fc3dvcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AvoB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0Omlyb25fdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQMCgQEBQXAAAAEBAB9taW5lY3JhZnQ6c3dvcmRfaW5zdGFudGx5X21pbmVzAX9///8AABltaW5lY3JhZnQ6c3dvcmRfZWZmaWNpZW50AT/AAAAAP4AAAAIA", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgEAAAAA" - } - }, - { - "id": 891, - "key": "minecraft:iron_shovel", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VADAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAgAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw4=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6aXJvbl9zaG92ZWw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0Lmlyb25fc2hvdmVsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AvoB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0Omlyb25fdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAIW1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2lyb25fdG9vbAABAAAZbWluZWNyYWZ0Om1pbmVhYmxlL3Nob3ZlbAFAwAAAAQE/gAAAAQE=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 892, - "key": "minecraft:iron_pickaxe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VACAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAZmZmAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw4=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6aXJvbl9waWNrYXhl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0Lmlyb25fcGlja2F4ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AvoB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0Omlyb25fdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAIW1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2lyb25fdG9vbAABAAAabWluZWNyYWZ0Om1pbmVhYmxlL3BpY2theGUBQMAAAAEBP4AAAAEB", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 893, - "key": "minecraft:iron_axe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAIAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAjMzMAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw4=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6aXJvbl9heGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0Lmlyb25fYXhlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AvoB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0Omlyb25fdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAIW1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2lyb25fdG9vbAABAAAWbWluZWNyYWZ0Om1pbmVhYmxlL2F4ZQFAwAAAAQE/gAAAAQE=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgJAoAAA" - } - }, - { - "id": 894, - "key": "minecraft:iron_hoe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2UAAAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkv/AAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw4=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6aXJvbl9ob2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0Lmlyb25faG9lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AvoB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0Omlyb25fdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAIW1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2lyb25fdG9vbAABAAAWbWluZWNyYWZ0Om1pbmVhYmxlL2hvZQFAwAAAAQE/gAAAAQE=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 895, - "key": "minecraft:diamond_sword", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAGAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAMzM0AAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwo=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZGlhbW9uZF9zd29yZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmRpYW1vbmRfc3dvcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "ApkM", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAgbWluZWNyYWZ0OmRpYW1vbmRfdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQMCgQEBQXAAAAEBAB9taW5lY3JhZnQ6c3dvcmRfaW5zdGFudGx5X21pbmVzAX9///8AABltaW5lY3JhZnQ6c3dvcmRfZWZmaWNpZW50AT/AAAAAP4AAAAIA", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgEAAAAA" - } - }, - { - "id": 896, - "key": "minecraft:diamond_shovel", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAEgAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAgAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwo=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6ZGlhbW9uZF9zaG92ZWw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmRpYW1vbmRfc2hvdmVsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "ApkM", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAgbWluZWNyYWZ0OmRpYW1vbmRfdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAJG1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2RpYW1vbmRfdG9vbAABAAAZbWluZWNyYWZ0Om1pbmVhYmxlL3Nob3ZlbAFBAAAAAQE/gAAAAQE=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 897, - "key": "minecraft:diamond_pickaxe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAEAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAZmZmAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwo=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZGlhbW9uZF9waWNrYXhl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmRpYW1vbmRfcGlja2F4ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "ApkM", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAgbWluZWNyYWZ0OmRpYW1vbmRfdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAJG1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2RpYW1vbmRfdG9vbAABAAAabWluZWNyYWZ0Om1pbmVhYmxlL3BpY2theGUBQQAAAAEBP4AAAAEB", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 898, - "key": "minecraft:diamond_axe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAIAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAgAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwo=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZGlhbW9uZF9heGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmRpYW1vbmRfYXhlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "ApkM", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAgbWluZWNyYWZ0OmRpYW1vbmRfdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAJG1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2RpYW1vbmRfdG9vbAABAAAWbWluZWNyYWZ0Om1pbmVhYmxlL2F4ZQFBAAAAAQE/gAAAAQE=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgJAoAAA" - } - }, - { - "id": 899, - "key": "minecraft:diamond_hoe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2UAAAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkAAAAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwo=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZGlhbW9uZF9ob2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmRpYW1vbmRfaG9lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "ApkM", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAgbWluZWNyYWZ0OmRpYW1vbmRfdG9vbF9tYXRlcmlhbHM=", - "minecraft:tool": "GQIAJG1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX2RpYW1vbmRfdG9vbAABAAAWbWluZWNyYWZ0Om1pbmVhYmxlL2hvZQFBAAAAAQE/gAAAAQE=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 900, - "key": "minecraft:netherite_sword", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAHAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAMzM0AAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bmV0aGVyaXRlX3N3b3Jk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV9zd29yZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Au8P", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAibWluZWNyYWZ0Om5ldGhlcml0ZV90b29sX21hdGVyaWFscw==", - "minecraft:tool": "GQMCgQEBQXAAAAEBAB9taW5lY3JhZnQ6c3dvcmRfaW5zdGFudGx5X21pbmVzAX9///8AABltaW5lY3JhZnQ6c3dvcmRfZWZmaWNpZW50AT/AAAAAP4AAAAIA", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgEAAAAA" - } - }, - { - "id": 901, - "key": "minecraft:netherite_shovel", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAFgAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAgAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6bmV0aGVyaXRlX3Nob3ZlbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV9zaG92ZWwA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Au8P", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAibWluZWNyYWZ0Om5ldGhlcml0ZV90b29sX21hdGVyaWFscw==", - "minecraft:tool": "GQIAJm1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX25ldGhlcml0ZV90b29sAAEAABltaW5lY3JhZnQ6bWluZWFibGUvc2hvdmVsAUEQAAABAT+AAAABAQ==", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 902, - "key": "minecraft:netherite_pickaxe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAFAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAZmZmAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bmV0aGVyaXRlX3BpY2theGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV9waWNrYXhlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Au8P", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAibWluZWNyYWZ0Om5ldGhlcml0ZV90b29sX21hdGVyaWFscw==", - "minecraft:tool": "GQIAJm1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX25ldGhlcml0ZV90b29sAAEAABptaW5lY3JhZnQ6bWluZWFibGUvcGlja2F4ZQFBEAAAAQE/gAAAAQE=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 903, - "key": "minecraft:netherite_axe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAIgAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAgAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bmV0aGVyaXRlX2F4ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV9heGUA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Au8P", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAibWluZWNyYWZ0Om5ldGhlcml0ZV90b29sX21hdGVyaWFscw==", - "minecraft:tool": "GQIAJm1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX25ldGhlcml0ZV90b29sAAEAABZtaW5lY3JhZnQ6bWluZWFibGUvYXhlAUEQAAABAT+AAAABAQ==", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgJAoAAA" - } - }, - { - "id": 904, - "key": "minecraft:netherite_hoe", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2UAAAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkAAAAAAAAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bmV0aGVyaXRlX2hvZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV9ob2UA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Au8P", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAibWluZWNyYWZ0Om5ldGhlcml0ZV90b29sX21hdGVyaWFscw==", - "minecraft:tool": "GQIAJm1pbmVjcmFmdDppbmNvcnJlY3RfZm9yX25ldGhlcml0ZV90b29sAAEAABZtaW5lY3JhZnQ6bWluZWFibGUvaG9lAUEQAAABAT+AAAABAQ==", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgIAAAAA" - } - }, - { - "id": 905, - "key": "minecraft:stick", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6c3RpY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGl0ZW0ubWluZWNyYWZ0LnN0aWNrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 906, - "key": "minecraft:mushroom_stew", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAZA5mZnAA==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bXVzaHJvb21fc3Rldw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0Lm11c2hyb29tX3N0ZXcA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:use_remainder": "FgHYBgAA" - } - }, - { - "id": 907, - "key": "minecraft:string", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6c3RyaW5n", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LnN0cmluZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 908, - "key": "minecraft:feather", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6ZmVhdGhlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFml0ZW0ubWluZWNyYWZ0LmZlYXRoZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 909, - "key": "minecraft:gunpowder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Z3VucG93ZGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0Lmd1bnBvd2RlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 910, - "key": "minecraft:wheat_seeds", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6d2hlYXRfc2VlZHM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LndoZWF0X3NlZWRzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 911, - "key": "minecraft:wheat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6d2hlYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGl0ZW0ubWluZWNyYWZ0LndoZWF0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 912, - "key": "minecraft:bread", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAVAwAAAAA==", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6YnJlYWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGl0ZW0ubWluZWNyYWZ0LmJyZWFkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 913, - "key": "minecraft:leather_helmet", - "components": { - "minecraft:attribute_modifiers": "DQIAFm1pbmVjcmFmdDphcm1vci5oZWxtZXQ/8AAAAAAAAAAHAAEWbWluZWNyYWZ0OmFybW9yLmhlbG1ldAAAAAAAAAAAAAcA", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARKARFtaW5lY3JhZnQ6bGVhdGhlcgAAAQEBAACSCg==", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bGVhdGhlcl9oZWxtZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmxlYXRoZXJfaGVsbWV0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Ajc=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0OnJlcGFpcnNfbGVhdGhlcl9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 914, - "key": "minecraft:leather_chestplate", - "components": { - "minecraft:attribute_modifiers": "DQIAGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlQAgAAAAAAAAABgABGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlAAAAAAAAAAAABgA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HANKARFtaW5lY3JhZnQ6bGVhdGhlcgAAAQEBAACSCg==", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bGVhdGhlcl9jaGVzdHBsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LmxlYXRoZXJfY2hlc3RwbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AlA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0OnJlcGFpcnNfbGVhdGhlcl9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 915, - "key": "minecraft:leather_leggings", - "components": { - "minecraft:attribute_modifiers": "DQIAGG1pbmVjcmFmdDphcm1vci5sZWdnaW5nc0AAAAAAAAAAAAUAARhtaW5lY3JhZnQ6YXJtb3IubGVnZ2luZ3MAAAAAAAAAAAAFAA==", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAJKARFtaW5lY3JhZnQ6bGVhdGhlcgAAAQEBAACSCg==", - "minecraft:item_model": "BxptaW5lY3JhZnQ6bGVhdGhlcl9sZWdnaW5ncw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmxlYXRoZXJfbGVnZ2luZ3MA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Aks=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0OnJlcGFpcnNfbGVhdGhlcl9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 916, - "key": "minecraft:leather_boots", - "components": { - "minecraft:attribute_modifiers": "DQIAFW1pbmVjcmFmdDphcm1vci5ib290cz/wAAAAAAAAAAQAARVtaW5lY3JhZnQ6YXJtb3IuYm9vdHMAAAAAAAAAAAAEAA==", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAFKARFtaW5lY3JhZnQ6bGVhdGhlcgAAAQEBAACSCg==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bGVhdGhlcl9ib290cw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmxlYXRoZXJfYm9vdHMA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AkE=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0OnJlcGFpcnNfbGVhdGhlcl9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 917, - "key": "minecraft:chainmail_helmet", - "components": { - "minecraft:attribute_modifiers": "DQIAFm1pbmVjcmFmdDphcm1vci5oZWxtZXRAAAAAAAAAAAAHAAEWbWluZWNyYWZ0OmFybW9yLmhlbG1ldAAAAAAAAAAAAAcA", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gww=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAREARNtaW5lY3JhZnQ6Y2hhaW5tYWlsAAABAQEAAJIK", - "minecraft:item_model": "BxptaW5lY3JhZnQ6Y2hhaW5tYWlsX2hlbG1ldA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmNoYWlubWFpbF9oZWxtZXQA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AqUB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0OnJlcGFpcnNfY2hhaW5fYXJtb3I=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 918, - "key": "minecraft:chainmail_chestplate", - "components": { - "minecraft:attribute_modifiers": "DQIAGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlQBQAAAAAAAAABgABGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlAAAAAAAAAAAABgA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gww=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HANEARNtaW5lY3JhZnQ6Y2hhaW5tYWlsAAABAQEAAJIK", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6Y2hhaW5tYWlsX2NoZXN0cGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LmNoYWlubWFpbF9jaGVzdHBsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AvAB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0OnJlcGFpcnNfY2hhaW5fYXJtb3I=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 919, - "key": "minecraft:chainmail_leggings", - "components": { - "minecraft:attribute_modifiers": "DQIAGG1pbmVjcmFmdDphcm1vci5sZWdnaW5nc0AQAAAAAAAAAAUAARhtaW5lY3JhZnQ6YXJtb3IubGVnZ2luZ3MAAAAAAAAAAAAFAA==", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gww=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAJEARNtaW5lY3JhZnQ6Y2hhaW5tYWlsAAABAQEAAJIK", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Y2hhaW5tYWlsX2xlZ2dpbmdz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LmNoYWlubWFpbF9sZWdnaW5ncwA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AuEB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0OnJlcGFpcnNfY2hhaW5fYXJtb3I=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 920, - "key": "minecraft:chainmail_boots", - "components": { - "minecraft:attribute_modifiers": "DQIAFW1pbmVjcmFmdDphcm1vci5ib290cz/wAAAAAAAAAAQAARVtaW5lY3JhZnQ6YXJtb3IuYm9vdHMAAAAAAAAAAAAEAA==", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gww=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAFEARNtaW5lY3JhZnQ6Y2hhaW5tYWlsAAABAQEAAJIK", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Y2hhaW5tYWlsX2Jvb3Rz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmNoYWlubWFpbF9ib290cwA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AsMB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAdbWluZWNyYWZ0OnJlcGFpcnNfY2hhaW5fYXJtb3I=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 921, - "key": "minecraft:iron_helmet", - "components": { - "minecraft:attribute_modifiers": "DQIAFm1pbmVjcmFmdDphcm1vci5oZWxtZXRAAAAAAAAAAAAHAAEWbWluZWNyYWZ0OmFybW9yLmhlbG1ldAAAAAAAAAAAAAcA", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwk=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARJAQ5taW5lY3JhZnQ6aXJvbgAAAQEBAACSCg==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6aXJvbl9oZWxtZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0Lmlyb25faGVsbWV0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AqUB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAcbWluZWNyYWZ0OnJlcGFpcnNfaXJvbl9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 922, - "key": "minecraft:iron_chestplate", - "components": { - "minecraft:attribute_modifiers": "DQIAGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlQBgAAAAAAAAABgABGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlAAAAAAAAAAAABgA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwk=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HANJAQ5taW5lY3JhZnQ6aXJvbgAAAQEBAACSCg==", - "minecraft:item_model": "BxltaW5lY3JhZnQ6aXJvbl9jaGVzdHBsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0Lmlyb25fY2hlc3RwbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AvAB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAcbWluZWNyYWZ0OnJlcGFpcnNfaXJvbl9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 923, - "key": "minecraft:iron_leggings", - "components": { - "minecraft:attribute_modifiers": "DQIAGG1pbmVjcmFmdDphcm1vci5sZWdnaW5nc0AUAAAAAAAAAAUAARhtaW5lY3JhZnQ6YXJtb3IubGVnZ2luZ3MAAAAAAAAAAAAFAA==", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwk=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAJJAQ5taW5lY3JhZnQ6aXJvbgAAAQEBAACSCg==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6aXJvbl9sZWdnaW5ncw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0Lmlyb25fbGVnZ2luZ3MA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AuEB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAcbWluZWNyYWZ0OnJlcGFpcnNfaXJvbl9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 924, - "key": "minecraft:iron_boots", - "components": { - "minecraft:attribute_modifiers": "DQIAFW1pbmVjcmFmdDphcm1vci5ib290c0AAAAAAAAAAAAQAARVtaW5lY3JhZnQ6YXJtb3IuYm9vdHMAAAAAAAAAAAAEAA==", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwk=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAFJAQ5taW5lY3JhZnQ6aXJvbgAAAQEBAACSCg==", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6aXJvbl9ib290cw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0Lmlyb25fYm9vdHMA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AsMB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAcbWluZWNyYWZ0OnJlcGFpcnNfaXJvbl9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 925, - "key": "minecraft:diamond_helmet", - "components": { - "minecraft:attribute_modifiers": "DQIAFm1pbmVjcmFmdDphcm1vci5oZWxtZXRACAAAAAAAAAAHAAEWbWluZWNyYWZ0OmFybW9yLmhlbG1ldEAAAAAAAAAAAAcA", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwo=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARFARFtaW5lY3JhZnQ6ZGlhbW9uZAAAAQEBAACSCg==", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6ZGlhbW9uZF9oZWxtZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmRpYW1vbmRfaGVsbWV0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AusC", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0OnJlcGFpcnNfZGlhbW9uZF9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 926, - "key": "minecraft:diamond_chestplate", - "components": { - "minecraft:attribute_modifiers": "DQIAGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlQCAAAAAAAAAABgABGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlQAAAAAAAAAAABgA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwo=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HANFARFtaW5lY3JhZnQ6ZGlhbW9uZAAAAQEBAACSCg==", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6ZGlhbW9uZF9jaGVzdHBsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LmRpYW1vbmRfY2hlc3RwbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "ApAE", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0OnJlcGFpcnNfZGlhbW9uZF9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 927, - "key": "minecraft:diamond_leggings", - "components": { - "minecraft:attribute_modifiers": "DQIAGG1pbmVjcmFmdDphcm1vci5sZWdnaW5nc0AYAAAAAAAAAAUAARhtaW5lY3JhZnQ6YXJtb3IubGVnZ2luZ3NAAAAAAAAAAAAFAA==", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwo=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAJFARFtaW5lY3JhZnQ6ZGlhbW9uZAAAAQEBAACSCg==", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZGlhbW9uZF9sZWdnaW5ncw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmRpYW1vbmRfbGVnZ2luZ3MA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Au8D", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0OnJlcGFpcnNfZGlhbW9uZF9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 928, - "key": "minecraft:diamond_boots", - "components": { - "minecraft:attribute_modifiers": "DQIAFW1pbmVjcmFmdDphcm1vci5ib290c0AIAAAAAAAAAAQAARVtaW5lY3JhZnQ6YXJtb3IuYm9vdHNAAAAAAAAAAAAEAA==", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gwo=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAFFARFtaW5lY3JhZnQ6ZGlhbW9uZAAAAQEBAACSCg==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZGlhbW9uZF9ib290cw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmRpYW1vbmRfYm9vdHMA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Aq0D", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0OnJlcGFpcnNfZGlhbW9uZF9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 929, - "key": "minecraft:golden_helmet", - "components": { - "minecraft:attribute_modifiers": "DQIAFm1pbmVjcmFmdDphcm1vci5oZWxtZXRAAAAAAAAAAAAHAAEWbWluZWNyYWZ0OmFybW9yLmhlbG1ldAAAAAAAAAAAAAcA", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gxk=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARIAQ5taW5lY3JhZnQ6Z29sZAAAAQEBAACSCg==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Z29sZGVuX2hlbG1ldA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmdvbGRlbl9oZWxtZXQA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Ak0=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAcbWluZWNyYWZ0OnJlcGFpcnNfZ29sZF9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 930, - "key": "minecraft:golden_chestplate", - "components": { - "minecraft:attribute_modifiers": "DQIAGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlQBQAAAAAAAAABgABGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlAAAAAAAAAAAABgA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gxk=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HANIAQ5taW5lY3JhZnQ6Z29sZAAAAQEBAACSCg==", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Z29sZGVuX2NoZXN0cGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmdvbGRlbl9jaGVzdHBsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AnA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAcbWluZWNyYWZ0OnJlcGFpcnNfZ29sZF9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 931, - "key": "minecraft:golden_leggings", - "components": { - "minecraft:attribute_modifiers": "DQIAGG1pbmVjcmFmdDphcm1vci5sZWdnaW5nc0AIAAAAAAAAAAUAARhtaW5lY3JhZnQ6YXJtb3IubGVnZ2luZ3MAAAAAAAAAAAAFAA==", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gxk=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAJIAQ5taW5lY3JhZnQ6Z29sZAAAAQEBAACSCg==", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Z29sZGVuX2xlZ2dpbmdz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmdvbGRlbl9sZWdnaW5ncwA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Amk=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAcbWluZWNyYWZ0OnJlcGFpcnNfZ29sZF9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 932, - "key": "minecraft:golden_boots", - "components": { - "minecraft:attribute_modifiers": "DQIAFW1pbmVjcmFmdDphcm1vci5ib290cz/wAAAAAAAAAAQAARVtaW5lY3JhZnQ6YXJtb3IuYm9vdHMAAAAAAAAAAAAEAA==", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gxk=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAFIAQ5taW5lY3JhZnQ6Z29sZAAAAQEBAACSCg==", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z29sZGVuX2Jvb3Rz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmdvbGRlbl9ib290cwA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Als=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAcbWluZWNyYWZ0OnJlcGFpcnNfZ29sZF9hcm1vcg==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 933, - "key": "minecraft:netherite_helmet", - "components": { - "minecraft:attribute_modifiers": "DQMAFm1pbmVjcmFmdDphcm1vci5oZWxtZXRACAAAAAAAAAAHAAEWbWluZWNyYWZ0OmFybW9yLmhlbG1ldEAIAAAAAAAAAAcAEBZtaW5lY3JhZnQ6YXJtb3IuaGVsbWV0P7mZmaAAAAAABwA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARLARNtaW5lY3JhZnQ6bmV0aGVyaXRlAAABAQEAAJIK", - "minecraft:item_model": "BxptaW5lY3JhZnQ6bmV0aGVyaXRlX2hlbG1ldA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV9oZWxtZXQA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "ApcD", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAhbWluZWNyYWZ0OnJlcGFpcnNfbmV0aGVyaXRlX2FybW9y", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 934, - "key": "minecraft:netherite_chestplate", - "components": { - "minecraft:attribute_modifiers": "DQMAGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlQCAAAAAAAAAABgABGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlQAgAAAAAAAAABgAQGm1pbmVjcmFmdDphcm1vci5jaGVzdHBsYXRlP7mZmaAAAAAABgA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HANLARNtaW5lY3JhZnQ6bmV0aGVyaXRlAAABAQEAAJIK", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6bmV0aGVyaXRlX2NoZXN0cGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV9jaGVzdHBsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AtAE", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAhbWluZWNyYWZ0OnJlcGFpcnNfbmV0aGVyaXRlX2FybW9y", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 935, - "key": "minecraft:netherite_leggings", - "components": { - "minecraft:attribute_modifiers": "DQMAGG1pbmVjcmFmdDphcm1vci5sZWdnaW5nc0AYAAAAAAAAAAUAARhtaW5lY3JhZnQ6YXJtb3IubGVnZ2luZ3NACAAAAAAAAAAFABAYbWluZWNyYWZ0OmFybW9yLmxlZ2dpbmdzP7mZmaAAAAAABQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAJLARNtaW5lY3JhZnQ6bmV0aGVyaXRlAAABAQEAAJIK", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bmV0aGVyaXRlX2xlZ2dpbmdz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV9sZWdnaW5ncwA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AqsE", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAhbWluZWNyYWZ0OnJlcGFpcnNfbmV0aGVyaXRlX2FybW9y", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 936, - "key": "minecraft:netherite_boots", - "components": { - "minecraft:attribute_modifiers": "DQMAFW1pbmVjcmFmdDphcm1vci5ib290c0AIAAAAAAAAAAQAARVtaW5lY3JhZnQ6YXJtb3IuYm9vdHNACAAAAAAAAAAEABAVbWluZWNyYWZ0OmFybW9yLmJvb3RzP7mZmaAAAAAABAA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:damage_resistant": "GBFtaW5lY3JhZnQ6aXNfZmlyZQ==", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAFLARNtaW5lY3JhZnQ6bmV0aGVyaXRlAAABAQEAAJIK", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bmV0aGVyaXRlX2Jvb3Rz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV9ib290cwA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AuED", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAhbWluZWNyYWZ0OnJlcGFpcnNfbmV0aGVyaXRlX2FybW9y", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 937, - "key": "minecraft:flint", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6ZmxpbnQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGl0ZW0ubWluZWNyYWZ0LmZsaW50AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 938, - "key": "minecraft:porkchop", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAM/5mZnAA==", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6cG9ya2Nob3A=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LnBvcmtjaG9wAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 939, - "key": "minecraft:cooked_porkchop", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAhBTMzNAA==", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Y29va2VkX3BvcmtjaG9w", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmNvb2tlZF9wb3JrY2hvcAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 940, - "key": "minecraft:painting", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6cGFpbnRpbmc=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LnBhaW50aW5nAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 941, - "key": "minecraft:golden_apple", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAQACCQFkAAEBABUA4BIAAQEAP4AAAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FARBGZmaAQ==", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z29sZGVuX2FwcGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmdvbGRlbl9hcHBsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 942, - "key": "minecraft:enchanted_golden_apple", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAQAECQGQAwABAQAKAPAuAAEBAAsA8C4AAQEAFQPgEgABAQA/gAAA", - "minecraft:enchantment_glint_override": "EgE=", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FARBGZmaAQ==", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6ZW5jaGFudGVkX2dvbGRlbl9hcHBsZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWl0ZW0ubWluZWNyYWZ0LmVuY2hhbnRlZF9nb2xkZW5fYXBwbGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 943, - "key": "minecraft:oak_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6b2FrX3NpZ24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5vYWtfc2lnbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 944, - "key": "minecraft:spruce_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c3BydWNlX3NpZ24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zcHJ1Y2Vfc2lnbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 945, - "key": "minecraft:birch_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YmlyY2hfc2lnbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5iaXJjaF9zaWduAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 946, - "key": "minecraft:jungle_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6anVuZ2xlX3NpZ24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5qdW5nbGVfc2lnbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 947, - "key": "minecraft:acacia_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YWNhY2lhX3NpZ24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5hY2FjaWFfc2lnbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 948, - "key": "minecraft:cherry_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y2hlcnJ5X3NpZ24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5jaGVycnlfc2lnbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 949, - "key": "minecraft:dark_oak_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZGFya19vYWtfc2lnbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19zaWduAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 950, - "key": "minecraft:pale_oak_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cGFsZV9vYWtfc2lnbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19zaWduAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 951, - "key": "minecraft:mangrove_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bWFuZ3JvdmVfc2lnbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9zaWduAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 952, - "key": "minecraft:bamboo_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YmFtYm9vX3NpZ24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5iYW1ib29fc2lnbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 953, - "key": "minecraft:crimson_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y3JpbXNvbl9zaWdu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5jcmltc29uX3NpZ24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 954, - "key": "minecraft:warped_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6d2FycGVkX3NpZ24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC53YXJwZWRfc2lnbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 955, - "key": "minecraft:oak_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6b2FrX2hhbmdpbmdfc2lnbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5vYWtfaGFuZ2luZ19zaWduAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 956, - "key": "minecraft:spruce_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6c3BydWNlX2hhbmdpbmdfc2lnbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5zcHJ1Y2VfaGFuZ2luZ19zaWduAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 957, - "key": "minecraft:birch_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6YmlyY2hfaGFuZ2luZ19zaWdu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5iaXJjaF9oYW5naW5nX3NpZ24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 958, - "key": "minecraft:jungle_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6anVuZ2xlX2hhbmdpbmdfc2lnbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5qdW5nbGVfaGFuZ2luZ19zaWduAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 959, - "key": "minecraft:acacia_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6YWNhY2lhX2hhbmdpbmdfc2lnbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5hY2FjaWFfaGFuZ2luZ19zaWduAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 960, - "key": "minecraft:cherry_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6Y2hlcnJ5X2hhbmdpbmdfc2lnbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5jaGVycnlfaGFuZ2luZ19zaWduAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 961, - "key": "minecraft:dark_oak_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6ZGFya19vYWtfaGFuZ2luZ19zaWdu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5kYXJrX29ha19oYW5naW5nX3NpZ24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 962, - "key": "minecraft:pale_oak_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6cGFsZV9vYWtfaGFuZ2luZ19zaWdu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5wYWxlX29ha19oYW5naW5nX3NpZ24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 963, - "key": "minecraft:mangrove_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6bWFuZ3JvdmVfaGFuZ2luZ19zaWdu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5tYW5ncm92ZV9oYW5naW5nX3NpZ24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 964, - "key": "minecraft:bamboo_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6YmFtYm9vX2hhbmdpbmdfc2lnbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5iYW1ib29faGFuZ2luZ19zaWduAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 965, - "key": "minecraft:crimson_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6Y3JpbXNvbl9oYW5naW5nX3NpZ24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5jcmltc29uX2hhbmdpbmdfc2lnbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 966, - "key": "minecraft:warped_hanging_sign", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6d2FycGVkX2hhbmdpbmdfc2lnbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC53YXJwZWRfaGFuZ2luZ19zaWduAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 967, - "key": "minecraft:bucket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6YnVja2V0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LmJ1Y2tldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 968, - "key": "minecraft:water_bucket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6d2F0ZXJfYnVja2V0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LndhdGVyX2J1Y2tldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 969, - "key": "minecraft:lava_bucket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bGF2YV9idWNrZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmxhdmFfYnVja2V0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 970, - "key": "minecraft:powder_snow_bucket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cG93ZGVyX3Nub3dfYnVja2V0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LnBvd2Rlcl9zbm93X2J1Y2tldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 971, - "key": "minecraft:snowball", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6c25vd2JhbGw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LnNub3diYWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 972, - "key": "minecraft:leather", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6bGVhdGhlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFml0ZW0ubWluZWNyYWZ0LmxlYXRoZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 973, - "key": "minecraft:milk_bucket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0C5gQAAQI=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bWlsa19idWNrZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0Lm1pbGtfYnVja2V0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:use_remainder": "FgHHBwAA" - } - }, - { - "id": 974, - "key": "minecraft:pufferfish_bucket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bucket_entity_data": "MgoA", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cHVmZmVyZmlzaF9idWNrZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LnB1ZmZlcmZpc2hfYnVja2V0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 975, - "key": "minecraft:salmon_bucket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bucket_entity_data": "MgoA", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c2FsbW9uX2J1Y2tldA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnNhbG1vbl9idWNrZXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 976, - "key": "minecraft:cod_bucket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bucket_entity_data": "MgoA", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Y29kX2J1Y2tldA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LmNvZF9idWNrZXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 977, - "key": "minecraft:tropical_fish_bucket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bucket_entity_data": "MgoA", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6dHJvcGljYWxfZmlzaF9idWNrZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LnRyb3BpY2FsX2Zpc2hfYnVja2V0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 978, - "key": "minecraft:axolotl_bucket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bucket_entity_data": "MgoA", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6YXhvbG90bF9idWNrZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmF4b2xvdGxfYnVja2V0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 979, - "key": "minecraft:tadpole_bucket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bucket_entity_data": "MgoA", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6dGFkcG9sZV9idWNrZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LnRhZHBvbGVfYnVja2V0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 980, - "key": "minecraft:brick", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6YnJpY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGl0ZW0ubWluZWNyYWZ0LmJyaWNrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 981, - "key": "minecraft:clay_ball", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Y2xheV9iYWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LmNsYXlfYmFsbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 982, - "key": "minecraft:dried_kelp_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZHJpZWRfa2VscF9ibG9jaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5kcmllZF9rZWxwX2Jsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 983, - "key": "minecraft:paper", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6cGFwZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGl0ZW0ubWluZWNyYWZ0LnBhcGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 984, - "key": "minecraft:book", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantable": "GwE=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6Ym9vaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAE2l0ZW0ubWluZWNyYWZ0LmJvb2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 985, - "key": "minecraft:slime_ball", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6c2xpbWVfYmFsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LnNsaW1lX2JhbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 986, - "key": "minecraft:egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:chicken/variant": "VgATbWluZWNyYWZ0OnRlbXBlcmF0ZQ==", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw1taW5lY3JhZnQ6ZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAEml0ZW0ubWluZWNyYWZ0LmVnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 987, - "key": "minecraft:blue_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:chicken/variant": "VgAObWluZWNyYWZ0OmNvbGQ=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Ymx1ZV9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LmJsdWVfZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 988, - "key": "minecraft:brown_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:chicken/variant": "VgAObWluZWNyYWZ0Ondhcm0=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6YnJvd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LmJyb3duX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 989, - "key": "minecraft:compass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6Y29tcGFzcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFml0ZW0ubWluZWNyYWZ0LmNvbXBhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 990, - "key": "minecraft:recovery_compass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cmVjb3ZlcnlfY29tcGFzcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnJlY292ZXJ5X2NvbXBhc3MA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 991, - "key": "minecraft:bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6YnVuZGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LmJ1bmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 992, - "key": "minecraft:white_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6d2hpdGVfYnVuZGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LndoaXRlX2J1bmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 993, - "key": "minecraft:orange_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6b3JhbmdlX2J1bmRsZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0Lm9yYW5nZV9idW5kbGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 994, - "key": "minecraft:magenta_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bWFnZW50YV9idW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lm1hZ2VudGFfYnVuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 995, - "key": "minecraft:light_blue_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bGlnaHRfYmx1ZV9idW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmxpZ2h0X2JsdWVfYnVuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 996, - "key": "minecraft:yellow_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6eWVsbG93X2J1bmRsZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnllbGxvd19idW5kbGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 997, - "key": "minecraft:lime_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bGltZV9idW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmxpbWVfYnVuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 998, - "key": "minecraft:pink_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cGlua19idW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LnBpbmtfYnVuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 999, - "key": "minecraft:gray_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Z3JheV9idW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmdyYXlfYnVuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1000, - "key": "minecraft:light_gray_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bGlnaHRfZ3JheV9idW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmxpZ2h0X2dyYXlfYnVuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1001, - "key": "minecraft:cyan_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y3lhbl9idW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmN5YW5fYnVuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1002, - "key": "minecraft:purple_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cHVycGxlX2J1bmRsZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnB1cnBsZV9idW5kbGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1003, - "key": "minecraft:blue_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Ymx1ZV9idW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmJsdWVfYnVuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1004, - "key": "minecraft:brown_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YnJvd25fYnVuZGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmJyb3duX2J1bmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1005, - "key": "minecraft:green_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z3JlZW5fYnVuZGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmdyZWVuX2J1bmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1006, - "key": "minecraft:red_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cmVkX2J1bmRsZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LnJlZF9idW5kbGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1007, - "key": "minecraft:black_bundle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:bundle_contents": "KQA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmxhY2tfYnVuZGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmJsYWNrX2J1bmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1008, - "key": "minecraft:fishing_rod", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GwE=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZmlzaGluZ19yb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmZpc2hpbmdfcm9kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AkA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1009, - "key": "minecraft:clock", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6Y2xvY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGl0ZW0ubWluZWNyYWZ0LmNsb2NrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1010, - "key": "minecraft:spyglass", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6c3B5Z2xhc3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LnNweWdsYXNzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1011, - "key": "minecraft:glowstone_dust", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Z2xvd3N0b25lX2R1c3Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lmdsb3dzdG9uZV9kdXN0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1012, - "key": "minecraft:cod", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAI+zMzNAA==", - "minecraft:item_model": "Bw1taW5lY3JhZnQ6Y29k", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAEml0ZW0ubWluZWNyYWZ0LmNvZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1013, - "key": "minecraft:salmon", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAI+zMzNAA==", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6c2FsbW9u", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LnNhbG1vbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1014, - "key": "minecraft:tropical_fish", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAE+TMzNAA==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6dHJvcGljYWxfZmlzaA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnRyb3BpY2FsX2Zpc2gA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1015, - "key": "minecraft:pufferfish", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAQADEgGwCQABAQAQAqwCAAEBAAgArAIAAQEAP4AAAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAE+TMzNAA==", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cHVmZmVyZmlzaA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LnB1ZmZlcmZpc2gA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1016, - "key": "minecraft:cooked_cod", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAVAwAAAAA==", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Y29va2VkX2NvZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LmNvb2tlZF9jb2QA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1017, - "key": "minecraft:cooked_salmon", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAZBGZmaAA==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y29va2VkX3NhbG1vbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmNvb2tlZF9zYWxtb24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1018, - "key": "minecraft:ink_sac", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6aW5rX3NhYw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFml0ZW0ubWluZWNyYWZ0Lmlua19zYWMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1019, - "key": "minecraft:glow_ink_sac", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z2xvd19pbmtfc2Fj", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0Lmdsb3dfaW5rX3NhYwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1020, - "key": "minecraft:cocoa_beans", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y29jb2FfYmVhbnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmNvY29hX2JlYW5zAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1021, - "key": "minecraft:white_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6d2hpdGVfZHll", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LndoaXRlX2R5ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1022, - "key": "minecraft:orange_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6b3JhbmdlX2R5ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0Lm9yYW5nZV9keWUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1023, - "key": "minecraft:magenta_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bWFnZW50YV9keWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0Lm1hZ2VudGFfZHllAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1024, - "key": "minecraft:light_blue_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bGlnaHRfYmx1ZV9keWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmxpZ2h0X2JsdWVfZHllAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1025, - "key": "minecraft:yellow_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6eWVsbG93X2R5ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LnllbGxvd19keWUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1026, - "key": "minecraft:lime_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6bGltZV9keWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LmxpbWVfZHllAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1027, - "key": "minecraft:pink_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6cGlua19keWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LnBpbmtfZHllAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1028, - "key": "minecraft:gray_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Z3JheV9keWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LmdyYXlfZHllAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1029, - "key": "minecraft:light_gray_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bGlnaHRfZ3JheV9keWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmxpZ2h0X2dyYXlfZHllAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1030, - "key": "minecraft:cyan_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Y3lhbl9keWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LmN5YW5fZHllAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1031, - "key": "minecraft:purple_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cHVycGxlX2R5ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LnB1cnBsZV9keWUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1032, - "key": "minecraft:blue_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Ymx1ZV9keWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LmJsdWVfZHllAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1033, - "key": "minecraft:brown_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6YnJvd25fZHll", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LmJyb3duX2R5ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1034, - "key": "minecraft:green_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Z3JlZW5fZHll", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LmdyZWVuX2R5ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1035, - "key": "minecraft:red_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6cmVkX2R5ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFml0ZW0ubWluZWNyYWZ0LnJlZF9keWUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1036, - "key": "minecraft:black_dye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6YmxhY2tfZHll", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LmJsYWNrX2R5ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1037, - "key": "minecraft:bone_meal", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Ym9uZV9tZWFs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LmJvbmVfbWVhbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1038, - "key": "minecraft:bone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6Ym9uZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAE2l0ZW0ubWluZWNyYWZ0LmJvbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1039, - "key": "minecraft:sugar", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6c3VnYXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGl0ZW0ubWluZWNyYWZ0LnN1Z2FyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1040, - "key": "minecraft:cake", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6Y2FrZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC5jYWtlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1041, - "key": "minecraft:white_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6d2hpdGVfYmVk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC53aGl0ZV9iZWQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1042, - "key": "minecraft:orange_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6b3JhbmdlX2JlZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5vcmFuZ2VfYmVkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1043, - "key": "minecraft:magenta_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bWFnZW50YV9iZWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX2JlZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1044, - "key": "minecraft:light_blue_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bGlnaHRfYmx1ZV9iZWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX2JlZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1045, - "key": "minecraft:yellow_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6eWVsbG93X2JlZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC55ZWxsb3dfYmVkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1046, - "key": "minecraft:lime_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6bGltZV9iZWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5saW1lX2JlZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1047, - "key": "minecraft:pink_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6cGlua19iZWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5waW5rX2JlZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1048, - "key": "minecraft:gray_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Z3JheV9iZWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5ncmF5X2JlZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1049, - "key": "minecraft:light_gray_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bGlnaHRfZ3JheV9iZWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X2JlZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1050, - "key": "minecraft:cyan_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Y3lhbl9iZWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5jeWFuX2JlZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1051, - "key": "minecraft:purple_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cHVycGxlX2JlZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5wdXJwbGVfYmVkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1052, - "key": "minecraft:blue_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Ymx1ZV9iZWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5ibHVlX2JlZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1053, - "key": "minecraft:brown_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6YnJvd25fYmVk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5icm93bl9iZWQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1054, - "key": "minecraft:green_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Z3JlZW5fYmVk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5ncmVlbl9iZWQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1055, - "key": "minecraft:red_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6cmVkX2JlZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5yZWRfYmVkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1056, - "key": "minecraft:black_bed", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6YmxhY2tfYmVk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5ibGFja19iZWQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1057, - "key": "minecraft:cookie", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAI+zMzNAA==", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6Y29va2ll", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LmNvb2tpZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1058, - "key": "minecraft:crafter", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6Y3JhZnRlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5jcmFmdGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1059, - "key": "minecraft:filled_map", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6ZmlsbGVkX21hcA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LmZpbGxlZF9tYXAA", - "minecraft:lore": "CAA=", - "minecraft:map_color": "JABGQC4=", - "minecraft:map_decorations": "JgoA", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1060, - "key": "minecraft:shears", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6c2hlYXJz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LnNoZWFycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "Au4B", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tool": "GQQCgQEBQXAAAAEBABBtaW5lY3JhZnQ6bGVhdmVzAUFwAAAAAA5taW5lY3JhZnQ6d29vbAFAoAAAAAPPAtACAUAAAAAAP4AAAAEB", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1061, - "key": "minecraft:melon_slice", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAI/mZmaAA==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bWVsb25fc2xpY2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0Lm1lbG9uX3NsaWNlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1062, - "key": "minecraft:dried_kelp", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT9MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAE/GZmaAA==", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6ZHJpZWRfa2VscA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LmRyaWVkX2tlbHAA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1063, - "key": "minecraft:pumpkin_seeds", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cHVtcGtpbl9zZWVkcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnB1bXBraW5fc2VlZHMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1064, - "key": "minecraft:melon_seeds", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bWVsb25fc2VlZHM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0Lm1lbG9uX3NlZWRzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1065, - "key": "minecraft:beef", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAM/5mZnAA==", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6YmVlZg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAE2l0ZW0ubWluZWNyYWZ0LmJlZWYA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1066, - "key": "minecraft:cooked_beef", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAhBTMzNAA==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y29va2VkX2JlZWY=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmNvb2tlZF9iZWVmAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1067, - "key": "minecraft:chicken", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAQABEADYBAABAQA+mZma", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAI/mZmaAA==", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6Y2hpY2tlbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFml0ZW0ubWluZWNyYWZ0LmNoaWNrZW4A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1068, - "key": "minecraft:cooked_chicken", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAZA5mZnAA==", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Y29va2VkX2NoaWNrZW4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmNvb2tlZF9jaGlja2VuAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1069, - "key": "minecraft:rotten_flesh", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAQABEADYBAABAQA/TMzN", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAQ/TMzNAA==", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6cm90dGVuX2ZsZXNo", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LnJvdHRlbl9mbGVzaAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1070, - "key": "minecraft:ender_pearl", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZW5kZXJfcGVhcmw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmVuZGVyX3BlYXJsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:use_cooldown": "Fz+AAAAA" - } - }, - { - "id": 1071, - "key": "minecraft:blaze_rod", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6YmxhemVfcm9k", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LmJsYXplX3JvZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1072, - "key": "minecraft:ghast_tear", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Z2hhc3RfdGVhcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LmdoYXN0X3RlYXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1073, - "key": "minecraft:gold_nugget", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Z29sZF9udWdnZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmdvbGRfbnVnZ2V0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1074, - "key": "minecraft:nether_wart", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bmV0aGVyX3dhcnQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0Lm5ldGhlcl93YXJ0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1075, - "key": "minecraft:glass_bottle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z2xhc3NfYm90dGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmdsYXNzX2JvdHRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1076, - "key": "minecraft:potion", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0C5gQAAA==", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6cG90aW9u", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LnBvdGlvbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:potion_contents": "KgAAAAA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:use_remainder": "FgGzCAAA" - } - }, - { - "id": 1077, - "key": "minecraft:spider_eye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAQABEgBkAAEBAD+AAAA=", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAJATMzNAA==", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6c3BpZGVyX2V5ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LnNwaWRlcl9leWUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1078, - "key": "minecraft:fermented_spider_eye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6ZmVybWVudGVkX3NwaWRlcl9leWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LmZlcm1lbnRlZF9zcGlkZXJfZXllAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1079, - "key": "minecraft:blaze_powder", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmxhemVfcG93ZGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmJsYXplX3Bvd2RlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1080, - "key": "minecraft:magma_cream", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bWFnbWFfY3JlYW0=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0Lm1hZ21hX2NyZWFtAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1081, - "key": "minecraft:brewing_stand", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YnJld2luZ19zdGFuZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5icmV3aW5nX3N0YW5kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1082, - "key": "minecraft:cauldron", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Y2F1bGRyb24=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5jYXVsZHJvbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1083, - "key": "minecraft:ender_eye", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6ZW5kZXJfZXll", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LmVuZGVyX2V5ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1084, - "key": "minecraft:glistering_melon_slice", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Z2xpc3RlcmluZ19tZWxvbl9zbGljZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWl0ZW0ubWluZWNyYWZ0LmdsaXN0ZXJpbmdfbWVsb25fc2xpY2UA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1085, - "key": "minecraft:armadillo_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6YXJtYWRpbGxvX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LmFybWFkaWxsb19zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1086, - "key": "minecraft:allay_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6YWxsYXlfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmFsbGF5X3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1087, - "key": "minecraft:axolotl_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6YXhvbG90bF9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmF4b2xvdGxfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1088, - "key": "minecraft:bat_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YmF0X3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmJhdF9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1089, - "key": "minecraft:bee_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YmVlX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmJlZV9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1090, - "key": "minecraft:blaze_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6YmxhemVfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmJsYXplX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1091, - "key": "minecraft:bogged_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6Ym9nZ2VkX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmJvZ2dlZF9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1092, - "key": "minecraft:breeze_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6YnJlZXplX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmJyZWV6ZV9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1093, - "key": "minecraft:cat_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y2F0X3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmNhdF9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1094, - "key": "minecraft:camel_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Y2FtZWxfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmNhbWVsX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1095, - "key": "minecraft:cave_spider_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6Y2F2ZV9zcGlkZXJfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGl0ZW0ubWluZWNyYWZ0LmNhdmVfc3BpZGVyX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1096, - "key": "minecraft:chicken_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Y2hpY2tlbl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmNoaWNrZW5fc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1097, - "key": "minecraft:cod_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y29kX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmNvZF9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1098, - "key": "minecraft:cow_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y293X3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmNvd19zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1099, - "key": "minecraft:creeper_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Y3JlZXBlcl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmNyZWVwZXJfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1100, - "key": "minecraft:dolphin_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6ZG9scGhpbl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmRvbHBoaW5fc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1101, - "key": "minecraft:donkey_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZG9ua2V5X3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmRvbmtleV9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1102, - "key": "minecraft:drowned_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6ZHJvd25lZF9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmRyb3duZWRfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1103, - "key": "minecraft:elder_guardian_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6ZWxkZXJfZ3VhcmRpYW5fc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2l0ZW0ubWluZWNyYWZ0LmVsZGVyX2d1YXJkaWFuX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1104, - "key": "minecraft:ender_dragon_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6ZW5kZXJfZHJhZ29uX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWl0ZW0ubWluZWNyYWZ0LmVuZGVyX2RyYWdvbl9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1105, - "key": "minecraft:enderman_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6ZW5kZXJtYW5fc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LmVuZGVybWFuX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1106, - "key": "minecraft:endermite_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZW5kZXJtaXRlX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LmVuZGVybWl0ZV9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1107, - "key": "minecraft:evoker_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6ZXZva2VyX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmV2b2tlcl9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1108, - "key": "minecraft:fox_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Zm94X3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmZveF9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1109, - "key": "minecraft:frog_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6ZnJvZ19zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmZyb2dfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1110, - "key": "minecraft:ghast_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Z2hhc3Rfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmdoYXN0X3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1111, - "key": "minecraft:happy_ghast_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6aGFwcHlfZ2hhc3Rfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGl0ZW0ubWluZWNyYWZ0LmhhcHB5X2doYXN0X3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1112, - "key": "minecraft:glow_squid_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6Z2xvd19zcXVpZF9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0Lmdsb3dfc3F1aWRfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1113, - "key": "minecraft:goat_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6Z29hdF9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmdvYXRfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1114, - "key": "minecraft:guardian_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Z3VhcmRpYW5fc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0Lmd1YXJkaWFuX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1115, - "key": "minecraft:hoglin_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6aG9nbGluX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmhvZ2xpbl9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1116, - "key": "minecraft:horse_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6aG9yc2Vfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmhvcnNlX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1117, - "key": "minecraft:husk_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6aHVza19zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lmh1c2tfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1118, - "key": "minecraft:iron_golem_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6aXJvbl9nb2xlbV9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0Lmlyb25fZ29sZW1fc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1119, - "key": "minecraft:llama_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bGxhbWFfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmxsYW1hX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1120, - "key": "minecraft:magma_cube_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6bWFnbWFfY3ViZV9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0Lm1hZ21hX2N1YmVfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1121, - "key": "minecraft:mooshroom_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6bW9vc2hyb29tX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0Lm1vb3Nocm9vbV9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1122, - "key": "minecraft:mule_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bXVsZV9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lm11bGVfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1123, - "key": "minecraft:ocelot_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6b2NlbG90X3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0Lm9jZWxvdF9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1124, - "key": "minecraft:panda_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6cGFuZGFfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LnBhbmRhX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1125, - "key": "minecraft:parrot_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cGFycm90X3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnBhcnJvdF9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1126, - "key": "minecraft:phantom_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cGhhbnRvbV9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LnBoYW50b21fc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1127, - "key": "minecraft:pig_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cGlnX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnBpZ19zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1128, - "key": "minecraft:piglin_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cGlnbGluX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnBpZ2xpbl9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1129, - "key": "minecraft:piglin_brute_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6cGlnbGluX2JydXRlX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWl0ZW0ubWluZWNyYWZ0LnBpZ2xpbl9icnV0ZV9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1130, - "key": "minecraft:pillager_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6cGlsbGFnZXJfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LnBpbGxhZ2VyX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1131, - "key": "minecraft:polar_bear_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6cG9sYXJfYmVhcl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LnBvbGFyX2JlYXJfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1132, - "key": "minecraft:pufferfish_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6cHVmZmVyZmlzaF9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LnB1ZmZlcmZpc2hfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1133, - "key": "minecraft:rabbit_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cmFiYml0X3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnJhYmJpdF9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1134, - "key": "minecraft:ravager_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cmF2YWdlcl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LnJhdmFnZXJfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1135, - "key": "minecraft:salmon_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6c2FsbW9uX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnNhbG1vbl9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1136, - "key": "minecraft:sheep_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6c2hlZXBfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LnNoZWVwX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1137, - "key": "minecraft:shulker_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6c2h1bGtlcl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LnNodWxrZXJfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1138, - "key": "minecraft:silverfish_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c2lsdmVyZmlzaF9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LnNpbHZlcmZpc2hfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1139, - "key": "minecraft:skeleton_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6c2tlbGV0b25fc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LnNrZWxldG9uX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1140, - "key": "minecraft:skeleton_horse_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6c2tlbGV0b25faG9yc2Vfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2l0ZW0ubWluZWNyYWZ0LnNrZWxldG9uX2hvcnNlX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1141, - "key": "minecraft:slime_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6c2xpbWVfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LnNsaW1lX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1142, - "key": "minecraft:sniffer_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6c25pZmZlcl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LnNuaWZmZXJfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1143, - "key": "minecraft:snow_golem_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c25vd19nb2xlbV9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LnNub3dfZ29sZW1fc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1144, - "key": "minecraft:spider_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6c3BpZGVyX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnNwaWRlcl9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1145, - "key": "minecraft:squid_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6c3F1aWRfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LnNxdWlkX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1146, - "key": "minecraft:stray_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6c3RyYXlfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LnN0cmF5X3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1147, - "key": "minecraft:strider_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6c3RyaWRlcl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LnN0cmlkZXJfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1148, - "key": "minecraft:tadpole_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6dGFkcG9sZV9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LnRhZHBvbGVfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1149, - "key": "minecraft:trader_llama_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6dHJhZGVyX2xsYW1hX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWl0ZW0ubWluZWNyYWZ0LnRyYWRlcl9sbGFtYV9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1150, - "key": "minecraft:tropical_fish_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6dHJvcGljYWxfZmlzaF9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJml0ZW0ubWluZWNyYWZ0LnRyb3BpY2FsX2Zpc2hfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1151, - "key": "minecraft:turtle_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6dHVydGxlX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnR1cnRsZV9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1152, - "key": "minecraft:vex_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6dmV4X3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnZleF9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1153, - "key": "minecraft:villager_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6dmlsbGFnZXJfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LnZpbGxhZ2VyX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1154, - "key": "minecraft:vindicator_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6dmluZGljYXRvcl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LnZpbmRpY2F0b3Jfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1155, - "key": "minecraft:wandering_trader_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6d2FuZGVyaW5nX3RyYWRlcl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWl0ZW0ubWluZWNyYWZ0LndhbmRlcmluZ190cmFkZXJfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1156, - "key": "minecraft:warden_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6d2FyZGVuX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LndhcmRlbl9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1157, - "key": "minecraft:witch_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6d2l0Y2hfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LndpdGNoX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1158, - "key": "minecraft:wither_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6d2l0aGVyX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LndpdGhlcl9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1159, - "key": "minecraft:wither_skeleton_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6d2l0aGVyX3NrZWxldG9uX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGl0ZW0ubWluZWNyYWZ0LndpdGhlcl9za2VsZXRvbl9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1160, - "key": "minecraft:wolf_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6d29sZl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LndvbGZfc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1161, - "key": "minecraft:zoglin_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6em9nbGluX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnpvZ2xpbl9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1162, - "key": "minecraft:creaking_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Y3JlYWtpbmdfc3Bhd25fZWdn", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LmNyZWFraW5nX3NwYXduX2VnZwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1163, - "key": "minecraft:zombie_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6em9tYmllX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnpvbWJpZV9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1164, - "key": "minecraft:zombie_horse_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6em9tYmllX2hvcnNlX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWl0ZW0ubWluZWNyYWZ0LnpvbWJpZV9ob3JzZV9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1165, - "key": "minecraft:zombie_villager_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6em9tYmllX3ZpbGxhZ2VyX3NwYXduX2VnZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGl0ZW0ubWluZWNyYWZ0LnpvbWJpZV92aWxsYWdlcl9zcGF3bl9lZ2cA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1166, - "key": "minecraft:zombified_piglin_spawn_egg", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6em9tYmlmaWVkX3BpZ2xpbl9zcGF3bl9lZ2c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWl0ZW0ubWluZWNyYWZ0LnpvbWJpZmllZF9waWdsaW5fc3Bhd25fZWdnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1167, - "key": "minecraft:experience_bottle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantment_glint_override": "EgE=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6ZXhwZXJpZW5jZV9ib3R0bGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LmV4cGVyaWVuY2VfYm90dGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1168, - "key": "minecraft:fire_charge", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZmlyZV9jaGFyZ2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmZpcmVfY2hhcmdlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1169, - "key": "minecraft:wind_charge", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6d2luZF9jaGFyZ2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LndpbmRfY2hhcmdlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:use_cooldown": "Fz8AAAAA" - } - }, - { - "id": 1170, - "key": "minecraft:writable_book", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6d3JpdGFibGVfYm9vaw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LndyaXRhYmxlX2Jvb2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:writable_book_content": "LQA=" - } - }, - { - "id": 1171, - "key": "minecraft:written_book", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantment_glint_override": "EgE=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6d3JpdHRlbl9ib29r", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LndyaXR0ZW5fYm9vawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1172, - "key": "minecraft:breeze_rod", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YnJlZXplX3JvZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LmJyZWV6ZV9yb2QA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1173, - "key": "minecraft:mace", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAFAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAszM0AAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "Gw8=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6bWFjZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAE2l0ZW0ubWluZWNyYWZ0Lm1hY2UA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AvQD", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQKUCQ==", - "minecraft:tool": "GQA/gAAAAgA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgEAAAAA" - } - }, - { - "id": 1174, - "key": "minecraft:item_frame", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6aXRlbV9mcmFtZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0Lml0ZW1fZnJhbWUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1175, - "key": "minecraft:glow_item_frame", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Z2xvd19pdGVtX2ZyYW1l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0Lmdsb3dfaXRlbV9mcmFtZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1176, - "key": "minecraft:flower_pot", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Zmxvd2VyX3BvdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5mbG93ZXJfcG90AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1177, - "key": "minecraft:carrot", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FANAZmZnAA==", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6Y2Fycm90", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LmNhcnJvdAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1178, - "key": "minecraft:potato", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAE/GZmaAA==", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6cG90YXRv", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LnBvdGF0bwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1179, - "key": "minecraft:baked_potato", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAVAwAAAAA==", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmFrZWRfcG90YXRv", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmJha2VkX3BvdGF0bwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1180, - "key": "minecraft:poisonous_potato", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAQABEgBkAAEBAD8ZmZo=", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAI/mZmaAA==", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cG9pc29ub3VzX3BvdGF0bw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnBvaXNvbm91c19wb3RhdG8A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1181, - "key": "minecraft:map", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw1taW5lY3JhZnQ6bWFw", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAEml0ZW0ubWluZWNyYWZ0Lm1hcAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1182, - "key": "minecraft:golden_carrot", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAZBZmZnAA==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Z29sZGVuX2NhcnJvdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmdvbGRlbl9jYXJyb3QA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1183, - "key": "minecraft:skeleton_skull", - "components": { - "minecraft:attribute_modifiers": "DQEhJm1pbmVjcmFmdDp3YXlwb2ludF90cmFuc21pdF9yYW5nZV9oaWRlv/AAAAAAAAACBwE=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARHAAAAAQABAACSCg==", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6c2tlbGV0b25fc2t1bGw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5za2VsZXRvbl9za3VsbAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1184, - "key": "minecraft:wither_skeleton_skull", - "components": { - "minecraft:attribute_modifiers": "DQEhJm1pbmVjcmFmdDp3YXlwb2ludF90cmFuc21pdF9yYW5nZV9oaWRlv/AAAAAAAAACBwE=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARHAAAAAQABAACSCg==", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6d2l0aGVyX3NrZWxldG9uX3NrdWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC53aXRoZXJfc2tlbGV0b25fc2t1bGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1185, - "key": "minecraft:player_head", - "components": { - "minecraft:attribute_modifiers": "DQEhJm1pbmVjcmFmdDp3YXlwb2ludF90cmFuc21pdF9yYW5nZV9oaWRlv/AAAAAAAAACBwE=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARHAAAAAQABAACSCg==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cGxheWVyX2hlYWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5wbGF5ZXJfaGVhZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1186, - "key": "minecraft:zombie_head", - "components": { - "minecraft:attribute_modifiers": "DQEhJm1pbmVjcmFmdDp3YXlwb2ludF90cmFuc21pdF9yYW5nZV9oaWRlv/AAAAAAAAACBwE=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARHAAAAAQABAACSCg==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6em9tYmllX2hlYWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC56b21iaWVfaGVhZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1187, - "key": "minecraft:creeper_head", - "components": { - "minecraft:attribute_modifiers": "DQEhJm1pbmVjcmFmdDp3YXlwb2ludF90cmFuc21pdF9yYW5nZV9oaWRlv/AAAAAAAAACBwE=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARHAAAAAQABAACSCg==", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y3JlZXBlcl9oZWFk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5jcmVlcGVyX2hlYWQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1188, - "key": "minecraft:dragon_head", - "components": { - "minecraft:attribute_modifiers": "DQEhJm1pbmVjcmFmdDp3YXlwb2ludF90cmFuc21pdF9yYW5nZV9oaWRlv/AAAAAAAAACBwE=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARHAAAAAQABAACSCg==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZHJhZ29uX2hlYWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5kcmFnb25faGVhZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1189, - "key": "minecraft:piglin_head", - "components": { - "minecraft:attribute_modifiers": "DQEhJm1pbmVjcmFmdDp3YXlwb2ludF90cmFuc21pdF9yYW5nZV9oaWRlv/AAAAAAAAACBwE=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HARHAAAAAQABAACSCg==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cGlnbGluX2hlYWQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5waWdsaW5faGVhZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1190, - "key": "minecraft:nether_star", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage_resistant": "GBZtaW5lY3JhZnQ6aXNfZXhwbG9zaW9u", - "minecraft:enchantment_glint_override": "EgE=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bmV0aGVyX3N0YXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0Lm5ldGhlcl9zdGFyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1191, - "key": "minecraft:pumpkin_pie", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAhAmZmaAA==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cHVtcGtpbl9waWU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LnB1bXBraW5fcGllAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1192, - "key": "minecraft:firework_rocket", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:fireworks": "PAEA", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZmlyZXdvcmtfcm9ja2V0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmZpcmV3b3JrX3JvY2tldAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1193, - "key": "minecraft:firework_star", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZmlyZXdvcmtfc3Rhcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmZpcmV3b3JrX3N0YXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1194, - "key": "minecraft:enchanted_book", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantment_glint_override": "EgE=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6ZW5jaGFudGVkX2Jvb2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmVuY2hhbnRlZF9ib29rAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:stored_enchantments": "IgA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1195, - "key": "minecraft:nether_brick", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6bmV0aGVyX2JyaWNr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0Lm5ldGhlcl9icmljawA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1196, - "key": "minecraft:resin_brick", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cmVzaW5fYnJpY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LnJlc2luX2JyaWNrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:provides_trim_material": "NQAPbWluZWNyYWZ0OnJlc2lu", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1197, - "key": "minecraft:prismarine_shard", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6cHJpc21hcmluZV9zaGFyZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnByaXNtYXJpbmVfc2hhcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1198, - "key": "minecraft:prismarine_crystals", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6cHJpc21hcmluZV9jcnlzdGFscw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LnByaXNtYXJpbmVfY3J5c3RhbHMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1199, - "key": "minecraft:rabbit", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAM/5mZnAA==", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6cmFiYml0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LnJhYmJpdAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1200, - "key": "minecraft:cooked_rabbit", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAVAwAAAAA==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y29va2VkX3JhYmJpdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmNvb2tlZF9yYWJiaXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1201, - "key": "minecraft:rabbit_stew", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FApBQAAAAA==", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cmFiYml0X3N0ZXc=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LnJhYmJpdF9zdGV3AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:use_remainder": "FgHYBgAA" - } - }, - { - "id": 1202, - "key": "minecraft:rabbit_foot", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cmFiYml0X2Zvb3Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LnJhYmJpdF9mb290AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1203, - "key": "minecraft:rabbit_hide", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cmFiYml0X2hpZGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LnJhYmJpdF9oaWRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1204, - "key": "minecraft:armor_stand", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6YXJtb3Jfc3RhbmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmFybW9yX3N0YW5kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1205, - "key": "minecraft:iron_horse_armor", - "components": { - "minecraft:attribute_modifiers": "DQIAFG1pbmVjcmFmdDphcm1vci5ib2R5QBQAAAAAAAAACQABFG1pbmVjcmFmdDphcm1vci5ib2R5AAAAAAAAAAAACQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAb+BQEObWluZWNyYWZ0Omlyb24AAQAebWluZWNyYWZ0OmNhbl93ZWFyX2hvcnNlX2FybW9yAQEAAAH/BQ==", - "minecraft:item_model": "BxptaW5lY3JhZnQ6aXJvbl9ob3JzZV9hcm1vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0Lmlyb25faG9yc2VfYXJtb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1206, - "key": "minecraft:golden_horse_armor", - "components": { - "minecraft:attribute_modifiers": "DQIAFG1pbmVjcmFmdDphcm1vci5ib2R5QBwAAAAAAAAACQABFG1pbmVjcmFmdDphcm1vci5ib2R5AAAAAAAAAAAACQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAb+BQEObWluZWNyYWZ0OmdvbGQAAQAebWluZWNyYWZ0OmNhbl93ZWFyX2hvcnNlX2FybW9yAQEAAAH/BQ==", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Z29sZGVuX2hvcnNlX2FybW9y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LmdvbGRlbl9ob3JzZV9hcm1vcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1207, - "key": "minecraft:diamond_horse_armor", - "components": { - "minecraft:attribute_modifiers": "DQIAFG1pbmVjcmFmdDphcm1vci5ib2R5QCYAAAAAAAAACQABFG1pbmVjcmFmdDphcm1vci5ib2R5QAAAAAAAAAAACQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAb+BQERbWluZWNyYWZ0OmRpYW1vbmQAAQAebWluZWNyYWZ0OmNhbl93ZWFyX2hvcnNlX2FybW9yAQEAAAH/BQ==", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZGlhbW9uZF9ob3JzZV9hcm1vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LmRpYW1vbmRfaG9yc2VfYXJtb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1208, - "key": "minecraft:leather_horse_armor", - "components": { - "minecraft:attribute_modifiers": "DQIAFG1pbmVjcmFmdDphcm1vci5ib2R5QAgAAAAAAAAACQABFG1pbmVjcmFmdDphcm1vci5ib2R5AAAAAAAAAAAACQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAb+BQERbWluZWNyYWZ0OmxlYXRoZXIAAQAebWluZWNyYWZ0OmNhbl93ZWFyX2hvcnNlX2FybW9yAQEAAAH/BQ==", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6bGVhdGhlcl9ob3JzZV9hcm1vcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LmxlYXRoZXJfaG9yc2VfYXJtb3IA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1209, - "key": "minecraft:lead", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6bGVhZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAE2l0ZW0ubWluZWNyYWZ0LmxlYWQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1210, - "key": "minecraft:name_tag", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6bmFtZV90YWc=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0Lm5hbWVfdGFnAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1211, - "key": "minecraft:command_block_minecart", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Y29tbWFuZF9ibG9ja19taW5lY2FydA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWl0ZW0ubWluZWNyYWZ0LmNvbW1hbmRfYmxvY2tfbWluZWNhcnQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1212, - "key": "minecraft:mutton", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAI/mZmaAA==", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6bXV0dG9u", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0Lm11dHRvbgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1213, - "key": "minecraft:cooked_mutton", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAZBGZmaAA==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Y29va2VkX211dHRvbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmNvb2tlZF9tdXR0b24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1214, - "key": "minecraft:white_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6d2hpdGVfYmFubmVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC53aGl0ZV9iYW5uZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1215, - "key": "minecraft:orange_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6b3JhbmdlX2Jhbm5lcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5vcmFuZ2VfYmFubmVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1216, - "key": "minecraft:magenta_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bWFnZW50YV9iYW5uZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX2Jhbm5lcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1217, - "key": "minecraft:light_blue_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bGlnaHRfYmx1ZV9iYW5uZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX2Jhbm5lcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1218, - "key": "minecraft:yellow_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6eWVsbG93X2Jhbm5lcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC55ZWxsb3dfYmFubmVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1219, - "key": "minecraft:lime_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bGltZV9iYW5uZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5saW1lX2Jhbm5lcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1220, - "key": "minecraft:pink_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cGlua19iYW5uZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5waW5rX2Jhbm5lcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1221, - "key": "minecraft:gray_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Z3JheV9iYW5uZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5ncmF5X2Jhbm5lcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1222, - "key": "minecraft:light_gray_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bGlnaHRfZ3JheV9iYW5uZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X2Jhbm5lcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1223, - "key": "minecraft:cyan_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y3lhbl9iYW5uZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5jeWFuX2Jhbm5lcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1224, - "key": "minecraft:purple_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cHVycGxlX2Jhbm5lcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5wdXJwbGVfYmFubmVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1225, - "key": "minecraft:blue_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Ymx1ZV9iYW5uZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5ibHVlX2Jhbm5lcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1226, - "key": "minecraft:brown_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YnJvd25fYmFubmVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5icm93bl9iYW5uZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1227, - "key": "minecraft:green_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z3JlZW5fYmFubmVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5ncmVlbl9iYW5uZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1228, - "key": "minecraft:red_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cmVkX2Jhbm5lcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5yZWRfYmFubmVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1229, - "key": "minecraft:black_banner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmxhY2tfYmFubmVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5ibGFja19iYW5uZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1230, - "key": "minecraft:end_crystal", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantment_glint_override": "EgE=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZW5kX2NyeXN0YWw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmVuZF9jcnlzdGFsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1231, - "key": "minecraft:chorus_fruit", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAQNBgAAA", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FARAGZmaAQ==", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y2hvcnVzX2ZydWl0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmNob3J1c19mcnVpdAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:use_cooldown": "Fz+AAAAA" - } - }, - { - "id": 1232, - "key": "minecraft:popped_chorus_fruit", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6cG9wcGVkX2Nob3J1c19mcnVpdA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LnBvcHBlZF9jaG9ydXNfZnJ1aXQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1233, - "key": "minecraft:torchflower_seeds", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6dG9yY2hmbG93ZXJfc2VlZHM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0LnRvcmNoZmxvd2VyX3NlZWRzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1234, - "key": "minecraft:pitcher_pod", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cGl0Y2hlcl9wb2Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LnBpdGNoZXJfcG9kAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1235, - "key": "minecraft:beetroot", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAE/mZmaAA==", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6YmVldHJvb3Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LmJlZXRyb290AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1236, - "key": "minecraft:beetroot_seeds", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6YmVldHJvb3Rfc2VlZHM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LmJlZXRyb290X3NlZWRzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1237, - "key": "minecraft:beetroot_soup", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAZA5mZnAA==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6YmVldHJvb3Rfc291cA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmJlZXRyb290X3NvdXAA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:use_remainder": "FgHYBgAA" - } - }, - { - "id": 1238, - "key": "minecraft:dragon_breath", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6ZHJhZ29uX2JyZWF0aA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LmRyYWdvbl9icmVhdGgA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1239, - "key": "minecraft:splash_potion", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c3BsYXNoX3BvdGlvbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnNwbGFzaF9wb3Rpb24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:potion_contents": "KgAAAAA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1240, - "key": "minecraft:spectral_arrow", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6c3BlY3RyYWxfYXJyb3c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0LnNwZWN0cmFsX2Fycm93AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1241, - "key": "minecraft:tipped_arrow", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6dGlwcGVkX2Fycm93", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LnRpcHBlZF9hcnJvdwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:potion_contents": "KgAAAAA=", - "minecraft:potion_duration_scale": "Kz4AAAA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1242, - "key": "minecraft:lingering_potion", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6bGluZ2VyaW5nX3BvdGlvbg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmxpbmdlcmluZ19wb3Rpb24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:potion_contents": "KgAAAAA=", - "minecraft:potion_duration_scale": "Kz6AAAA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1243, - "key": "minecraft:shield", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:banner_patterns": "PwA=", - "minecraft:blocks_attacks": "IT6AAAA/gAAAAUK0AAAAAAAAAD+AAABAQAAAP4AAAD+AAAABGW1pbmVjcmFmdDpieXBhc3Nlc19zaGllbGQBkwoBlAo=", - "minecraft:break_sound": "R5QK", - "minecraft:damage": "AwA=", - "minecraft:enchantments": "CgA=", - "minecraft:equippable": "HAVHAAAAAQABAACSCg==", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6c2hpZWxk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWl0ZW0ubWluZWNyYWZ0LnNoaWVsZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AtAC", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:repairable": "HQAfbWluZWNyYWZ0Ondvb2Rlbl90b29sX21hdGVyaWFscw==", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1244, - "key": "minecraft:totem_of_undying", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:death_protection": "IAICAAMJAYQHAAEBABUBZAABAQALAKAGAAEBAD+AAAA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6dG90ZW1fb2ZfdW5keWluZw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LnRvdGVtX29mX3VuZHlpbmcA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1245, - "key": "minecraft:shulker_shell", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c2h1bGtlcl9zaGVsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnNodWxrZXJfc2hlbGwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1246, - "key": "minecraft:iron_nugget", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6aXJvbl9udWdnZXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0Lmlyb25fbnVnZ2V0AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1247, - "key": "minecraft:knowledge_book", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6a25vd2xlZGdlX2Jvb2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lmtub3dsZWRnZV9ib29rAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQM=", - "minecraft:recipes": "OQkAAAAAAA==", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1248, - "key": "minecraft:debug_stick", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:debug_stick_state": "MAoA", - "minecraft:enchantment_glint_override": "EgE=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6ZGVidWdfc3RpY2s=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGml0ZW0ubWluZWNyYWZ0LmRlYnVnX3N0aWNrAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1249, - "key": "minecraft:music_disc_13", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bXVzaWNfZGlzY18xMw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfMTMA", - "minecraft:jukebox_playable": "NwAMbWluZWNyYWZ0OjEz", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1250, - "key": "minecraft:music_disc_cat", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bXVzaWNfZGlzY19jYXQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfY2F0AA==", - "minecraft:jukebox_playable": "NwANbWluZWNyYWZ0OmNhdA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1251, - "key": "minecraft:music_disc_blocks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bXVzaWNfZGlzY19ibG9ja3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfYmxvY2tzAA==", - "minecraft:jukebox_playable": "NwAQbWluZWNyYWZ0OmJsb2Nrcw==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1252, - "key": "minecraft:music_disc_chirp", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6bXVzaWNfZGlzY19jaGlycA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfY2hpcnAA", - "minecraft:jukebox_playable": "NwAPbWluZWNyYWZ0OmNoaXJw", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1253, - "key": "minecraft:music_disc_creator", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bXVzaWNfZGlzY19jcmVhdG9y", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfY3JlYXRvcgA=", - "minecraft:jukebox_playable": "NwARbWluZWNyYWZ0OmNyZWF0b3I=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1254, - "key": "minecraft:music_disc_creator_music_box", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByZtaW5lY3JhZnQ6bXVzaWNfZGlzY19jcmVhdG9yX211c2ljX2JveA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAK2l0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfY3JlYXRvcl9tdXNpY19ib3gA", - "minecraft:jukebox_playable": "NwAbbWluZWNyYWZ0OmNyZWF0b3JfbXVzaWNfYm94", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1255, - "key": "minecraft:music_disc_far", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bXVzaWNfZGlzY19mYXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfZmFyAA==", - "minecraft:jukebox_playable": "NwANbWluZWNyYWZ0OmZhcg==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1256, - "key": "minecraft:music_disc_lava_chicken", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByFtaW5lY3JhZnQ6bXVzaWNfZGlzY19sYXZhX2NoaWNrZW4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJml0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfbGF2YV9jaGlja2VuAA==", - "minecraft:jukebox_playable": "NwAWbWluZWNyYWZ0OmxhdmFfY2hpY2tlbg==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1257, - "key": "minecraft:music_disc_mall", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bXVzaWNfZGlzY19tYWxs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfbWFsbAA=", - "minecraft:jukebox_playable": "NwAObWluZWNyYWZ0Om1hbGw=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1258, - "key": "minecraft:music_disc_mellohi", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bXVzaWNfZGlzY19tZWxsb2hp", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfbWVsbG9oaQA=", - "minecraft:jukebox_playable": "NwARbWluZWNyYWZ0Om1lbGxvaGk=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1259, - "key": "minecraft:music_disc_stal", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bXVzaWNfZGlzY19zdGFs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2Nfc3RhbAA=", - "minecraft:jukebox_playable": "NwAObWluZWNyYWZ0OnN0YWw=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1260, - "key": "minecraft:music_disc_strad", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6bXVzaWNfZGlzY19zdHJhZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2Nfc3RyYWQA", - "minecraft:jukebox_playable": "NwAPbWluZWNyYWZ0OnN0cmFk", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1261, - "key": "minecraft:music_disc_ward", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bXVzaWNfZGlzY193YXJk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2Nfd2FyZAA=", - "minecraft:jukebox_playable": "NwAObWluZWNyYWZ0OndhcmQ=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1262, - "key": "minecraft:music_disc_11", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6bXVzaWNfZGlzY18xMQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfMTEA", - "minecraft:jukebox_playable": "NwAMbWluZWNyYWZ0OjEx", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1263, - "key": "minecraft:music_disc_wait", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6bXVzaWNfZGlzY193YWl0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2Nfd2FpdAA=", - "minecraft:jukebox_playable": "NwAObWluZWNyYWZ0OndhaXQ=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1264, - "key": "minecraft:music_disc_otherside", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6bXVzaWNfZGlzY19vdGhlcnNpZGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2Nfb3RoZXJzaWRlAA==", - "minecraft:jukebox_playable": "NwATbWluZWNyYWZ0Om90aGVyc2lkZQ==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1265, - "key": "minecraft:music_disc_relic", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6bXVzaWNfZGlzY19yZWxpYw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfcmVsaWMA", - "minecraft:jukebox_playable": "NwAPbWluZWNyYWZ0OnJlbGlj", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1266, - "key": "minecraft:music_disc_5", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6bXVzaWNfZGlzY181", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfNQA=", - "minecraft:jukebox_playable": "NwALbWluZWNyYWZ0OjU=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1267, - "key": "minecraft:music_disc_pigstep", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bXVzaWNfZGlzY19waWdzdGVw", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfcGlnc3RlcAA=", - "minecraft:jukebox_playable": "NwARbWluZWNyYWZ0OnBpZ3N0ZXA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1268, - "key": "minecraft:music_disc_precipice", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6bXVzaWNfZGlzY19wcmVjaXBpY2U=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfcHJlY2lwaWNlAA==", - "minecraft:jukebox_playable": "NwATbWluZWNyYWZ0OnByZWNpcGljZQ==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1269, - "key": "minecraft:music_disc_tears", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6bXVzaWNfZGlzY190ZWFycw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0Lm11c2ljX2Rpc2NfdGVhcnMA", - "minecraft:jukebox_playable": "NwAPbWluZWNyYWZ0OnRlYXJz", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1270, - "key": "minecraft:disc_fragment_5", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZGlzY19mcmFnbWVudF81", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LmRpc2NfZnJhZ21lbnRfNQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1271, - "key": "minecraft:trident", - "components": { - "minecraft:attribute_modifiers": "DQICHG1pbmVjcmFmdDpiYXNlX2F0dGFja19kYW1hZ2VAIAAAAAAAAAABAAQbbWluZWNyYWZ0OmJhc2VfYXR0YWNrX3NwZWVkwAczM0AAAAAAAQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GwE=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6dHJpZGVudA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFml0ZW0ubWluZWNyYWZ0LnRyaWRlbnQA", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AvoB", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tool": "GQA/gAAAAgA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:weapon": "GgEAAAAA" - } - }, - { - "id": 1272, - "key": "minecraft:nautilus_shell", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bmF1dGlsdXNfc2hlbGw=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lm5hdXRpbHVzX3NoZWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1273, - "key": "minecraft:heart_of_the_sea", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6aGVhcnRfb2ZfdGhlX3NlYQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2l0ZW0ubWluZWNyYWZ0LmhlYXJ0X29mX3RoZV9zZWEA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1274, - "key": "minecraft:crossbow", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:charged_projectiles": "KAA=", - "minecraft:damage": "AwA=", - "minecraft:enchantable": "GwE=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Y3Jvc3Nib3c=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2l0ZW0ubWluZWNyYWZ0LmNyb3NzYm93AA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AtED", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1275, - "key": "minecraft:suspicious_stew", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAZA5mZnAQ==", - "minecraft:item_model": "BxltaW5lY3JhZnQ6c3VzcGljaW91c19zdGV3", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHml0ZW0ubWluZWNyYWZ0LnN1c3BpY2lvdXNfc3RldwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:suspicious_stew_effects": "LAA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:use_remainder": "FgHYBgAA" - } - }, - { - "id": 1276, - "key": "minecraft:loom", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6bG9vbQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC5sb29tAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1277, - "key": "minecraft:flower_banner_pattern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6Zmxvd2VyX2Jhbm5lcl9wYXR0ZXJu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGl0ZW0ubWluZWNyYWZ0LmZsb3dlcl9iYW5uZXJfcGF0dGVybgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:provides_banner_patterns": "OB1taW5lY3JhZnQ6cGF0dGVybl9pdGVtL2Zsb3dlcg==", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1278, - "key": "minecraft:creeper_banner_pattern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6Y3JlZXBlcl9iYW5uZXJfcGF0dGVybg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWl0ZW0ubWluZWNyYWZ0LmNyZWVwZXJfYmFubmVyX3BhdHRlcm4A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:provides_banner_patterns": "OB5taW5lY3JhZnQ6cGF0dGVybl9pdGVtL2NyZWVwZXI=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1279, - "key": "minecraft:skull_banner_pattern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c2t1bGxfYmFubmVyX3BhdHRlcm4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LnNrdWxsX2Jhbm5lcl9wYXR0ZXJuAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:provides_banner_patterns": "OBxtaW5lY3JhZnQ6cGF0dGVybl9pdGVtL3NrdWxs", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1280, - "key": "minecraft:mojang_banner_pattern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6bW9qYW5nX2Jhbm5lcl9wYXR0ZXJu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGl0ZW0ubWluZWNyYWZ0Lm1vamFuZ19iYW5uZXJfcGF0dGVybgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:provides_banner_patterns": "OB1taW5lY3JhZnQ6cGF0dGVybl9pdGVtL21vamFuZw==", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1281, - "key": "minecraft:globe_banner_pattern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6Z2xvYmVfYmFubmVyX3BhdHRlcm4=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0Lmdsb2JlX2Jhbm5lcl9wYXR0ZXJuAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:provides_banner_patterns": "OBxtaW5lY3JhZnQ6cGF0dGVybl9pdGVtL2dsb2Jl", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1282, - "key": "minecraft:piglin_banner_pattern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6cGlnbGluX2Jhbm5lcl9wYXR0ZXJu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGl0ZW0ubWluZWNyYWZ0LnBpZ2xpbl9iYW5uZXJfcGF0dGVybgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:provides_banner_patterns": "OB1taW5lY3JhZnQ6cGF0dGVybl9pdGVtL3BpZ2xpbg==", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1283, - "key": "minecraft:flow_banner_pattern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6Zmxvd19iYW5uZXJfcGF0dGVybg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LmZsb3dfYmFubmVyX3BhdHRlcm4A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:provides_banner_patterns": "OBttaW5lY3JhZnQ6cGF0dGVybl9pdGVtL2Zsb3c=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1284, - "key": "minecraft:guster_banner_pattern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6Z3VzdGVyX2Jhbm5lcl9wYXR0ZXJu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGl0ZW0ubWluZWNyYWZ0Lmd1c3Rlcl9iYW5uZXJfcGF0dGVybgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:provides_banner_patterns": "OB1taW5lY3JhZnQ6cGF0dGVybl9pdGVtL2d1c3Rlcg==", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1285, - "key": "minecraft:field_masoned_banner_pattern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByZtaW5lY3JhZnQ6ZmllbGRfbWFzb25lZF9iYW5uZXJfcGF0dGVybg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAK2l0ZW0ubWluZWNyYWZ0LmZpZWxkX21hc29uZWRfYmFubmVyX3BhdHRlcm4A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:provides_banner_patterns": "OCRtaW5lY3JhZnQ6cGF0dGVybl9pdGVtL2ZpZWxkX21hc29uZWQ=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1286, - "key": "minecraft:bordure_indented_banner_pattern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByltaW5lY3JhZnQ6Ym9yZHVyZV9pbmRlbnRlZF9iYW5uZXJfcGF0dGVybg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALml0ZW0ubWluZWNyYWZ0LmJvcmR1cmVfaW5kZW50ZWRfYmFubmVyX3BhdHRlcm4A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:provides_banner_patterns": "OCdtaW5lY3JhZnQ6cGF0dGVybl9pdGVtL2JvcmR1cmVfaW5kZW50ZWQ=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1287, - "key": "minecraft:goat_horn", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:instrument": "NAAabWluZWNyYWZ0OnBvbmRlcl9nb2F0X2hvcm4=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Z29hdF9ob3Ju", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LmdvYXRfaG9ybgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1288, - "key": "minecraft:composter", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6Y29tcG9zdGVy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5jb21wb3N0ZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1289, - "key": "minecraft:barrel", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6YmFycmVs", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5iYXJyZWwA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1290, - "key": "minecraft:smoker", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6c21va2Vy", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5zbW9rZXIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1291, - "key": "minecraft:blast_furnace", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6Ymxhc3RfZnVybmFjZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5ibGFzdF9mdXJuYWNlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1292, - "key": "minecraft:cartography_table", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Y2FydG9ncmFwaHlfdGFibGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5jYXJ0b2dyYXBoeV90YWJsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1293, - "key": "minecraft:fletching_table", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6ZmxldGNoaW5nX3RhYmxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5mbGV0Y2hpbmdfdGFibGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1294, - "key": "minecraft:grindstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6Z3JpbmRzdG9uZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5ncmluZHN0b25lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1295, - "key": "minecraft:smithing_table", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6c21pdGhpbmdfdGFibGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5zbWl0aGluZ190YWJsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1296, - "key": "minecraft:stonecutter", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c3RvbmVjdXR0ZXI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zdG9uZWN1dHRlcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1297, - "key": "minecraft:bell", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw5taW5lY3JhZnQ6YmVsbA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGJsb2NrLm1pbmVjcmFmdC5iZWxsAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1298, - "key": "minecraft:lantern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6bGFudGVybg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5sYW50ZXJuAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1299, - "key": "minecraft:soul_lantern", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6c291bF9sYW50ZXJu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5zb3VsX2xhbnRlcm4A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1300, - "key": "minecraft:sweet_berries", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAI+zMzNAA==", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c3dlZXRfYmVycmllcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGl0ZW0ubWluZWNyYWZ0LnN3ZWV0X2JlcnJpZXMA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1301, - "key": "minecraft:glow_berries", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0B5wQBAA==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAI+zMzNAA==", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z2xvd19iZXJyaWVz", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0Lmdsb3dfYmVycmllcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1302, - "key": "minecraft:campfire", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6Y2FtcGZpcmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5jYW1wZmlyZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1303, - "key": "minecraft:soul_campfire", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:container": "QgA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6c291bF9jYW1wZmlyZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5zb3VsX2NhbXBmaXJlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1304, - "key": "minecraft:shroomlight", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6c2hyb29tbGlnaHQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5zaHJvb21saWdodAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1305, - "key": "minecraft:honeycomb", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6aG9uZXljb21i", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LmhvbmV5Y29tYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1306, - "key": "minecraft:bee_nest", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:bees": "RAA=", - "minecraft:block_state": "QwELaG9uZXlfbGV2ZWwBMA==", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxJtaW5lY3JhZnQ6YmVlX25lc3Q=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGJsb2NrLm1pbmVjcmFmdC5iZWVfbmVzdAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1307, - "key": "minecraft:beehive", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:bees": "RAA=", - "minecraft:block_state": "QwELaG9uZXlfbGV2ZWwBMA==", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxFtaW5lY3JhZnQ6YmVlaGl2ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAF2Jsb2NrLm1pbmVjcmFmdC5iZWVoaXZlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1308, - "key": "minecraft:honey_bottle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FUAAAAAC8wUAAQECEg==", - "minecraft:enchantments": "CgA=", - "minecraft:food": "FAY/mZmaAQ==", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6aG9uZXlfYm90dGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2l0ZW0ubWluZWNyYWZ0LmhvbmV5X2JvdHRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "ARA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA", - "minecraft:use_remainder": "FgGzCAAA" - } - }, - { - "id": 1309, - "key": "minecraft:honeycomb_block", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6aG9uZXljb21iX2Jsb2Nr", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5ob25leWNvbWJfYmxvY2sA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1310, - "key": "minecraft:lodestone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6bG9kZXN0b25l", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5sb2Rlc3RvbmUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1311, - "key": "minecraft:crying_obsidian", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6Y3J5aW5nX29ic2lkaWFu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5jcnlpbmdfb2JzaWRpYW4A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1312, - "key": "minecraft:blackstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6YmxhY2tzdG9uZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5ibGFja3N0b25lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1313, - "key": "minecraft:blackstone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6YmxhY2tzdG9uZV9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5ibGFja3N0b25lX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1314, - "key": "minecraft:blackstone_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6YmxhY2tzdG9uZV9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5ibGFja3N0b25lX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1315, - "key": "minecraft:gilded_blackstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6Z2lsZGVkX2JsYWNrc3RvbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5naWxkZWRfYmxhY2tzdG9uZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1316, - "key": "minecraft:polished_blackstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6cG9saXNoZWRfYmxhY2tzdG9uZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ibGFja3N0b25lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1317, - "key": "minecraft:polished_blackstone_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6cG9saXNoZWRfYmxhY2tzdG9uZV9zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKGJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ibGFja3N0b25lX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1318, - "key": "minecraft:polished_blackstone_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6cG9saXNoZWRfYmxhY2tzdG9uZV9zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKmJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ibGFja3N0b25lX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1319, - "key": "minecraft:chiseled_polished_blackstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByZtaW5lY3JhZnQ6Y2hpc2VsZWRfcG9saXNoZWRfYmxhY2tzdG9uZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALGJsb2NrLm1pbmVjcmFmdC5jaGlzZWxlZF9wb2xpc2hlZF9ibGFja3N0b25lAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1320, - "key": "minecraft:polished_blackstone_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6cG9saXNoZWRfYmxhY2tzdG9uZV9icmlja3M=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKmJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ibGFja3N0b25lX2JyaWNrcwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1321, - "key": "minecraft:polished_blackstone_brick_slab", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByhtaW5lY3JhZnQ6cG9saXNoZWRfYmxhY2tzdG9uZV9icmlja19zbGFi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALmJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ibGFja3N0b25lX2JyaWNrX3NsYWIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1322, - "key": "minecraft:polished_blackstone_brick_stairs", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByptaW5lY3JhZnQ6cG9saXNoZWRfYmxhY2tzdG9uZV9icmlja19zdGFpcnM=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMGJsb2NrLm1pbmVjcmFmdC5wb2xpc2hlZF9ibGFja3N0b25lX2JyaWNrX3N0YWlycwA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1323, - "key": "minecraft:cracked_polished_blackstone_bricks", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByxtaW5lY3JhZnQ6Y3JhY2tlZF9wb2xpc2hlZF9ibGFja3N0b25lX2JyaWNrcw==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMmJsb2NrLm1pbmVjcmFmdC5jcmFja2VkX3BvbGlzaGVkX2JsYWNrc3RvbmVfYnJpY2tzAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1324, - "key": "minecraft:respawn_anchor", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6cmVzcGF3bl9hbmNob3I=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5yZXNwYXduX2FuY2hvcgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1325, - "key": "minecraft:candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxBtaW5lY3JhZnQ6Y2FuZGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFmJsb2NrLm1pbmVjcmFmdC5jYW5kbGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1326, - "key": "minecraft:white_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6d2hpdGVfY2FuZGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC53aGl0ZV9jYW5kbGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1327, - "key": "minecraft:orange_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6b3JhbmdlX2NhbmRsZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5vcmFuZ2VfY2FuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1328, - "key": "minecraft:magenta_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6bWFnZW50YV9jYW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHmJsb2NrLm1pbmVjcmFmdC5tYWdlbnRhX2NhbmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1329, - "key": "minecraft:light_blue_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bGlnaHRfYmx1ZV9jYW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5saWdodF9ibHVlX2NhbmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1330, - "key": "minecraft:yellow_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6eWVsbG93X2NhbmRsZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC55ZWxsb3dfY2FuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1331, - "key": "minecraft:lime_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6bGltZV9jYW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5saW1lX2NhbmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1332, - "key": "minecraft:pink_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6cGlua19jYW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5waW5rX2NhbmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1333, - "key": "minecraft:gray_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Z3JheV9jYW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5ncmF5X2NhbmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1334, - "key": "minecraft:light_gray_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6bGlnaHRfZ3JheV9jYW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5saWdodF9ncmF5X2NhbmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1335, - "key": "minecraft:cyan_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y3lhbl9jYW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5jeWFuX2NhbmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1336, - "key": "minecraft:purple_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6cHVycGxlX2NhbmRsZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC5wdXJwbGVfY2FuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1337, - "key": "minecraft:blue_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Ymx1ZV9jYW5kbGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5ibHVlX2NhbmRsZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1338, - "key": "minecraft:brown_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YnJvd25fY2FuZGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5icm93bl9jYW5kbGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1339, - "key": "minecraft:green_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Z3JlZW5fY2FuZGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5ncmVlbl9jYW5kbGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1340, - "key": "minecraft:red_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6cmVkX2NhbmRsZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGmJsb2NrLm1pbmVjcmFmdC5yZWRfY2FuZGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1341, - "key": "minecraft:black_candle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6YmxhY2tfY2FuZGxl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5ibGFja19jYW5kbGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1342, - "key": "minecraft:small_amethyst_bud", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6c21hbGxfYW1ldGh5c3RfYnVk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5zbWFsbF9hbWV0aHlzdF9idWQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1343, - "key": "minecraft:medium_amethyst_bud", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6bWVkaXVtX2FtZXRoeXN0X2J1ZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5tZWRpdW1fYW1ldGh5c3RfYnVkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1344, - "key": "minecraft:large_amethyst_bud", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6bGFyZ2VfYW1ldGh5c3RfYnVk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC5sYXJnZV9hbWV0aHlzdF9idWQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1345, - "key": "minecraft:amethyst_cluster", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxptaW5lY3JhZnQ6YW1ldGh5c3RfY2x1c3Rlcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGJsb2NrLm1pbmVjcmFmdC5hbWV0aHlzdF9jbHVzdGVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1346, - "key": "minecraft:pointed_dripstone", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6cG9pbnRlZF9kcmlwc3RvbmU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC5wb2ludGVkX2RyaXBzdG9uZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1347, - "key": "minecraft:ochre_froglight", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxltaW5lY3JhZnQ6b2NocmVfZnJvZ2xpZ2h0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAH2Jsb2NrLm1pbmVjcmFmdC5vY2hyZV9mcm9nbGlnaHQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1348, - "key": "minecraft:verdant_froglight", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6dmVyZGFudF9mcm9nbGlnaHQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC52ZXJkYW50X2Zyb2dsaWdodAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1349, - "key": "minecraft:pearlescent_froglight", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6cGVhcmxlc2NlbnRfZnJvZ2xpZ2h0", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5wZWFybGVzY2VudF9mcm9nbGlnaHQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1350, - "key": "minecraft:frogspawn", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6ZnJvZ3NwYXdu", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWJsb2NrLm1pbmVjcmFmdC5mcm9nc3Bhd24A", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1351, - "key": "minecraft:echo_shard", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxRtaW5lY3JhZnQ6ZWNob19zaGFyZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGWl0ZW0ubWluZWNyYWZ0LmVjaG9fc2hhcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1352, - "key": "minecraft:brush", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:damage": "AwA=", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6YnJ1c2g=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFGl0ZW0ubWluZWNyYWZ0LmJydXNoAA==", - "minecraft:lore": "CAA=", - "minecraft:max_damage": "AkA=", - "minecraft:max_stack_size": "AQE=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1353, - "key": "minecraft:netherite_upgrade_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "By1taW5lY3JhZnQ6bmV0aGVyaXRlX3VwZ3JhZGVfc21pdGhpbmdfdGVtcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMml0ZW0ubWluZWNyYWZ0Lm5ldGhlcml0ZV91cGdyYWRlX3NtaXRoaW5nX3RlbXBsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1354, - "key": "minecraft:sentry_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "By1taW5lY3JhZnQ6c2VudHJ5X2FybW9yX3RyaW1fc21pdGhpbmdfdGVtcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMml0ZW0ubWluZWNyYWZ0LnNlbnRyeV9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1355, - "key": "minecraft:dune_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByttaW5lY3JhZnQ6ZHVuZV9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMGl0ZW0ubWluZWNyYWZ0LmR1bmVfYXJtb3JfdHJpbV9zbWl0aGluZ190ZW1wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1356, - "key": "minecraft:coast_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByxtaW5lY3JhZnQ6Y29hc3RfYXJtb3JfdHJpbV9zbWl0aGluZ190ZW1wbGF0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMWl0ZW0ubWluZWNyYWZ0LmNvYXN0X2FybW9yX3RyaW1fc21pdGhpbmdfdGVtcGxhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1357, - "key": "minecraft:wild_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByttaW5lY3JhZnQ6d2lsZF9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMGl0ZW0ubWluZWNyYWZ0LndpbGRfYXJtb3JfdHJpbV9zbWl0aGluZ190ZW1wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1358, - "key": "minecraft:ward_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByttaW5lY3JhZnQ6d2FyZF9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMGl0ZW0ubWluZWNyYWZ0LndhcmRfYXJtb3JfdHJpbV9zbWl0aGluZ190ZW1wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1359, - "key": "minecraft:eye_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByptaW5lY3JhZnQ6ZXllX2FybW9yX3RyaW1fc21pdGhpbmdfdGVtcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAL2l0ZW0ubWluZWNyYWZ0LmV5ZV9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1360, - "key": "minecraft:vex_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByptaW5lY3JhZnQ6dmV4X2FybW9yX3RyaW1fc21pdGhpbmdfdGVtcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAL2l0ZW0ubWluZWNyYWZ0LnZleF9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1361, - "key": "minecraft:tide_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByttaW5lY3JhZnQ6dGlkZV9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMGl0ZW0ubWluZWNyYWZ0LnRpZGVfYXJtb3JfdHJpbV9zbWl0aGluZ190ZW1wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1362, - "key": "minecraft:snout_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByxtaW5lY3JhZnQ6c25vdXRfYXJtb3JfdHJpbV9zbWl0aGluZ190ZW1wbGF0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMWl0ZW0ubWluZWNyYWZ0LnNub3V0X2FybW9yX3RyaW1fc21pdGhpbmdfdGVtcGxhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1363, - "key": "minecraft:rib_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByptaW5lY3JhZnQ6cmliX2FybW9yX3RyaW1fc21pdGhpbmdfdGVtcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAL2l0ZW0ubWluZWNyYWZ0LnJpYl9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1364, - "key": "minecraft:spire_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByxtaW5lY3JhZnQ6c3BpcmVfYXJtb3JfdHJpbV9zbWl0aGluZ190ZW1wbGF0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMWl0ZW0ubWluZWNyYWZ0LnNwaXJlX2FybW9yX3RyaW1fc21pdGhpbmdfdGVtcGxhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQI=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1365, - "key": "minecraft:wayfinder_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BzBtaW5lY3JhZnQ6d2F5ZmluZGVyX2FybW9yX3RyaW1fc21pdGhpbmdfdGVtcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUANWl0ZW0ubWluZWNyYWZ0LndheWZpbmRlcl9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1366, - "key": "minecraft:shaper_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "By1taW5lY3JhZnQ6c2hhcGVyX2FybW9yX3RyaW1fc21pdGhpbmdfdGVtcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMml0ZW0ubWluZWNyYWZ0LnNoYXBlcl9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1367, - "key": "minecraft:silence_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "By5taW5lY3JhZnQ6c2lsZW5jZV9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAM2l0ZW0ubWluZWNyYWZ0LnNpbGVuY2VfYXJtb3JfdHJpbV9zbWl0aGluZ190ZW1wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQM=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1368, - "key": "minecraft:raiser_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "By1taW5lY3JhZnQ6cmFpc2VyX2FybW9yX3RyaW1fc21pdGhpbmdfdGVtcGxhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMml0ZW0ubWluZWNyYWZ0LnJhaXNlcl9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1369, - "key": "minecraft:host_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByttaW5lY3JhZnQ6aG9zdF9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMGl0ZW0ubWluZWNyYWZ0Lmhvc3RfYXJtb3JfdHJpbV9zbWl0aGluZ190ZW1wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1370, - "key": "minecraft:flow_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByttaW5lY3JhZnQ6Zmxvd19hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMGl0ZW0ubWluZWNyYWZ0LmZsb3dfYXJtb3JfdHJpbV9zbWl0aGluZ190ZW1wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1371, - "key": "minecraft:bolt_armor_trim_smithing_template", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByttaW5lY3JhZnQ6Ym9sdF9hcm1vcl90cmltX3NtaXRoaW5nX3RlbXBsYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAMGl0ZW0ubWluZWNyYWZ0LmJvbHRfYXJtb3JfdHJpbV9zbWl0aGluZ190ZW1wbGF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1372, - "key": "minecraft:angler_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6YW5nbGVyX3BvdHRlcnlfc2hlcmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LmFuZ2xlcl9wb3R0ZXJ5X3NoZXJkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1373, - "key": "minecraft:archer_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6YXJjaGVyX3BvdHRlcnlfc2hlcmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LmFyY2hlcl9wb3R0ZXJ5X3NoZXJkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1374, - "key": "minecraft:arms_up_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6YXJtc191cF9wb3R0ZXJ5X3NoZXJk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGl0ZW0ubWluZWNyYWZ0LmFybXNfdXBfcG90dGVyeV9zaGVyZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1375, - "key": "minecraft:blade_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6YmxhZGVfcG90dGVyeV9zaGVyZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LmJsYWRlX3BvdHRlcnlfc2hlcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1376, - "key": "minecraft:brewer_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6YnJld2VyX3BvdHRlcnlfc2hlcmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LmJyZXdlcl9wb3R0ZXJ5X3NoZXJkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1377, - "key": "minecraft:burn_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6YnVybl9wb3R0ZXJ5X3NoZXJk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LmJ1cm5fcG90dGVyeV9zaGVyZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1378, - "key": "minecraft:danger_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6ZGFuZ2VyX3BvdHRlcnlfc2hlcmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LmRhbmdlcl9wb3R0ZXJ5X3NoZXJkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1379, - "key": "minecraft:explorer_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6ZXhwbG9yZXJfcG90dGVyeV9zaGVyZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWl0ZW0ubWluZWNyYWZ0LmV4cGxvcmVyX3BvdHRlcnlfc2hlcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1380, - "key": "minecraft:flow_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6Zmxvd19wb3R0ZXJ5X3NoZXJk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0LmZsb3dfcG90dGVyeV9zaGVyZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1381, - "key": "minecraft:friend_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6ZnJpZW5kX3BvdHRlcnlfc2hlcmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LmZyaWVuZF9wb3R0ZXJ5X3NoZXJkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1382, - "key": "minecraft:guster_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6Z3VzdGVyX3BvdHRlcnlfc2hlcmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0Lmd1c3Rlcl9wb3R0ZXJ5X3NoZXJkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1383, - "key": "minecraft:heart_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6aGVhcnRfcG90dGVyeV9zaGVyZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LmhlYXJ0X3BvdHRlcnlfc2hlcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1384, - "key": "minecraft:heartbreak_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByJtaW5lY3JhZnQ6aGVhcnRicmVha19wb3R0ZXJ5X3NoZXJk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJ2l0ZW0ubWluZWNyYWZ0LmhlYXJ0YnJlYWtfcG90dGVyeV9zaGVyZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1385, - "key": "minecraft:howl_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6aG93bF9wb3R0ZXJ5X3NoZXJk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWl0ZW0ubWluZWNyYWZ0Lmhvd2xfcG90dGVyeV9zaGVyZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1386, - "key": "minecraft:miner_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6bWluZXJfcG90dGVyeV9zaGVyZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0Lm1pbmVyX3BvdHRlcnlfc2hlcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1387, - "key": "minecraft:mourner_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6bW91cm5lcl9wb3R0ZXJ5X3NoZXJk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGl0ZW0ubWluZWNyYWZ0Lm1vdXJuZXJfcG90dGVyeV9zaGVyZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1388, - "key": "minecraft:plenty_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6cGxlbnR5X3BvdHRlcnlfc2hlcmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LnBsZW50eV9wb3R0ZXJ5X3NoZXJkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1389, - "key": "minecraft:prize_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6cHJpemVfcG90dGVyeV9zaGVyZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LnByaXplX3BvdHRlcnlfc2hlcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1390, - "key": "minecraft:scrape_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6c2NyYXBlX3BvdHRlcnlfc2hlcmQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2l0ZW0ubWluZWNyYWZ0LnNjcmFwZV9wb3R0ZXJ5X3NoZXJkAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1391, - "key": "minecraft:sheaf_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6c2hlYWZfcG90dGVyeV9zaGVyZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LnNoZWFmX3BvdHRlcnlfc2hlcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1392, - "key": "minecraft:shelter_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6c2hlbHRlcl9wb3R0ZXJ5X3NoZXJk", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGl0ZW0ubWluZWNyYWZ0LnNoZWx0ZXJfcG90dGVyeV9zaGVyZAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1393, - "key": "minecraft:skull_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6c2t1bGxfcG90dGVyeV9zaGVyZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LnNrdWxsX3BvdHRlcnlfc2hlcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1394, - "key": "minecraft:snort_pottery_sherd", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6c25vcnRfcG90dGVyeV9zaGVyZA==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIml0ZW0ubWluZWNyYWZ0LnNub3J0X3BvdHRlcnlfc2hlcmQA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1395, - "key": "minecraft:copper_grate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxZtaW5lY3JhZnQ6Y29wcGVyX2dyYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHGJsb2NrLm1pbmVjcmFmdC5jb3BwZXJfZ3JhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1396, - "key": "minecraft:exposed_copper_grate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6ZXhwb3NlZF9jb3BwZXJfZ3JhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5leHBvc2VkX2NvcHBlcl9ncmF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1397, - "key": "minecraft:weathered_copper_grate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByBtaW5lY3JhZnQ6d2VhdGhlcmVkX2NvcHBlcl9ncmF0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJmJsb2NrLm1pbmVjcmFmdC53ZWF0aGVyZWRfY29wcGVyX2dyYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1398, - "key": "minecraft:oxidized_copper_grate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6b3hpZGl6ZWRfY29wcGVyX2dyYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC5veGlkaXplZF9jb3BwZXJfZ3JhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1399, - "key": "minecraft:waxed_copper_grate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxxtaW5lY3JhZnQ6d2F4ZWRfY29wcGVyX2dyYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAImJsb2NrLm1pbmVjcmFmdC53YXhlZF9jb3BwZXJfZ3JhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1400, - "key": "minecraft:waxed_exposed_copper_grate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6d2F4ZWRfZXhwb3NlZF9jb3BwZXJfZ3JhdGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKmJsb2NrLm1pbmVjcmFmdC53YXhlZF9leHBvc2VkX2NvcHBlcl9ncmF0ZQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1401, - "key": "minecraft:waxed_weathered_copper_grate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByZtaW5lY3JhZnQ6d2F4ZWRfd2VhdGhlcmVkX2NvcHBlcl9ncmF0ZQ==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUALGJsb2NrLm1pbmVjcmFmdC53YXhlZF93ZWF0aGVyZWRfY29wcGVyX2dyYXRlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1402, - "key": "minecraft:waxed_oxidized_copper_grate", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByVtaW5lY3JhZnQ6d2F4ZWRfb3hpZGl6ZWRfY29wcGVyX2dyYXRl", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAK2Jsb2NrLm1pbmVjcmFmdC53YXhlZF9veGlkaXplZF9jb3BwZXJfZ3JhdGUA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1403, - "key": "minecraft:copper_bulb", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxVtaW5lY3JhZnQ6Y29wcGVyX2J1bGI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAG2Jsb2NrLm1pbmVjcmFmdC5jb3BwZXJfYnVsYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1404, - "key": "minecraft:exposed_copper_bulb", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx1taW5lY3JhZnQ6ZXhwb3NlZF9jb3BwZXJfYnVsYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAI2Jsb2NrLm1pbmVjcmFmdC5leHBvc2VkX2NvcHBlcl9idWxiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1405, - "key": "minecraft:weathered_copper_bulb", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx9taW5lY3JhZnQ6d2VhdGhlcmVkX2NvcHBlcl9idWxi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJWJsb2NrLm1pbmVjcmFmdC53ZWF0aGVyZWRfY29wcGVyX2J1bGIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1406, - "key": "minecraft:oxidized_copper_bulb", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bx5taW5lY3JhZnQ6b3hpZGl6ZWRfY29wcGVyX2J1bGI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAJGJsb2NrLm1pbmVjcmFmdC5veGlkaXplZF9jb3BwZXJfYnVsYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1407, - "key": "minecraft:waxed_copper_bulb", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6d2F4ZWRfY29wcGVyX2J1bGI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIWJsb2NrLm1pbmVjcmFmdC53YXhlZF9jb3BwZXJfYnVsYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1408, - "key": "minecraft:waxed_exposed_copper_bulb", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByNtaW5lY3JhZnQ6d2F4ZWRfZXhwb3NlZF9jb3BwZXJfYnVsYg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKWJsb2NrLm1pbmVjcmFmdC53YXhlZF9leHBvc2VkX2NvcHBlcl9idWxiAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1409, - "key": "minecraft:waxed_weathered_copper_bulb", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByVtaW5lY3JhZnQ6d2F4ZWRfd2VhdGhlcmVkX2NvcHBlcl9idWxi", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAK2Jsb2NrLm1pbmVjcmFmdC53YXhlZF93ZWF0aGVyZWRfY29wcGVyX2J1bGIA", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1410, - "key": "minecraft:waxed_oxidized_copper_bulb", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "ByRtaW5lY3JhZnQ6d2F4ZWRfb3hpZGl6ZWRfY29wcGVyX2J1bGI=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAKmJsb2NrLm1pbmVjcmFmdC53YXhlZF9veGlkaXplZF9jb3BwZXJfYnVsYgA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1411, - "key": "minecraft:trial_spawner", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxdtaW5lY3JhZnQ6dHJpYWxfc3Bhd25lcg==", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWJsb2NrLm1pbmVjcmFmdC50cmlhbF9zcGF3bmVyAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1412, - "key": "minecraft:trial_key", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxNtaW5lY3JhZnQ6dHJpYWxfa2V5", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAGGl0ZW0ubWluZWNyYWZ0LnRyaWFsX2tleQA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1413, - "key": "minecraft:ominous_trial_key", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxttaW5lY3JhZnQ6b21pbm91c190cmlhbF9rZXk=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAIGl0ZW0ubWluZWNyYWZ0Lm9taW5vdXNfdHJpYWxfa2V5AA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1414, - "key": "minecraft:vault", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "Bw9taW5lY3JhZnQ6dmF1bHQ=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAFWJsb2NrLm1pbmVjcmFmdC52YXVsdAA=", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:rarity": "CQA=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - }, - { - "id": 1415, - "key": "minecraft:ominous_bottle", - "components": { - "minecraft:attribute_modifiers": "DQA=", - "minecraft:break_sound": "R7EG", - "minecraft:consumable": "FT/MzM0C5gQAAQS0CA==", - "minecraft:enchantments": "CgA=", - "minecraft:item_model": "BxhtaW5lY3JhZnQ6b21pbm91c19ib3R0bGU=", - "minecraft:item_name": "BgoIAAl0cmFuc2xhdGUAHWl0ZW0ubWluZWNyYWZ0Lm9taW5vdXNfYm90dGxlAA==", - "minecraft:lore": "CAA=", - "minecraft:max_stack_size": "AUA=", - "minecraft:ominous_bottle_amplifier": "NgA=", - "minecraft:rarity": "CQE=", - "minecraft:repair_cost": "EAA=", - "minecraft:tooltip_display": "DwAA" - } - } -] \ No newline at end of file diff --git a/core/src/main/resources/mappings b/core/src/main/resources/mappings index 7a2c6ec2a..95952c120 160000 --- a/core/src/main/resources/mappings +++ b/core/src/main/resources/mappings @@ -1 +1 @@ -Subproject commit 7a2c6ec2a4834e1cab8598942cc362b28a839cac +Subproject commit 95952c1206a017ee7005366b44d08319423f056b diff --git a/gradle.properties b/gradle.properties index 0e88006be..0dc5199e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,5 +8,5 @@ org.gradle.vfs.watch=false group=org.geysermc id=geyser -version=2.8.4-SNAPSHOT +version=2.9.0-SNAPSHOT description=Allows for players from Minecraft: Bedrock Edition to join Minecraft: Java Edition servers. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4fa22e2e7..5cc8603f8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,13 +32,13 @@ commodore = "2.2" bungeecord = "1.21-R0.1-20250215.224541-54" velocity = "3.4.0-SNAPSHOT" viaproxy = "3.3.2-SNAPSHOT" -fabric-loader = "0.16.14" -fabric-api = "0.128.1+1.21.7" -fabric-permissions-api = "0.4.0-SNAPSHOT" +fabric-loader = "0.17.2" +fabric-api = "0.133.10+1.21.9" +fabric-permissions-api = "0.4.1-SNAPSHOT" neoforge-minecraft = "21.8.0-beta" mixin = "0.8.5" mixinextras = "0.3.5" -minecraft = "1.21.8" +minecraft = "1.21.9-pre2" mockito = "5.+" runtask = "2.3.1" runpaperversion = "1.21.8" @@ -48,7 +48,7 @@ runvelocityversion = "3.4.0-SNAPSHOT" indra = "3.1.3" shadow = "8.1.1" architectury-plugin = "3.4-SNAPSHOT" -architectury-loom = "1.10-SNAPSHOT" +architectury-loom = "1.11-SNAPSHOT" minotaur = "2.8.7" lombok = "8.4" blossom = "2.1.0"