861 lines
29 KiB
YAML
861 lines
29 KiB
YAML
|
|
# This file contains the known block/item names for the ItemNameResolver.
|
||
|
|
# These names will be used for all plugins that support this library.
|
||
|
|
|
||
|
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Attention !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||
|
|
# If you make changes here make sure to update the "Language.ItemUpdateMode" in the "config.yml" to make sure your changes wont get overwritten!!!
|
||
|
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Attention !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||
|
|
|
||
|
|
|
||
|
|
# For all items that are not in the file the names from the Bukkit Materials enum will be used.
|
||
|
|
|
||
|
|
Items:
|
||
|
|
air: "Air"
|
||
|
|
barrier: "Barrier"
|
||
|
|
stone: "Stone"
|
||
|
|
granite: "Granite"
|
||
|
|
polished_granite: "Polished Granite"
|
||
|
|
diorite: "Diorite"
|
||
|
|
polished_diorite: "Polished Diorite"
|
||
|
|
andesite: "Andesite"
|
||
|
|
polished_andesite: "Polished Andesite"
|
||
|
|
hay_block: "Hay Bale"
|
||
|
|
grass_block: "Grass Block"
|
||
|
|
dirt: "Dirt"
|
||
|
|
coarse_dirt: "Coarse Dirt"
|
||
|
|
podzol: "Podzol"
|
||
|
|
cobblestone: "Cobblestone"
|
||
|
|
oak_planks: "Oak Planks"
|
||
|
|
spruce_planks: "Spruce Planks"
|
||
|
|
birch_planks: "Birch Planks"
|
||
|
|
jungle_planks: "Jungle Planks"
|
||
|
|
acacia_planks: "Acacia Planks"
|
||
|
|
dark_oak_planks: "Dark Oak Planks"
|
||
|
|
oak_sapling: "Oak Sapling"
|
||
|
|
spruce_sapling: "Spruce Sapling"
|
||
|
|
birch_sapling: "Birch Sapling"
|
||
|
|
jungle_sapling: "Jungle Sapling"
|
||
|
|
acacia_sapling: "Acacia Sapling"
|
||
|
|
dark_oak_sapling: "Dark Oak Sapling"
|
||
|
|
oak_door: "Oak Door"
|
||
|
|
spruce_door: "Spruce Door"
|
||
|
|
birch_door: "Birch Door"
|
||
|
|
jungle_door: "Jungle Door"
|
||
|
|
acacia_door: "Acacia Door"
|
||
|
|
dark_oak_door: "Dark Oak Door"
|
||
|
|
bedrock: "Bedrock"
|
||
|
|
water: "Water"
|
||
|
|
lava: "Lava"
|
||
|
|
flowing_water: "Flowing Water"
|
||
|
|
flowing_lava: "Flowing Lava"
|
||
|
|
sand: "Sand"
|
||
|
|
red_sand: "Red Sand"
|
||
|
|
sandstone: "Sandstone"
|
||
|
|
chiseled_sandstone: "Chiseled Sandstone"
|
||
|
|
cut_sandstone: "Cut Sandstone"
|
||
|
|
red_sandstone: "Red Sandstone"
|
||
|
|
chiseled_red_sandstone: "Chiseled Red Sandstone"
|
||
|
|
cut_red_sandstone: "Cut Red Sandstone"
|
||
|
|
gravel: "Gravel"
|
||
|
|
gold_ore: "Gold Ore"
|
||
|
|
iron_ore: "Iron Ore"
|
||
|
|
coal_ore: "Coal Ore"
|
||
|
|
oak_wood: "Oak Wood"
|
||
|
|
spruce_wood: "Spruce Wood"
|
||
|
|
birch_wood: "Birch Wood"
|
||
|
|
jungle_wood: "Jungle Wood"
|
||
|
|
acacia_wood: "Acacia Wood"
|
||
|
|
dark_oak_wood: "Dark Oak Wood"
|
||
|
|
oak_log: "Oak Log"
|
||
|
|
spruce_log: "Spruce Log"
|
||
|
|
birch_log: "Birch Log"
|
||
|
|
jungle_log: "Jungle Log"
|
||
|
|
acacia_log: "Acacia Log"
|
||
|
|
dark_oak_log: "Dark Oak Log"
|
||
|
|
stripped_oak_log: "Stripped Oak Log"
|
||
|
|
stripped_spruce_log: "Stripped Spruce Log"
|
||
|
|
stripped_birch_log: "Stripped Birch Log"
|
||
|
|
stripped_jungle_log: "Stripped Jungle Log"
|
||
|
|
stripped_acacia_log: "Stripped Acacia Log"
|
||
|
|
stripped_dark_oak_log: "Stripped Dark Oak Log"
|
||
|
|
stripped_oak_wood: "Stripped Oak Wood"
|
||
|
|
stripped_spruce_wood: "Stripped Spruce Wood"
|
||
|
|
stripped_birch_wood: "Stripped Birch Wood"
|
||
|
|
stripped_jungle_wood: "Stripped Jungle Wood"
|
||
|
|
stripped_acacia_wood: "Stripped Acacia Wood"
|
||
|
|
stripped_dark_oak_wood: "Stripped Dark Oak Wood"
|
||
|
|
oak_leaves: "Oak Leaves"
|
||
|
|
spruce_leaves: "Spruce Leaves"
|
||
|
|
birch_leaves: "Birch Leaves"
|
||
|
|
jungle_leaves: "Jungle Leaves"
|
||
|
|
acacia_leaves: "Acacia Leaves"
|
||
|
|
dark_oak_leaves: "Dark Oak Leaves"
|
||
|
|
dead_bush: "Dead Bush"
|
||
|
|
grass: "Grass"
|
||
|
|
fern: "Fern"
|
||
|
|
sponge: "Sponge"
|
||
|
|
wet_sponge: "Wet Sponge"
|
||
|
|
glass: "Glass"
|
||
|
|
kelp_plant: "Kelp Plant"
|
||
|
|
kelp: "Kelp"
|
||
|
|
dried_kelp_block: "Dried Kelp Block"
|
||
|
|
white_stained_glass: "White Stained Glass"
|
||
|
|
orange_stained_glass: "Orange Stained Glass"
|
||
|
|
magenta_stained_glass: "Magenta Stained Glass"
|
||
|
|
light_blue_stained_glass: "Light Blue Stained Glass"
|
||
|
|
yellow_stained_glass: "Yellow Stained Glass"
|
||
|
|
lime_stained_glass: "Lime Stained Glass"
|
||
|
|
pink_stained_glass: "Pink Stained Glass"
|
||
|
|
gray_stained_glass: "Gray Stained Glass"
|
||
|
|
light_gray_stained_glass: "Light Gray Stained Glass"
|
||
|
|
cyan_stained_glass: "Cyan Stained Glass"
|
||
|
|
purple_stained_glass: "Purple Stained Glass"
|
||
|
|
blue_stained_glass: "Blue Stained Glass"
|
||
|
|
brown_stained_glass: "Brown Stained Glass"
|
||
|
|
green_stained_glass: "Green Stained Glass"
|
||
|
|
red_stained_glass: "Red Stained Glass"
|
||
|
|
black_stained_glass: "Black Stained Glass"
|
||
|
|
white_stained_glass_pane: "White Stained Glass Pane"
|
||
|
|
orange_stained_glass_pane: "Orange Stained Glass Pane"
|
||
|
|
magenta_stained_glass_pane: "Magenta Stained Glass Pane"
|
||
|
|
light_blue_stained_glass_pane: "Light Blue Stained Glass Pane"
|
||
|
|
yellow_stained_glass_pane: "Yellow Stained Glass Pane"
|
||
|
|
lime_stained_glass_pane: "Lime Stained Glass Pane"
|
||
|
|
pink_stained_glass_pane: "Pink Stained Glass Pane"
|
||
|
|
gray_stained_glass_pane: "Gray Stained Glass Pane"
|
||
|
|
light_gray_stained_glass_pane: "Light Gray Stained Glass Pane"
|
||
|
|
cyan_stained_glass_pane: "Cyan Stained Glass Pane"
|
||
|
|
purple_stained_glass_pane: "Purple Stained Glass Pane"
|
||
|
|
blue_stained_glass_pane: "Blue Stained Glass Pane"
|
||
|
|
brown_stained_glass_pane: "Brown Stained Glass Pane"
|
||
|
|
green_stained_glass_pane: "Green Stained Glass Pane"
|
||
|
|
red_stained_glass_pane: "Red Stained Glass Pane"
|
||
|
|
black_stained_glass_pane: "Black Stained Glass Pane"
|
||
|
|
glass_pane: "Glass Pane"
|
||
|
|
dandelion: "Dandelion"
|
||
|
|
poppy: "Poppy"
|
||
|
|
blue_orchid: "Blue Orchid"
|
||
|
|
allium: "Allium"
|
||
|
|
azure_bluet: "Azure Bluet"
|
||
|
|
red_tulip: "Red Tulip"
|
||
|
|
orange_tulip: "Orange Tulip"
|
||
|
|
white_tulip: "White Tulip"
|
||
|
|
pink_tulip: "Pink Tulip"
|
||
|
|
oxeye_daisy: "Oxeye Daisy"
|
||
|
|
sunflower: "Sunflower"
|
||
|
|
lilac: "Lilac"
|
||
|
|
tall_grass: "Tall Grass"
|
||
|
|
tall_seagrass: "Tall Seagrass"
|
||
|
|
large_fern: "Large Fern"
|
||
|
|
rose_bush: "Rose Bush"
|
||
|
|
peony: "Peony"
|
||
|
|
seagrass: "Seagrass"
|
||
|
|
sea_pickle: "Sea Pickle"
|
||
|
|
brown_mushroom: "Brown Mushroom"
|
||
|
|
red_mushroom_block: "Red Mushroom Block"
|
||
|
|
brown_mushroom_block: "Brown Mushroom Block"
|
||
|
|
mushroom_stem: "Mushroom Stem"
|
||
|
|
gold_block: "Block of Gold"
|
||
|
|
iron_block: "Block of Iron"
|
||
|
|
smooth_stone: "Smooth Stone"
|
||
|
|
smooth_sandstone: "Smooth Sandstone"
|
||
|
|
smooth_red_sandstone: "Smooth Red Sandstone"
|
||
|
|
smooth_quartz: "Smooth Quartz"
|
||
|
|
stone_slab: "Stone Slab"
|
||
|
|
sandstone_slab: "Sandstone Slab"
|
||
|
|
red_sandstone_slab: "Red Sandstone Slab"
|
||
|
|
petrified_oak_slab: "Petrified Oak Slab"
|
||
|
|
cobblestone_slab: "Cobblestone Slab"
|
||
|
|
brick_slab: "Brick Slab"
|
||
|
|
stone_brick_slab: "Stone Brick Slab"
|
||
|
|
nether_brick_slab: "Nether Brick Slab"
|
||
|
|
quartz_slab: "Quartz Slab"
|
||
|
|
oak_slab: "Oak Slab"
|
||
|
|
spruce_slab: "Spruce Slab"
|
||
|
|
birch_slab: "Birch Slab"
|
||
|
|
jungle_slab: "Jungle Slab"
|
||
|
|
acacia_slab: "Acacia Slab"
|
||
|
|
dark_oak_slab: "Dark Oak Slab"
|
||
|
|
dark_prismarine_slab: "Dark Prismarine Slab"
|
||
|
|
prismarine_slab: "Prismarine Slab"
|
||
|
|
prismarine_brick_slab: "Prismarine Brick Slab"
|
||
|
|
bricks: "Bricks"
|
||
|
|
tnt: "TNT"
|
||
|
|
bookshelf: "Bookshelf"
|
||
|
|
mossy_cobblestone: "Mossy Cobblestone"
|
||
|
|
obsidian: "Obsidian"
|
||
|
|
torch: "Torch"
|
||
|
|
wall_torch: "Wall Torch"
|
||
|
|
fire: "Fire"
|
||
|
|
spawner: "Spawner"
|
||
|
|
oak_stairs: "Oak Stairs"
|
||
|
|
spruce_stairs: "Spruce Stairs"
|
||
|
|
birch_stairs: "Birch Stairs"
|
||
|
|
jungle_stairs: "Jungle Stairs"
|
||
|
|
acacia_stairs: "Acacia Stairs"
|
||
|
|
dark_oak_stairs: "Dark Oak Stairs"
|
||
|
|
dark_prismarine_stairs: "Dark Prismarine Stairs"
|
||
|
|
prismarine_stairs: "Prismarine Stairs"
|
||
|
|
prismarine_brick_stairs: "Prismarine Brick Stairs"
|
||
|
|
chest: "Chest"
|
||
|
|
trapped_chest: "Trapped Chest"
|
||
|
|
redstone_wire: "Redstone Dust"
|
||
|
|
diamond_ore: "Diamond Ore"
|
||
|
|
coal_block: "Block of Coal"
|
||
|
|
diamond_block: "Block of Diamond"
|
||
|
|
crafting_table: "Crafting Table"
|
||
|
|
farmland: "Farmland"
|
||
|
|
furnace: "Furnace"
|
||
|
|
sign: "Sign"
|
||
|
|
wall_sign: "Wall Sign"
|
||
|
|
ladder: "Ladder"
|
||
|
|
rail: "Rail"
|
||
|
|
powered_rail: "Powered Rail"
|
||
|
|
activator_rail: "Activator Rail"
|
||
|
|
detector_rail: "Detector Rail"
|
||
|
|
cobblestone_stairs: "Cobblestone Stairs"
|
||
|
|
sandstone_stairs: "Sandstone Stairs"
|
||
|
|
red_sandstone_stairs: "Red Sandstone Stairs"
|
||
|
|
lever: "Lever"
|
||
|
|
stone_pressure_plate: "Stone Pressure Plate"
|
||
|
|
oak_pressure_plate: "Oak Pressure Plate"
|
||
|
|
spruce_pressure_plate: "Spruce Pressure Plate"
|
||
|
|
birch_pressure_plate: "Birch Pressure Plate"
|
||
|
|
jungle_pressure_plate: "Jungle Pressure Plate"
|
||
|
|
acacia_pressure_plate: "Acacia Pressure Plate"
|
||
|
|
dark_oak_pressure_plate: "Dark Oak Pressure Plate"
|
||
|
|
light_weighted_pressure_plate: "Light Weighted Pressure Plate"
|
||
|
|
heavy_weighted_pressure_plate: "Heavy Weighted Pressure Plate"
|
||
|
|
iron_door: "Iron Door"
|
||
|
|
redstone_ore: "Redstone Ore"
|
||
|
|
redstone_torch: "Redstone Torch"
|
||
|
|
redstone_wall_torch: "Redstone Wall Torch"
|
||
|
|
stone_button: "Stone Button"
|
||
|
|
oak_button: "Oak Button"
|
||
|
|
spruce_button: "Spruce Button"
|
||
|
|
birch_button: "Birch Button"
|
||
|
|
jungle_button: "Jungle Button"
|
||
|
|
acacia_button: "Acacia Button"
|
||
|
|
dark_oak_button: "Dark Oak Button"
|
||
|
|
snow: "Snow"
|
||
|
|
white_carpet: "White Carpet"
|
||
|
|
orange_carpet: "Orange Carpet"
|
||
|
|
magenta_carpet: "Magenta Carpet"
|
||
|
|
light_blue_carpet: "Light Blue Carpet"
|
||
|
|
yellow_carpet: "Yellow Carpet"
|
||
|
|
lime_carpet: "Lime Carpet"
|
||
|
|
pink_carpet: "Pink Carpet"
|
||
|
|
gray_carpet: "Gray Carpet"
|
||
|
|
light_gray_carpet: "Light Gray Carpet"
|
||
|
|
cyan_carpet: "Cyan Carpet"
|
||
|
|
purple_carpet: "Purple Carpet"
|
||
|
|
blue_carpet: "Blue Carpet"
|
||
|
|
brown_carpet: "Brown Carpet"
|
||
|
|
green_carpet: "Green Carpet"
|
||
|
|
red_carpet: "Red Carpet"
|
||
|
|
black_carpet: "Black Carpet"
|
||
|
|
ice: "Ice"
|
||
|
|
frosted_ice: "Frosted Ice"
|
||
|
|
packed_ice: "Packed Ice"
|
||
|
|
blue_ice: "Blue Ice"
|
||
|
|
cactus: "Cactus"
|
||
|
|
clay: "Clay"
|
||
|
|
white_terracotta: "White Terracotta"
|
||
|
|
orange_terracotta: "Orange Terracotta"
|
||
|
|
magenta_terracotta: "Magenta Terracotta"
|
||
|
|
light_blue_terracotta: "Light Blue Terracotta"
|
||
|
|
yellow_terracotta: "Yellow Terracotta"
|
||
|
|
lime_terracotta: "Lime Terracotta"
|
||
|
|
pink_terracotta: "Pink Terracotta"
|
||
|
|
gray_terracotta: "Gray Terracotta"
|
||
|
|
light_gray_terracotta: "Light Gray Terracotta"
|
||
|
|
cyan_terracotta: "Cyan Terracotta"
|
||
|
|
purple_terracotta: "Purple Terracotta"
|
||
|
|
blue_terracotta: "Blue Terracotta"
|
||
|
|
brown_terracotta: "Brown Terracotta"
|
||
|
|
green_terracotta: "Green Terracotta"
|
||
|
|
red_terracotta: "Red Terracotta"
|
||
|
|
black_terracotta: "Black Terracotta"
|
||
|
|
terracotta: "Terracotta"
|
||
|
|
sugar_cane: "Sugar Cane"
|
||
|
|
jukebox: "Jukebox"
|
||
|
|
oak_fence: "Oak Fence"
|
||
|
|
spruce_fence: "Spruce Fence"
|
||
|
|
birch_fence: "Birch Fence"
|
||
|
|
jungle_fence: "Jungle Fence"
|
||
|
|
dark_oak_fence: "Dark Oak Fence"
|
||
|
|
acacia_fence: "Acacia Fence"
|
||
|
|
oak_fence_gate: "Oak Fence Gate"
|
||
|
|
spruce_fence_gate: "Spruce Fence Gate"
|
||
|
|
birch_fence_gate: "Birch Fence Gate"
|
||
|
|
jungle_fence_gate: "Jungle Fence Gate"
|
||
|
|
dark_oak_fence_gate: "Dark Oak Fence Gate"
|
||
|
|
acacia_fence_gate: "Acacia Fence Gate"
|
||
|
|
pumpkin_stem: "Pumpkin Stem"
|
||
|
|
attached_pumpkin_stem: "Attached Pumpkin Stem"
|
||
|
|
pumpkin: "Pumpkin"
|
||
|
|
carved_pumpkin: "Carved Pumpkin"
|
||
|
|
jack_o_lantern: "Jack o'Lantern"
|
||
|
|
netherrack: "Netherrack"
|
||
|
|
soul_sand: "Soul Sand"
|
||
|
|
glowstone: "Glowstone"
|
||
|
|
nether_portal: "Nether Portal"
|
||
|
|
white_wool: "White Wool"
|
||
|
|
orange_wool: "Orange Wool"
|
||
|
|
magenta_wool: "Magenta Wool"
|
||
|
|
light_blue_wool: "Light Blue Wool"
|
||
|
|
yellow_wool: "Yellow Wool"
|
||
|
|
lime_wool: "Lime Wool"
|
||
|
|
pink_wool: "Pink Wool"
|
||
|
|
gray_wool: "Gray Wool"
|
||
|
|
light_gray_wool: "Light Gray Wool"
|
||
|
|
cyan_wool: "Cyan Wool"
|
||
|
|
purple_wool: "Purple Wool"
|
||
|
|
blue_wool: "Blue Wool"
|
||
|
|
brown_wool: "Brown Wool"
|
||
|
|
green_wool: "Green Wool"
|
||
|
|
red_wool: "Red Wool"
|
||
|
|
black_wool: "Black Wool"
|
||
|
|
lapis_ore: "Lapis Lazuli Ore"
|
||
|
|
lapis_block: "Lapis Lazuli Block"
|
||
|
|
dispenser: "Dispenser"
|
||
|
|
dropper: "Dropper"
|
||
|
|
note_block: "Note Block"
|
||
|
|
cake: "Cake"
|
||
|
|
bed: "Bed"
|
||
|
|
oak_trapdoor: "Oak Trapdoor"
|
||
|
|
spruce_trapdoor: "Spruce Trapdoor"
|
||
|
|
birch_trapdoor: "Birch Trapdoor"
|
||
|
|
jungle_trapdoor: "Jungle Trapdoor"
|
||
|
|
acacia_trapdoor: "Acacia Trapdoor"
|
||
|
|
dark_oak_trapdoor: "Dark Oak Trapdoor"
|
||
|
|
iron_trapdoor: "Iron Trapdoor"
|
||
|
|
cobweb: "Cobweb"
|
||
|
|
stone_bricks: "Stone Bricks"
|
||
|
|
mossy_stone_bricks: "Mossy Stone Bricks"
|
||
|
|
cracked_stone_bricks: "Cracked Stone Bricks"
|
||
|
|
chiseled_stone_bricks: "Chiseled Stone Bricks"
|
||
|
|
infested_stone: "Infested Stone"
|
||
|
|
infested_cobblestone: "Infested Cobblestone"
|
||
|
|
infested_stone_bricks: "Infested Stone Bricks"
|
||
|
|
infested_mossy_stone_bricks: "Infested Mossy Stone Bricks"
|
||
|
|
infested_cracked_stone_bricks: "Infested Cracked Stone Bricks"
|
||
|
|
infested_chiseled_stone_bricks: "Infested Chiseled Stone Bricks"
|
||
|
|
piston: "Piston"
|
||
|
|
sticky_piston: "Sticky Piston"
|
||
|
|
iron_bars: "Iron Bars"
|
||
|
|
melon: "Melon"
|
||
|
|
brick_stairs: "Brick Stairs"
|
||
|
|
stone_brick_stairs: "Stone Brick Stairs"
|
||
|
|
vine: "Vines"
|
||
|
|
nether_bricks: "Nether Bricks"
|
||
|
|
nether_brick_fence: "Nether Brick Fence"
|
||
|
|
nether_brick_stairs: "Nether Brick Stairs"
|
||
|
|
nether_wart: "Nether Wart"
|
||
|
|
cauldron: "Cauldron"
|
||
|
|
enchanting_table: "Enchanting Table"
|
||
|
|
anvil: "Anvil"
|
||
|
|
chipped_anvil: "Chipped Anvil"
|
||
|
|
damaged_anvil: "Damaged Anvil"
|
||
|
|
end_stone: "End Stone"
|
||
|
|
end_portal_frame: "End Portal Frame"
|
||
|
|
mycelium: "Mycelium"
|
||
|
|
lily_pad: "Lily Pad"
|
||
|
|
dragon_egg: "Dragon Egg"
|
||
|
|
redstone_lamp: "Redstone Lamp"
|
||
|
|
cocoa: "Cocoa"
|
||
|
|
ender_chest: "Ender Chest"
|
||
|
|
emerald_ore: "Emerald Ore"
|
||
|
|
emerald_block: "Block of Emerald"
|
||
|
|
redstone_block: "Block of Redstone"
|
||
|
|
tripwire: "Tripwire"
|
||
|
|
tripwire_hook: "Tripwire Hook"
|
||
|
|
command_block: "Command Block"
|
||
|
|
repeating_command_block: "Repeating Command Block"
|
||
|
|
chain_command_block: "Chain Command Block"
|
||
|
|
beacon: "Beacon"
|
||
|
|
cobblestone_wall: "Cobblestone Wall"
|
||
|
|
mossy_cobblestone_wall: "Mossy Cobblestone Wall"
|
||
|
|
carrots: "Carrots"
|
||
|
|
potatoes: "Potatoes"
|
||
|
|
daylight_detector: "Daylight Detector"
|
||
|
|
nether_quartz_ore: "Nether Quartz Ore"
|
||
|
|
hopper: "Hopper"
|
||
|
|
quartz_block: "Block of Quartz"
|
||
|
|
chiseled_quartz_block: "Chiseled Quartz Block"
|
||
|
|
quartz_pillar: "Quartz Pillar"
|
||
|
|
quartz_stairs: "Quartz Stairs"
|
||
|
|
slime_block: "Slime Block"
|
||
|
|
prismarine: "Prismarine"
|
||
|
|
prismarine_bricks: "Prismarine Bricks"
|
||
|
|
dark_prismarine: "Dark Prismarine"
|
||
|
|
sea_lantern: "Sea Lantern"
|
||
|
|
end_rod: "End Rod"
|
||
|
|
chorus_plant: "Chorus Plant"
|
||
|
|
chorus_flower: "Chorus Flower"
|
||
|
|
purpur_block: "Purpur Block"
|
||
|
|
purpur_pillar: "Purpur Pillar"
|
||
|
|
purpur_stairs: "Purpur Stairs"
|
||
|
|
purpur_slab: "Purpur Slab"
|
||
|
|
end_stone_bricks: "End Stone Bricks"
|
||
|
|
beetroots: "Beetroots"
|
||
|
|
grass_path: "Grass Path"
|
||
|
|
magma_block: "Magma Block"
|
||
|
|
nether_wart_block: "Nether Wart Block"
|
||
|
|
red_nether_bricks: "Red Nether Bricks"
|
||
|
|
bone_block: "Bone Block"
|
||
|
|
observer: "Observer"
|
||
|
|
shulker_box: "Shulker Box"
|
||
|
|
white_shulker_box: "White Shulker Box"
|
||
|
|
orange_shulker_box: "Orange Shulker Box"
|
||
|
|
magenta_shulker_box: "Magenta Shulker Box"
|
||
|
|
light_blue_shulker_box: "Light Blue Shulker Box"
|
||
|
|
yellow_shulker_box: "Yellow Shulker Box"
|
||
|
|
lime_shulker_box: "Lime Shulker Box"
|
||
|
|
pink_shulker_box: "Pink Shulker Box"
|
||
|
|
gray_shulker_box: "Gray Shulker Box"
|
||
|
|
light_gray_shulker_box: "Light Gray Shulker Box"
|
||
|
|
cyan_shulker_box: "Cyan Shulker Box"
|
||
|
|
purple_shulker_box: "Purple Shulker Box"
|
||
|
|
blue_shulker_box: "Blue Shulker Box"
|
||
|
|
brown_shulker_box: "Brown Shulker Box"
|
||
|
|
green_shulker_box: "Green Shulker Box"
|
||
|
|
red_shulker_box: "Red Shulker Box"
|
||
|
|
black_shulker_box: "Black Shulker Box"
|
||
|
|
white_glazed_terracotta: "White Glazed Terracotta"
|
||
|
|
orange_glazed_terracotta: "Orange Glazed Terracotta"
|
||
|
|
magenta_glazed_terracotta: "Magenta Glazed Terracotta"
|
||
|
|
light_blue_glazed_terracotta: "Light Blue Glazed Terracotta"
|
||
|
|
yellow_glazed_terracotta: "Yellow Glazed Terracotta"
|
||
|
|
lime_glazed_terracotta: "Lime Glazed Terracotta"
|
||
|
|
pink_glazed_terracotta: "Pink Glazed Terracotta"
|
||
|
|
gray_glazed_terracotta: "Gray Glazed Terracotta"
|
||
|
|
light_gray_glazed_terracotta: "Light Gray Glazed Terracotta"
|
||
|
|
cyan_glazed_terracotta: "Cyan Glazed Terracotta"
|
||
|
|
purple_glazed_terracotta: "Purple Glazed Terracotta"
|
||
|
|
blue_glazed_terracotta: "Blue Glazed Terracotta"
|
||
|
|
brown_glazed_terracotta: "Brown Glazed Terracotta"
|
||
|
|
green_glazed_terracotta: "Green Glazed Terracotta"
|
||
|
|
red_glazed_terracotta: "Red Glazed Terracotta"
|
||
|
|
black_glazed_terracotta: "Black Glazed Terracotta"
|
||
|
|
black_concrete: "Black Concrete"
|
||
|
|
red_concrete: "Red Concrete"
|
||
|
|
green_concrete: "Green Concrete"
|
||
|
|
brown_concrete: "Brown Concrete"
|
||
|
|
blue_concrete: "Blue Concrete"
|
||
|
|
purple_concrete: "Purple Concrete"
|
||
|
|
cyan_concrete: "Cyan Concrete"
|
||
|
|
light_gray_concrete: "Light Gray Concrete"
|
||
|
|
gray_concrete: "Gray Concrete"
|
||
|
|
pink_concrete: "Pink Concrete"
|
||
|
|
lime_concrete: "Lime Concrete"
|
||
|
|
yellow_concrete: "Yellow Concrete"
|
||
|
|
light_blue_concrete: "Light Blue Concrete"
|
||
|
|
magenta_concrete: "Magenta Concrete"
|
||
|
|
orange_concrete: "Orange Concrete"
|
||
|
|
white_concrete: "White Concrete"
|
||
|
|
black_concrete_powder: "Black Concrete Powder"
|
||
|
|
red_concrete_powder: "Red Concrete Powder"
|
||
|
|
green_concrete_powder: "Green Concrete Powder"
|
||
|
|
brown_concrete_powder: "Brown Concrete Powder"
|
||
|
|
blue_concrete_powder: "Blue Concrete Powder"
|
||
|
|
purple_concrete_powder: "Purple Concrete Powder"
|
||
|
|
cyan_concrete_powder: "Cyan Concrete Powder"
|
||
|
|
light_gray_concrete_powder: "Light Gray Concrete Powder"
|
||
|
|
gray_concrete_powder: "Gray Concrete Powder"
|
||
|
|
pink_concrete_powder: "Pink Concrete Powder"
|
||
|
|
lime_concrete_powder: "Lime Concrete Powder"
|
||
|
|
yellow_concrete_powder: "Yellow Concrete Powder"
|
||
|
|
light_blue_concrete_powder: "Light Blue Concrete Powder"
|
||
|
|
magenta_concrete_powder: "Magenta Concrete Powder"
|
||
|
|
orange_concrete_powder: "Orange Concrete Powder"
|
||
|
|
white_concrete_powder: "White Concrete Powder"
|
||
|
|
turtle_egg: "Turtle Egg"
|
||
|
|
two_turtle_eggs: "Two Turtle Eggs"
|
||
|
|
three_turtle_eggs: "Three Turtle Eggs"
|
||
|
|
four_turtle_eggs: "Four Turtle Eggs"
|
||
|
|
banner: "Banner"
|
||
|
|
wall_banner: "Wall Banner"
|
||
|
|
piston_head: "Piston Head"
|
||
|
|
moving_piston: "Moving Piston"
|
||
|
|
red_mushroom: "Red Mushroom"
|
||
|
|
snow_block: "Snow Block"
|
||
|
|
attached_melon_stem: "Attached Melon Stem"
|
||
|
|
melon_stem: "Melon Stem"
|
||
|
|
brewing_stand: "Brewing Stand"
|
||
|
|
end_portal: "End Portal"
|
||
|
|
flower_pot: "Flower Pot"
|
||
|
|
potted_oak_sapling: "Potted Oak Sapling"
|
||
|
|
potted_spruce_sapling: "Potted Spruce Sapling"
|
||
|
|
potted_birch_sapling: "Potted Birch Sapling"
|
||
|
|
potted_jungle_sapling: "Potted Jungle Sapling"
|
||
|
|
potted_acacia_sapling: "Potted Acacia Sapling"
|
||
|
|
potted_dark_oak_sapling: "Potted Dark Oak Sapling"
|
||
|
|
potted_fern: "Potted Fern"
|
||
|
|
potted_dandelion: "Potted Dandelion"
|
||
|
|
potted_poppy: "Potted Poppy"
|
||
|
|
potted_blue_orchid: "Potted Blue Orchid"
|
||
|
|
potted_allium: "Potted Allium"
|
||
|
|
potted_azure_bluet: "Potted Azure Bluet"
|
||
|
|
potted_red_tulip: "Potted Red Tulip"
|
||
|
|
potted_orange_tulip: "Potted Orange Tulip"
|
||
|
|
potted_white_tulip: "Potted White Tulip"
|
||
|
|
potted_pink_tulip: "Potted Pink Tulip"
|
||
|
|
potted_oxeye_daisy: "Potted Oxeye Daisy"
|
||
|
|
potted_red_mushroom: "Potted Red Mushroom"
|
||
|
|
potted_brown_mushroom: "Potted Brown Mushroom"
|
||
|
|
potted_dead_bush: "Potted Dead Bush"
|
||
|
|
potted_cactus: "Potted Cactus"
|
||
|
|
skeleton_wall_skull: "Skeleton Wall Skull"
|
||
|
|
skeleton_skull: "Skeleton Skull"
|
||
|
|
wither_skeleton_wall_skull: "Wither Skeleton Wall Skull"
|
||
|
|
wither_skeleton_skull: "Wither Skeleton Skull"
|
||
|
|
zombie_wall_head: "Zombie Wall Head"
|
||
|
|
zombie_head: "Zombie Head"
|
||
|
|
player_wall_head: "Player Wall Head"
|
||
|
|
player_head: "Player Head"
|
||
|
|
creeper_wall_head: "Creeper Wall Head"
|
||
|
|
creeper_head: "Creeper Head"
|
||
|
|
dragon_wall_head: "Dragon Wall Head"
|
||
|
|
dragon_head: "Dragon Head"
|
||
|
|
end_gateway: "End Gateway"
|
||
|
|
structure_void: "Structure Void"
|
||
|
|
structure_block: "Structure Block"
|
||
|
|
void_air: "Void Air"
|
||
|
|
cave_air: "Cave Air"
|
||
|
|
bubble_column: "Bubble Column"
|
||
|
|
dead_tube_coral_block: "Dead Tube Coral Block"
|
||
|
|
dead_brain_coral_block: "Dead Brain Coral Block"
|
||
|
|
dead_bubble_coral_block: "Dead Bubble Coral Block"
|
||
|
|
dead_fire_coral_block: "Dead Fire Coral Block"
|
||
|
|
dead_horn_coral_block: "Dead Horn Coral Block"
|
||
|
|
tube_coral_block: "Tube Coral Block"
|
||
|
|
brain_coral_block: "Brain Coral Block"
|
||
|
|
bubble_coral_block: "Bubble Coral Block"
|
||
|
|
fire_coral_block: "Fire Coral Block"
|
||
|
|
horn_coral_block: "Horn Coral Block"
|
||
|
|
tube_coral: "Tube Coral"
|
||
|
|
brain_coral: "Brain Coral"
|
||
|
|
bubble_coral: "Bubble Coral"
|
||
|
|
fire_coral: "Fire Coral"
|
||
|
|
horn_coral: "Horn Coral"
|
||
|
|
dead_tube_coral: "Dead Tube Coral"
|
||
|
|
dead_brain_coral: "Dead Brain Coral"
|
||
|
|
dead_bubble_coral: "Dead Bubble Coral"
|
||
|
|
dead_fire_coral: "Dead Fire Coral"
|
||
|
|
dead_horn_coral: "Dead Horn Coral"
|
||
|
|
tube_coral_fan: "Tube Coral Fan"
|
||
|
|
brain_coral_fan: "Brain Coral Fan"
|
||
|
|
bubble_coral_fan: "Bubble Coral Fan"
|
||
|
|
fire_coral_fan: "Fire Coral Fan"
|
||
|
|
horn_coral_fan: "Horn Coral Fan"
|
||
|
|
dead_tube_coral_fan: "Dead Tube Coral Fan"
|
||
|
|
dead_brain_coral_fan: "Dead Brain Coral Fan"
|
||
|
|
dead_bubble_coral_fan: "Dead Bubble Coral Fan"
|
||
|
|
dead_fire_coral_fan: "Dead Fire Coral Fan"
|
||
|
|
dead_horn_coral_fan: "Dead Horn Coral Fan"
|
||
|
|
tube_coral_wall_fan: "Tube Coral Wall Fan"
|
||
|
|
brain_coral_wall_fan: "Brain Coral Wall Fan"
|
||
|
|
bubble_coral_wall_fan: "Bubble Coral Wall Fan"
|
||
|
|
fire_coral_wall_fan: "Fire Coral Wall Fan"
|
||
|
|
horn_coral_wall_fan: "Horn Coral Wall Fan"
|
||
|
|
dead_tube_coral_wall_fan: "Dead Tube Coral Wall Fan"
|
||
|
|
dead_brain_coral_wall_fan: "Dead Brain Coral Wall Fan"
|
||
|
|
dead_bubble_coral_wall_fan: "Dead Bubble Coral Wall Fan"
|
||
|
|
dead_fire_coral_wall_fan: "Dead Fire Coral Wall Fan"
|
||
|
|
dead_horn_coral_wall_fan: "Dead Horn Coral Wall Fan"
|
||
|
|
conduit: "Conduit"
|
||
|
|
name_tag: "Name Tag"
|
||
|
|
lead: "Lead"
|
||
|
|
iron_shovel: "Iron Shovel"
|
||
|
|
iron_pickaxe: "Iron Pickaxe"
|
||
|
|
iron_axe: "Iron Axe"
|
||
|
|
flint_and_steel: "Flint and Steel"
|
||
|
|
apple: "Apple"
|
||
|
|
cookie: "Cookie"
|
||
|
|
bow: "Bow"
|
||
|
|
arrow: "Arrow"
|
||
|
|
spectral_arrow: "Spectral Arrow"
|
||
|
|
tipped_arrow: "Tipped Arrow"
|
||
|
|
dried_kelp: "Dried Kelp"
|
||
|
|
coal: "Coal"
|
||
|
|
charcoal: "Charcoal"
|
||
|
|
diamond: "Diamond"
|
||
|
|
emerald: "Emerald"
|
||
|
|
iron_ingot: "Iron Ingot"
|
||
|
|
gold_ingot: "Gold Ingot"
|
||
|
|
iron_sword: "Iron Sword"
|
||
|
|
wooden_sword: "Wooden Sword"
|
||
|
|
wooden_shovel: "Wooden Shovel"
|
||
|
|
wooden_pickaxe: "Wooden Pickaxe"
|
||
|
|
wooden_axe: "Wooden Axe"
|
||
|
|
stone_sword: "Stone Sword"
|
||
|
|
stone_shovel: "Stone Shovel"
|
||
|
|
stone_pickaxe: "Stone Pickaxe"
|
||
|
|
stone_axe: "Stone Axe"
|
||
|
|
diamond_sword: "Diamond Sword"
|
||
|
|
diamond_shovel: "Diamond Shovel"
|
||
|
|
diamond_pickaxe: "Diamond Pickaxe"
|
||
|
|
diamond_axe: "Diamond Axe"
|
||
|
|
stick: "Stick"
|
||
|
|
bowl: "Bowl"
|
||
|
|
mushroom_stew: "Mushroom Stew"
|
||
|
|
golden_sword: "Golden Sword"
|
||
|
|
golden_shovel: "Golden Shovel"
|
||
|
|
golden_pickaxe: "Golden Pickaxe"
|
||
|
|
golden_axe: "Golden Axe"
|
||
|
|
string: "String"
|
||
|
|
feather: "Feather"
|
||
|
|
gunpowder: "Gunpowder"
|
||
|
|
wooden_hoe: "Wooden Hoe"
|
||
|
|
stone_hoe: "Stone Hoe"
|
||
|
|
iron_hoe: "Iron Hoe"
|
||
|
|
diamond_hoe: "Diamond Hoe"
|
||
|
|
golden_hoe: "Golden Hoe"
|
||
|
|
wheat_seeds: "Wheat Seeds"
|
||
|
|
pumpkin_seeds: "Pumpkin Seeds"
|
||
|
|
melon_seeds: "Melon Seeds"
|
||
|
|
melon_slice: "Melon Slice"
|
||
|
|
wheat: "Wheat"
|
||
|
|
bread: "Bread"
|
||
|
|
leather_helmet: "Leather Cap"
|
||
|
|
leather_chestplate: "Leather Tunic"
|
||
|
|
leather_leggings: "Leather Pants"
|
||
|
|
leather_boots: "Leather Boots"
|
||
|
|
chainmail_helmet: "Chainmail Helmet"
|
||
|
|
chainmail_chestplate: "Chainmail Chestplate"
|
||
|
|
chainmail_leggings: "Chainmail Leggings"
|
||
|
|
chainmail_boots: "Chainmail Boots"
|
||
|
|
iron_helmet: "Iron Helmet"
|
||
|
|
iron_chestplate: "Iron Chestplate"
|
||
|
|
iron_leggings: "Iron Leggings"
|
||
|
|
iron_boots: "Iron Boots"
|
||
|
|
diamond_helmet: "Diamond Helmet"
|
||
|
|
diamond_chestplate: "Diamond Chestplate"
|
||
|
|
diamond_leggings: "Diamond Leggings"
|
||
|
|
diamond_boots: "Diamond Boots"
|
||
|
|
golden_helmet: "Golden Helmet"
|
||
|
|
golden_chestplate: "Golden Chestplate"
|
||
|
|
golden_leggings: "Golden Leggings"
|
||
|
|
golden_boots: "Golden Boots"
|
||
|
|
flint: "Flint"
|
||
|
|
porkchop: "Raw Porkchop"
|
||
|
|
cooked_porkchop: "Cooked Porkchop"
|
||
|
|
chicken: "Raw Chicken"
|
||
|
|
cooked_chicken: "Cooked Chicken"
|
||
|
|
mutton: "Raw Mutton"
|
||
|
|
cooked_mutton: "Cooked Mutton"
|
||
|
|
rabbit: "Raw Rabbit"
|
||
|
|
cooked_rabbit: "Cooked Rabbit"
|
||
|
|
rabbit_stew: "Rabbit Stew"
|
||
|
|
rabbit_foot: "Rabbit's Foot"
|
||
|
|
rabbit_hide: "Rabbit Hide"
|
||
|
|
beef: "Raw Beef"
|
||
|
|
cooked_beef: "Steak"
|
||
|
|
painting: "Painting"
|
||
|
|
item_frame: "Item Frame"
|
||
|
|
golden_apple: "Golden Apple"
|
||
|
|
enchanted_golden_apple: "Enchanted Golden Apple"
|
||
|
|
bucket: "Bucket"
|
||
|
|
water_bucket: "Water Bucket"
|
||
|
|
lava_bucket: "Lava Bucket"
|
||
|
|
pufferfish_bucket: "Bucket of Pufferfish"
|
||
|
|
salmon_bucket: "Bucket of Salmon"
|
||
|
|
cod_bucket: "Bucket of Cod"
|
||
|
|
tropical_fish_bucket: "Bucket of Tropical Fish"
|
||
|
|
minecart: "Minecart"
|
||
|
|
saddle: "Saddle"
|
||
|
|
redstone: "Redstone"
|
||
|
|
snowball: "Snowball"
|
||
|
|
oak_boat: "Oak Boat"
|
||
|
|
spruce_boat: "Spruce Boat"
|
||
|
|
birch_boat: "Birch Boat"
|
||
|
|
jungle_boat: "Jungle Boat"
|
||
|
|
acacia_boat: "Acacia Boat"
|
||
|
|
dark_oak_boat: "Dark Oak Boat"
|
||
|
|
leather: "Leather"
|
||
|
|
milk_bucket: "Milk Bucket"
|
||
|
|
brick: "Brick"
|
||
|
|
clay_ball: "Clay"
|
||
|
|
paper: "Paper"
|
||
|
|
book: "Book"
|
||
|
|
slime_ball: "Slimeball"
|
||
|
|
chest_minecart: "Minecart with Chest"
|
||
|
|
furnace_minecart: "Minecart with Furnace"
|
||
|
|
tnt_minecart: "Minecart with TNT"
|
||
|
|
hopper_minecart: "Minecart with Hopper"
|
||
|
|
command_block_minecart: "Minecart with Command Block"
|
||
|
|
egg: "Egg"
|
||
|
|
compass: "Compass"
|
||
|
|
fishing_rod: "Fishing Rod"
|
||
|
|
clock: "Clock"
|
||
|
|
glowstone_dust: "Glowstone Dust"
|
||
|
|
cod: "Raw Cod"
|
||
|
|
salmon: "Raw Salmon"
|
||
|
|
pufferfish: "Pufferfish"
|
||
|
|
tropical_fish: "Tropical Fish"
|
||
|
|
cooked_cod: "Cooked Cod"
|
||
|
|
cooked_salmon: "Cooked Salmon"
|
||
|
|
music_disc_13: "Music Disc 13"
|
||
|
|
music_disc_cat: "Music Disc Cat"
|
||
|
|
music_disc_blocks: "Music Disc Blocks"
|
||
|
|
music_disc_chirp: "Music Disc Chirp"
|
||
|
|
music_disc_far: "Music Disc Far"
|
||
|
|
music_disc_mall: "Music Disc Mall"
|
||
|
|
music_disc_mellohi: "Music Disc Mellohi"
|
||
|
|
music_disc_stal: "Music Disc Stal"
|
||
|
|
music_disc_strad: "Music Disc Strad"
|
||
|
|
music_disc_ward: "Music Disc Ward"
|
||
|
|
bone: "Bone"
|
||
|
|
ink_sac: "Ink Sac"
|
||
|
|
rose_red: "Rose Red"
|
||
|
|
cactus_green: "Cactus Green"
|
||
|
|
cocoa_beans: "Cocoa Beans"
|
||
|
|
lapis_lazuli: "Lapis Lazuli"
|
||
|
|
purple_dye: "Purple Dye"
|
||
|
|
cyan_dye: "Cyan Dye"
|
||
|
|
light_gray_dye: "Light Gray Dye"
|
||
|
|
gray_dye: "Gray Dye"
|
||
|
|
pink_dye: "Pink Dye"
|
||
|
|
lime_dye: "Lime Dye"
|
||
|
|
dandelion_yellow: "Dandelion Yellow"
|
||
|
|
light_blue_dye: "Light Blue Dye"
|
||
|
|
magenta_dye: "Magenta Dye"
|
||
|
|
orange_dye: "Orange Dye"
|
||
|
|
bone_meal: "Bone Meal"
|
||
|
|
sugar: "Sugar"
|
||
|
|
black_bed: "Black Bed"
|
||
|
|
red_bed: "Red Bed"
|
||
|
|
green_bed: "Green Bed"
|
||
|
|
brown_bed: "Brown Bed"
|
||
|
|
blue_bed: "Blue Bed"
|
||
|
|
purple_bed: "Purple Bed"
|
||
|
|
cyan_bed: "Cyan Bed"
|
||
|
|
light_gray_bed: "Light Gray Bed"
|
||
|
|
gray_bed: "Gray Bed"
|
||
|
|
pink_bed: "Pink Bed"
|
||
|
|
lime_bed: "Lime Bed"
|
||
|
|
yellow_bed: "Yellow Bed"
|
||
|
|
light_blue_bed: "Light Blue Bed"
|
||
|
|
magenta_bed: "Magenta Bed"
|
||
|
|
orange_bed: "Orange Bed"
|
||
|
|
white_bed: "White Bed"
|
||
|
|
repeater: "Redstone Repeater"
|
||
|
|
comparator: "Redstone Comparator"
|
||
|
|
filled_map: "Map"
|
||
|
|
shears: "Shears"
|
||
|
|
rotten_flesh: "Rotten Flesh"
|
||
|
|
ender_pearl: "Ender Pearl"
|
||
|
|
blaze_rod: "Blaze Rod"
|
||
|
|
ghast_tear: "Ghast Tear"
|
||
|
|
potion: "Potion"
|
||
|
|
splash_potion: "Splash Potion"
|
||
|
|
lingering_potion: "Lingering Potion"
|
||
|
|
end_crystal: "End Crystal"
|
||
|
|
gold_nugget: "Gold Nugget"
|
||
|
|
glass_bottle: "Glass Bottle"
|
||
|
|
spider_eye: "Spider Eye"
|
||
|
|
fermented_spider_eye: "Fermented Spider Eye"
|
||
|
|
blaze_powder: "Blaze Powder"
|
||
|
|
magma_cream: "Magma Cream"
|
||
|
|
ender_eye: "Eye of Ender"
|
||
|
|
glistering_melon_slice: "Glistering Melon Slice"
|
||
|
|
bat_spawn_egg: "Bat Spawn Egg"
|
||
|
|
blaze_spawn_egg: "Blaze Spawn Egg"
|
||
|
|
cave_spider_spawn_egg: "Cave Spider Spawn Egg"
|
||
|
|
chicken_spawn_egg: "Chicken Spawn Egg"
|
||
|
|
cod_spawn_egg: "Cod Spawn Egg"
|
||
|
|
cow_spawn_egg: "Cow Spawn Egg"
|
||
|
|
creeper_spawn_egg: "Creeper Spawn Egg"
|
||
|
|
dolphin_spawn_egg: "Dolphin Spawn Egg"
|
||
|
|
donkey_spawn_egg: "Donkey Spawn Egg"
|
||
|
|
drowned_spawn_egg: "Drowned Spawn Egg"
|
||
|
|
elder_guardian_spawn_egg: "Elder Guardian Spawn Egg"
|
||
|
|
enderman_spawn_egg: "Enderman Spawn Egg"
|
||
|
|
endermite_spawn_egg: "Endermite Spawn Egg"
|
||
|
|
evoker_spawn_egg: "Evoker Spawn Egg"
|
||
|
|
ghast_spawn_egg: "Ghast Spawn Egg"
|
||
|
|
guardian_spawn_egg: "Guardian Spawn Egg"
|
||
|
|
horse_spawn_egg: "Horse Spawn Egg"
|
||
|
|
husk_spawn_egg: "Husk Spawn Egg"
|
||
|
|
llama_spawn_egg: "Llama Spawn Egg"
|
||
|
|
magma_cube_spawn_egg: "Magma Cube Spawn Egg"
|
||
|
|
mooshroom_spawn_egg: "Mooshroom Spawn Egg"
|
||
|
|
mule_spawn_egg: "Mule Spawn Egg"
|
||
|
|
ocelot_spawn_egg: "Ocelot Spawn Egg"
|
||
|
|
parrot_spawn_egg: "Parrot Spawn Egg"
|
||
|
|
pig_spawn_egg: "Pig Spawn Egg"
|
||
|
|
phantom_spawn_egg: "Phantom Spawn Egg"
|
||
|
|
polar_bear_spawn_egg: "Polar Bear Spawn Egg"
|
||
|
|
pufferfish_spawn_egg: "Pufferfish Spawn Egg"
|
||
|
|
rabbit_spawn_egg: "Rabbit Spawn Egg"
|
||
|
|
salmon_spawn_egg: "Salmon Spawn Egg"
|
||
|
|
sheep_spawn_egg: "Sheep Spawn Egg"
|
||
|
|
shulker_spawn_egg: "Shulker Spawn Egg"
|
||
|
|
silverfish_spawn_egg: "Silverfish Spawn Egg"
|
||
|
|
skeleton_spawn_egg: "Skeleton Spawn Egg"
|
||
|
|
skeleton_horse_spawn_egg: "Skeleton Horse Spawn Egg"
|
||
|
|
slime_spawn_egg: "Slime Spawn Egg"
|
||
|
|
spider_spawn_egg: "Spider Spawn Egg"
|
||
|
|
squid_spawn_egg: "Squid Spawn Egg"
|
||
|
|
stray_spawn_egg: "Stray Spawn Egg"
|
||
|
|
tropical_fish_spawn_egg: "Tropical Fish Spawn Egg"
|
||
|
|
turtle_spawn_egg: "Turtle Spawn Egg"
|
||
|
|
vex_spawn_egg: "Vex Spawn Egg"
|
||
|
|
villager_spawn_egg: "Villager Spawn Egg"
|
||
|
|
vindicator_spawn_egg: "Vindicator Spawn Egg"
|
||
|
|
witch_spawn_egg: "Witch Spawn Egg"
|
||
|
|
wither_skeleton_spawn_egg: "Wither Skeleton Spawn Egg"
|
||
|
|
wolf_spawn_egg: "Wolf Spawn Egg"
|
||
|
|
zombie_spawn_egg: "Zombie Spawn Egg"
|
||
|
|
zombie_horse_spawn_egg: "Zombie Horse Spawn Egg"
|
||
|
|
zombie_pigman_spawn_egg: "Zombie Pigman Spawn Egg"
|
||
|
|
zombie_villager_spawn_egg: "Zombie Villager Spawn Egg"
|
||
|
|
experience_bottle: "Bottle o' Enchanting"
|
||
|
|
fire_charge: "Fire Charge"
|
||
|
|
writable_book: "Book and Quill"
|
||
|
|
written_book: "Written Book"
|
||
|
|
map: "Empty Map"
|
||
|
|
carrot: "Carrot"
|
||
|
|
golden_carrot: "Golden Carrot"
|
||
|
|
potato: "Potato"
|
||
|
|
baked_potato: "Baked Potato"
|
||
|
|
poisonous_potato: "Poisonous Potato"
|
||
|
|
carrot_on_a_stick: "Carrot on a Stick"
|
||
|
|
nether_star: "Nether Star"
|
||
|
|
pumpkin_pie: "Pumpkin Pie"
|
||
|
|
enchanted_book: "Enchanted Book"
|
||
|
|
firework_rocket: "Firework Rocket"
|
||
|
|
firework_star: "Firework Star"
|
||
|
|
nether_brick: "Nether Brick"
|
||
|
|
quartz: "Nether Quartz"
|
||
|
|
armor_stand: "Armor Stand"
|
||
|
|
iron_horse_armor: "Iron Horse Armor"
|
||
|
|
golden_horse_armor: "Golden Horse Armor"
|
||
|
|
diamond_horse_armor: "Diamond Horse Armor"
|
||
|
|
prismarine_shard: "Prismarine Shard"
|
||
|
|
prismarine_crystals: "Prismarine Crystals"
|
||
|
|
chorus_fruit: "Chorus Fruit"
|
||
|
|
popped_chorus_fruit: "Popped Chorus Fruit"
|
||
|
|
beetroot: "Beetroot"
|
||
|
|
beetroot_seeds: "Beetroot Seeds"
|
||
|
|
beetroot_soup: "Beetroot Soup"
|
||
|
|
dragon_breath: "Dragon's Breath"
|
||
|
|
elytra: "Elytra"
|
||
|
|
totem_of_undying: "Totem of Undying"
|
||
|
|
shulker_shell: "Shulker Shell"
|
||
|
|
iron_nugget: "Iron Nugget"
|
||
|
|
knowledge_book: "Knowledge Book"
|
||
|
|
debug_stick: "Debug Stick"
|
||
|
|
trident: "Trident"
|
||
|
|
scute: "Scute"
|
||
|
|
turtle_helmet: "Turtle Shell"
|
||
|
|
phantom_membrane: "Phantom Membrane"
|
||
|
|
nautilus_shell: "Nautilus Shell"
|
||
|
|
heart_of_the_sea: "Heart of the Sea"
|
||
|
|
|
||
|
|
|
||
|
|
LanguageName: english
|
||
|
|
Author: GeorgH93
|
||
|
|
|
||
|
|
# Language file version. Don't touch it!
|
||
|
|
Version: 2
|