Minecraft Wiki
Advertisement
このモジュールには解説がありません。もしあなたがこのモジュールを使用する方法を知っている場合は、解説ページを作成してください。
-- These 'items' define which sprite, label and link to use in the table.
-- Properties 'cannot_stack', 'preserve_case', and 'plural' describe how to display the single-item summary in p.base2.
-- Order within this 'items' list doesn't matter.

return {
		["acacia-log"]          = { "block", link="Log" },
		["acacia-sapling"]      = { "block", link="Sapling" },
		["activator-rail"]      = { "block" },
		["air"]                 = { "block", link="Air (ジョーク)" },
		["allium"]              = { "block", link="Flower" },
		["amethyst-shard"]      = { "item" },
		["angler-pottery-shard"] = { "item", link="Pottery Shard" },
		["ancient-debris"]      = { "block", plural=false },
		["apple"]               = { "item" },
		["archer-pottery-shard"] = { "item", link="Pottery Shard" },
		["arms-up-pottery-shard"] = { "item", link="Pottery Shard" },
		["arrow"]               = { "item" },
		["azure-bluet"]         = { "block", link="Flower" },
		["baked-potato"]        = { "item" },
		["bamboo"]              = { "item", plural=false },
		["barrel"]              = { "block" },
		["basalt"]				= { "block", plural=false },
		["beetroot"]            = { "item" },
		["beetroot-seeds"]      = { "item", plural=false },
		["beetroot-soup"]		= { "item", plural=false, cannot_stack=true },
		["bell"]				= { "block" },
		["big-dripleaf"]        = { "block" },
		["birch-log"]           = { "block", link="Log" },
		["birch-sapling"]       = { "block", link="Sapling" },
		["black-wool"]          = { "block", link="Wool", plural=false },
		["blade-pottery-shard"] = { "item", link="Pottery Shard" },
		["blaze-rod"]           = { "item" },
		["blue-dye"]            = { "item", link="Dye", plural=false },
		["blue-orchid"]         = { "block", link="Flower" },
		["blue-stained-glass-pane"] = { "block", link="Glass Pane" },
		["block-of-gold"]       = { "block", plural="blocks of gold" },
		["block-of-iron"]       = { "block", plural="blocks of iron" },
		["blue-ice"]			= { "block", plural=false },
		["bone"]                = { "item" },
		["bone-block"]          = { "block" },
		["bone-meal"]           = { "item", plural=false },
		["book"]                = { "item" },
		["book-and-quill"]      = { "item", plural=false, title="Book and Quill" },
		["bottle-o'-enchanting"] = { "item", title="Bottle o' Enchanting", plural="bottles o' enchanting" },
		["brain-coral-block"]   = { "block", link="Coral Block" },
		["bread"]               = { "item", plural=false },
		["brewer-pottery-shard"] = { "item" , link="Pottery Shard" },
		["brick"]               = { "item" },
		["brown-candle"]        = { "block", link="Candle" },
		["brown-mushroom"]      = { "block", link="Mushroom" },
		["brown-wool"]          = { "block", link="Wool", plural=false },
		["bubble-coral-block"]  = { "block", link="Coral Block" },
		["bucket"]              = { "item" },
		["budding-amethyst"]    = { "block" },
        ["buried-treasure-map"] = { "item", link="Explorer Map" },
        ["burn-pottery-shard"]  = { "item" , link="Pottery Shard" },
		["cactus"]              = { "block", plural=false },
		["cake"]                = { "block", plural=false },
		["candle"]              = { "item" },
		["carrot"]              = { "item" },
		["chain"]               = { "block" },
		["chainmail-boots"]     = { "item", link="Armor", cannot_stack=true, plural=false },
		["chainmail-chestplate"] = { "item", link="Armor", cannot_stack=true },
		["chainmail-helmet"]    = { "item", link="Armor", cannot_stack=true },
		["chainmail-leggings"]  = { "item", link="Armor", cannot_stack=true, plural=false },
		["cherry-sapling"]      = { "block", link="Sapling" },
		["chorus-flower"]        = { "block" },
		["clay-ball"]			= { "item", link="Clay Ball", plural=false },
		["clock"]				= { "item" },
		["coal"]                = { "item", plural=false },
		["cobweb"]              = { "block" },
		["cocoa-beans"]         = { "item", plural=false },
		["cooked-cod"]          = { "item", plural=false},
		["cooked-porkchop"]		= { "item" },
		["cooked-salmon"]       = { "item", plural=false},
		["compass"]             = { "item" },
		["cornflower"]           = { "block", link="Flower" },
		["cow-spawn-egg"]       = { "item", link="Spawn Egg" },
		["crimson-fungus"]		= { "block", link="Fungus", plural= "crimson fungi" },
		["crimson-nylium"]		= { "block", link="Nylium", plural=false},
		["crimson-roots"]		= { "block", link="Roots", plural=false},
		["crossbow"]            = { "item", cannot_stack=true },
		["crying-obsidian"]		= { "block" },
		["dandelion"]			= { "block", link="Flower" },
		["danger-pottery-shard"] = { "item" , link="Pottery Shard" },
		["dark-oak-log"]        = { "block", link="Log" },
		["dark-oak-sapling"]    = { "block", link="Sapling" },
		["dead-bush"]			= { "block", link="Dead Bush" },
		["detector-rail"]       = { "block" },
		["diamond"]             = { "item" },
		["diamond-boots"]		= { "item", link="Armor", cannot_stack=true, plural=false },
		["diamond-chestplate"]  = { "item", link="Armor", cannot_stack=true },
		["diamond-helmet"]		= { "item", link="Armor", cannot_stack=true },
		["diamond-hoe"]         = { "item", link="Hoe", cannot_stack=true },
		["diamond-horse-armor"] = { "item", link="Horse Armor", cannot_stack=true, plural=false },
		["diamond-leggings"]	= { "item", link="Armor", cannot_stack=true, plural=false },
		["diamond-shovel"]		= { "item", link="Shovel", cannot_stack=true },
		["diamond-sword"]		= { "item", link="Sword", cannot_stack=true },
		["dirt"]                = { "block", plural=false },
		["disc-13"]             = { "item", id='music-disc-13', title="Music Disc (13)", link="Music Disc", cannot_stack=true, plural=false },
		["disc-cat"]            = { "item", id='music-disc-cat', title="Music Disc (cat)", link="Music Disc", cannot_stack=true, plural=false },
		["disc-fragment-5"]     = { "item", title="レコードの破片 (5)", link="Disc Fragment" },
		["disc-mellohi"]        = { "item", id='music-disc-mellohi', title="Music Disc (mellohi)", link="Music Disc", cannot_stack=true, plural=false },
		["disc-pigstep"]		= { "item", id='music-disc-pigstep', title = "Music Disc (Pigstep)", link="Music Disc", cannot_stack=true, plural=false },
		["disc-wait"]           = { "item", id='music-disc-wait', title="Music Disc (wait)", link="Music Disc", cannot_stack=true, plural=false },
		["disc-otherside"]      = { "item", id='music-disc-otherside',title="Music Disc (otherside)", link="Music Disc", cannot_stack=true, plural=false },
		["echo-shard"]          = { "item" },
		["egg"]           		= { "item" },
		["elytra"]              = { "item" },
		["emerald"]             = { "item" },
		["empty-map"]           = { "item", link="Map", title="Empty Map" },
		["enchanted-book"]      = { "item", id='enchanted-book', title="Enchanted Book", link="Enchanted Book", cannot_stack=true, note="enchant-with-levels-30" },
		["enchanted-book-rnd"]  = { "item", id='enchanted-book', title="Enchanted Book", link="Enchanted Book", cannot_stack=true, note="enchant-randomly" },
		["enchanted-book-rnd-soul-speed"] = { "item", id='enchanted-book', title="Enchanted Book", link="Enchanted Book", cannot_stack=true, note="enchant-randomly-soul-speed" },
		["enchanted-book-rnd-swift-sneak"] = { "item", id='enchanted-book', title="Enchanted Book", link="Enchanted Book", cannot_stack=true, note="enchant-randomly-swift-sneak" },
		["enchanted-fishing-rod"] = { "item", id="fishing-rod", link="Fishing Rod", cannot_stack=true, note="enchant-randomly" },
		["enchanted-golden-apple"] = { "item" },
		["end-stone"]           = { "block" },
		["ender-pearl"]         = { "item" },
		["explorer-pottery-shard"] = { "item" , link="Pottery Shard" },
		["feather"]             = { "item" },
		["fern"]				= { "block", link="Grass" },
		["fire-charge"]			= { "item" },
		["fire-coral-block"]     = { "block", link="Coral Block" },
		["flint"]               = { "item", plural=false },
		["flint-and-steel"]     = { "item", cannot_stack=true, plural=false },
		["flower-pot"]			= { "item" },
		["friend-pottery-shard"] = { "item" , link="Pottery Shard" },
		["furnace"]             = { "block" },
		["ghast-tear"]          = { "item" },
		["gilded-blackstone"]	= { "block", plural=false },
		["glistering-melon-slice"] = { "item" },
		["glowstone"]			= { "block" },
		["glowstone-dust"]      = { "item", plural=false },
		["glow-berries"]        = { "item", plural=false },
		["goat-horn"]       	= { "item", cannot_stack=true, note="regular-goat-horn" },
		["golden-apple"]        = { "item" },
		["golden-boots"]		= { "item", link="Armor", cannot_stack=true, plural=false },
		["golden-carrot"]		= { "item" },
		["golden-chestplate"]   = { "item", link="Armor", cannot_stack=true },
		["golden-helmet"]       = { "item", link="Armor", cannot_stack=true },
		["golden-hoe"]			= { "item", link="Hoe", cannot_stack=true },
		["golden-horse-armor"]  = { "item", link="Horse Armor", cannot_stack=true, plural=false },
		["golden-leggings"]		= { "item", link="Armor", cannot_stack=true, plural=false },
		["golden-sword"]        = { "item", link="Sword", cannot_stack=true },
		["gold-ingot"]          = { "item" },
		["gold-nugget"]         = { "item" },
		["grass"]				= { "block", link="Grass", plural=false },
		["grass-block"]         = { "block" },
		["gravel"]              = { "block", plural=false },
		["gray-wool"]           = { "block", link="Wool", plural=false },
		["green-candle"]        = { "block", link="Candle" },
		["green-dye"]			= { "item", link="Dye", plural=false },
		["gunpowder"]           = { "item", plural=false },
		["heart-of-the-sea"]    = { "item", plural=false, link="Heart of the Sea" },
		["heart-pottery-shard"]	= { "item" , link="Pottery Shard" },
		["heartbreak-pottery-shard"] = { "item" , link="Pottery Shard" },
		["horn-coral-block"]    = { "block", link="Coral Block" },
		["host-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["howl-pottery-shard"]  = { "item" , link="Pottery Shard" },
		["ink-sac"]             = { "item" },
		["iron-axe"]            = { "item", link="Axe", cannot_stack=true },
		["iron-boots"]          = { "item", link="Armor", cannot_stack=true, plural=false },
		["iron-chestplate"]     = { "item", link="Armor", cannot_stack=true },
		["iron-helmet"]         = { "item", link="Armor", cannot_stack=true },
		["iron-horse-armor"]    = { "item", link="Horse Armor", cannot_stack=true, plural=false },
		["iron-ingot"]          = { "item" },
		["iron-leggings"]       = { "item", link="Armor", cannot_stack=true, plural=false },
		["iron-nugget"]         = { "item" },
		["iron-pickaxe"]        = { "item", link="Pickaxe", cannot_stack=true },
		["iron-shovel"]         = { "item", link="Shovel", cannot_stack=true },
		["iron-sword"]          = { "item", link="Sword", cannot_stack=true },
		["jungle-log"]          = { "block", link="Log" },
		["jungle-sapling"]      = { "block", link="Sapling" },
		["kelp"]                = { "block" },
		["lapis-lazuli"]        = { "item", plural=false },
		["large-fern"]			= { "block", link="Grass" },
		["lava-bucket"]         = { "item" },
		["lead"]                = { "item" },
		["leather"]      		= { "item", plural=false },
		["leather-boots"]       = { "item", link="Armor", cannot_stack=true, plural=false },
		["leather-cap"]         = { "item", link="Armor", cannot_stack=true },
		["leather-pants"]       = { "item", link="Armor", cannot_stack=true, plural=false },
		["leather-tunic"]       = { "item", link="Armor", cannot_stack=true },
		["light-blue-dye"]      = { "item", link="Dye", plural=false },
		["light-blue-stained-glass-pane"] = { "block", link="Glass Pane" },
		["light-gray-wool"]     = { "block", link="Wool", plural=false },
		["light-weighted-pressure-plate"] = { "block", link="Pressure Plate" },
		["lilac"]               = { "block", link="Flower" },
		["lily-of-the-valley"]  = { "block", link="Flower" },
		["lodestone"]			= { "block" },
		["magenta-stained-glass-pane"] = { "block", link="Glass Pane" },
		["magma-cream"]         = { "item", plural=false },
		["magma-block"]			= { "block" },
		["mangrove-log"]        = { "block", link="Log" },
		["mangrove-propagule"]  = { "block", link="Sapling" },
		["melon-seeds"]         = { "item", plural=false },
		["miner-pottery-shard"] = { "item" , link="Pottery Shard" },
		["moss-block"]          = { "block" },
		["mourner-pottery-shard"] = { "item" , link="Pottery Shard" },
		["mycelium"]            = { "block", plural=false },
		["name-tag"]            = { "item" },
		["nautilus-shell"]      = { "item" },
		["netherite-boots"]     = { "item", link="Armor", cannot_stack=true, plural=false },
		["netherite-chestplate"] = { "item", link="Armor", cannot_stack=true },
		["netherite-helmet"]    = { "item", link="Armor", cannot_stack=true },
		["netherite-ingot"]     = { "item" },
		["netherite-leggings"]  = { "item", link="Armor", cannot_stack=true, plural=false },
		["netherite-scrap"]     = { "item" },
		["nether-wart"]         = { "item", plural=false },
		["nether-quartz"]		= { "item", plural=false },
		["oak-hanging-sign"]    = { "block", link="Hanging Sign" },
		["oak-log"]             = { "block", link="Log" },
		["oak-planks"]          = { "block", link="Planks", id="oak-wood-planks", plural=false },
		["oak-sapling"]         = { "block", link="Sapling" },
		["oak-sign"]            = { "item", link="Sign" },
		["obsidian"]            = { "block", plural=false },
		["orange-dye"]          = { "item", link="Dye", plural=false },
		["orange-tulip"]        = { "block", link="Flower" },
		["oxeye-daisy"]         = { "block", link="Flower" },
		["packed-air"]          = { "block", link="Air (ジョーク)"},
		["packed-ice"]          = { "block" },
		["paper"]               = { "item", plural=false },
		["peony"]               = { "block", link="Flower" },
		["pink-petals"]         = { "block", plural=false },
		["pink-stained-glass-pane"] = { "block", link="Glass Pane" },
		["pink-tulip"]          = { "block", link="Flower" },
		["plenty-pottery-shard"] = { "item" , link="Pottery Shard" },
		["pointed-dripstone"]   = { "block" },
		["poisonous-potato"]    = { "item", plural="poisonous potatoes" },
		["polished-basalt"]		= { "block", plural=false },
		["poppy"]				= { "block", link="Flower", plural="poppies" },
		["potato"]              = { "item", plural="potatoes" },
		["potion-of-healing"]   = { "item", link="Potion", title="Potion of Healing", plural=false, preserve_case=true },
		["potion-of-regeneration"] = { "item", link="Potion", title="Potion of Regeneration", plural=false, preserve_case=true },
		["potion-of-water-breathing"] = { "item", link="Potion", title="Potion of Water Breathing", plural=false, preserve_case=true },
		["powder-snow-bucket"]  = { "item" },
		["powered-rail"]        = { "block", title="Powered Rail", plural=false },
		["prismarine-crystals"] = { "item", plural=false },
		["prismarine-shard"]    = { "item" },
		["prize-pottery-shard"] = { "item" , link="Pottery Shard" },
		["pufferfish-bucket"]    = { "item", link="Bucket of aquatic mob", title="Bucket of Pufferfish", plural=false, preserve_case=true },
		["pumpkin"]             = { "block" },
		["pumpkin-pie"]         = { "item", plural=false },
		["pumpkin-seeds"]       = { "item", plural=false },
		["purple-candle"]       = { "block", link="Candle" },
		["purple-stained-glass-pane"] = { "block", link="Glass Pane" },
		["rabbit-foot"]         = { "item", plural="Rabbit's Feet", title="Rabbit's Foot", link="Rabbit's Foot" },
		["rail"]                = { "block", title="Rails", plural=false },
		["raiser-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["raw-beef"]		    = { "item", link="Raw Beef", plural=false },
		["raw-cod"]             = { "item", link="Raw Cod", plural=false },
		["raw-mutton"]			= { "item", link="Raw Mutton", plural=false },
		["raw-porkchop"]		= { "item", link="Raw Porkchop" },
		["raw-salmon"]          = { "item", link="Raw Salmon", plural=false },
		["red-candle"]          = { "block", link="Candle" },
		["red-mushroom"]        = { "block", link="Mushroom" },
		["red-stained-glass-pane"] = { "block", link="Glass Pane" },
		["redstone"]            = { "item", id="redstone-dust", title="Redstone Dust", plural=false },
		["rose-bush"]           = { "block", plural="Rose Bushes", link="Flower" },
		["rotten-flesh"]        = { "item", plural=false },
		["saddle"]              = { "item", cannot_stack=true },
		["sand"]                = { "block", plural=false },
		["sculk"]               = { "block" },
		["sculk-catalyst"]      = { "block" },
		["sculk-sensor"]        = { "block" },
		["sea-pickle"]          = { "block" },
		["shaper-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["sheaf-pottery-shard"] = { "item" , link="Pottery Shard" },
		["shears"]              = { "item", plural=false, cannot_stack=true },
		["sheep-spawn-egg"]     = { "item", link="Spawn Egg" },
		["shelter-pottery-shard"] = { "item" , link="Pottery Shard" },
		["silence-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["skull-pottery-shard"] = { "item" , link="Pottery Shard" },
		["slime-ball"]          = { "item", title="Slimeball", link="Slimeball" },
		["smooth-stone"]		= { "block", plural=false },
		["sniffer-egg"]         = { "block", link= "Sniffer Egg" },
		["snort-pottery-shard"] = { "item" , link="Pottery Shard" },
		["snowball"]			= { "item", link="Snowball" },
		["snow-block"]			= { "block", link="Snow Block" },
		["snout-banner-pattern"] = { "item", id="banner-pattern", link="Banner Pattern", cannot_stack=true },
		["soul-sand"]			= { "block" },
		["soul-torch"]          = { "block", link="Torch" },
		["spectral-arrow"]      = { "item" },
		["spider-eye"]          = { "item" },
		["spore-blossom"]       = { "block" },
		["spruce-hanging-sign"] = { "block", link="Hanging Sign" },
		["spruce-log"]          = { "block", link="Log" },
		["spruce-sapling"]      = { "block", link="Sapling" },
		["spruce-sign"]     	= { "item", link="Sign" },
		["spyglass"]            = { "item" },
		["stick"]               = { "item" },
		["stone"]               = { "block", plural=false },
		["stone-axe"]           = { "item", link="Axe", cannot_stack=true },
		["stone-bricks"]        = { "block", plural=false },
		["stone-pickaxe"]       = { "item", link="Pickaxe", cannot_stack=true },
		["string"]              = { "item", plural=false },
		["sugar-cane"]          = { "block" },
		["sunflower"]            = { "block", link="Flower" },
		["suspicious-stew"]     = { "item", plural=false, note="suspicious-stew" },
		["suspicious-stew-2"]   = { "item", plural=false, note="suspicious-stew-2", id="suspicious-stew", link="Suspicious Stew", title="Suspicious Stew" },
		["sweet-berries"]       = { "item", plural=false },
		["tall-grass"]			= { "block", plural=false, link="Grass" },
		["tnt"]                 = { "block", title="TNT", plural=false, preserve_case=true },
		["torch"]               = { "block" },
		["tripwire-hook"]       = { "block" },
		["tube-coral-block"]    = { "block", link="Coral Block" },
		["turtle-egg"]          = { "item" },
		["villager-spawn-egg"]  = { "item", link="Spawn Egg" },
		["warped-nylium"]       = { "block", link="Nylium" },
		["water-bucket"]        = { "item", cannot_stack=true },
		["wayfinder-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["wheat"]               = { "item", plural=false },
		["wheat-seeds"]         = { "item", plural=false },
		["white-dye"]           = { "item", link="Dye", plural=false },
		["white-tulip"]         = { "block", link="Flower" },
		["white-wool"]          = { "block", link="Wool", plural=false },
		["wither-skeleton-skull"] = { "block", link="Head" },
		["wooden-axe"]          = { "item", link="Axe", cannot_stack=true },
		["wooden-hoe"]          = { "item", link="Hoe", cannot_stack=true },
		["wooden-pickaxe"]      = { "item", link="Pickaxe", cannot_stack=true },
		["yellow-dye"]			= { "item", link="Dye", plural=false },
		["yellow-stained-glass-pane"] = { "block", link="Glass Pane" },
		["map"]                 = { "item", link="Map", note="map" },
		["coast-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["dune-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["eye-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["netherite-upgrade-smithing-template"] = {"item", link="Smithing Template"},
		["rib-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["sentry-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["snout-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["spire-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["tide-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["vex-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["ward-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
		["wild-armor-trim-smithing-template"] = { "item", link="Smithing Template" },

		["damaged-random-enchanted-netherite-axe"] = { "item", id="netherite-axe", title="Damaged Enchanted Netherite Axe", link="Axe", note="enchant-randomly", note1="damaged-0.15-0.85", cannot_stack=true },
		["damaged-netherite-boots"]				= { "item", id="netherite-boots", link="Armor", note="damaged-0.2-0.65", cannot_stack=true, plural=false},
		["damaged-level-enchanted-netherite-boots"] = { "item", id="netherite-boots", title="Damaged Enchanted Netherite Boots", link="Armor", note="enchant-with-levels-5-20", note1="damaged-0.2-0.65", cannot_stack=true, plural=false },
		["damaged-random-enchanted-netherite-boots"] = { "item", id="netherite-boots", title="Damaged Enchanted Netherite Boots", link="Armor", note="enchant-randomly", note1="damaged-0.2-0.65", cannot_stack=true, plural=false },
		["damaged-netherite-chestplate"]		= { "item", id="netherite-chestplate", link="Armor", note="damaged-0.2-0.65", cannot_stack=true},
		["damaged-level-enchanted-netherite-chestplate"] = { "item", id="netherite-chestplate", title="Damaged Enchanted Netherite Chestplate", link="Armor", note="enchant-with-levels-5-20", note1="damaged-0.2-0.65", cannot_stack=true },
		["damaged-random-enchanted-netherite-chestplate"] = { "item", id="netherite-chestplate", title="Damaged Enchanted Netherite Chestplate", link="Armor", note="enchant-randomly", note1="damaged-0.2-0.65", cannot_stack=true },
		["damaged-netherite-helmet"]			= { "item", id="netherite-helmet", link="Armor", note="damaged-0.2-0.65", cannot_stack=true},
		["damaged-random-enchanted-netherite-hoe"] = { "item", id="netherite-hoe", title="Damaged Enchanted Netherite Hoe", link="Hoe", note="enchant-randomly", note1="damaged-0.1-0.95", cannot_stack=true },
		["damaged-level-enchanted-netherite-helmet"] = { "item", id="netherite-helmet", title="Damaged Enchanted Netherite Helmet", link="Armor", note="enchant-with-levels-5-20", note1="damaged-0.2-0.65", cannot_stack=true },
		["damaged-random-enchanted-netherite-helmet"] = { "item", id="netherite-helmet", title="Damaged Enchanted Netherite Helmet", link="Armor", note="enchant-randomly", note1="damaged-0.2-0.65", cannot_stack=true },
		["damaged-netherite-leggings"]			= { "item", id="netherite-leggings", link="Armor", note="damaged-0.2-0.65", cannot_stack=true, plural=false},
		["damaged-level-enchanted-netherite-leggings"] = { "item", id="netherite-leggings", title="Damaged Enchanted Netherite Leggings", link="Armor", note="enchant-with-levels-5-20", note1="damaged-0.2-0.65", cannot_stack=true, plural=false },
		["damaged-random-enchanted-netherite-leggings"]	= { "item", id="netherite-leggings", title="Damaged Enchanted Netherite Leggings", link="Armor", note="enchant-randomly", note1="damaged-0.2-0.65", cannot_stack=true, plural=false },
		["damaged-random-enchanted-netherite-pickaxe"] = { "item", id="netherite-pickaxe", title="Damaged Enchanted Netherite Pickaxe", link="Pickaxe", note="enchant-randomly", note1="damaged-0.1-0.95", cannot_stack=true },
		["damaged-random-enchanted-netherite-shovel"] = { "item", id="netherite-shovel", title="Damaged Enchanted Netherite Shovel", link="Shovel", note="enchant-randomly", note1="damaged-0.15-0.45", cannot_stack=true},
		["damaged-netherite-sword"]				= { "item", id="netherite-sword", link="Sword", note="damaged-0.2-0.65", cannot_stack=true},
		["damaged-level-enchanted-netherite-sword"] = { "item", id="netherite-sword", title="Damaged Enchanted Netherite Sword", link="Sword", note="enchant-with-levels-5-20", note1="damaged-0.2-0.65", cannot_stack=true },
		["damaged-random-enchanted-netherite-sword"] = { "item", id="netherite-sword", title="Damaged Enchanted Netherite Sword", link="Sword", note="enchant-randomly", note1="damaged-0.2-0.65", cannot_stack=true },
		["damaged-diamond-boots"]				= { "item", id="diamond-boots", link="Armor", note="damaged-0.2-0.65", cannot_stack=true, plural=false},
		["level-enchanted-diamond-boots"]		= { "item", id="diamond-boots", title="Enchanted Diamond Boots", link="Armor", note="enchant-with-levels-20-39", cannot_stack=true, plural=false },
		["damaged-random-enchanted-diamond-boots"] = { "item", id="diamond-boots", title="Damaged Enchanted Diamond Boots", link="Armor", note="enchant-randomly", note1="damaged-0.2-0.65", cannot_stack=true, plural=false },
		["damaged-random-enchanted-diamond-boots-2"] = { "item", id="diamond-boots", title="Damaged Enchanted Diamond Boots", link="Armor", note="enchant-randomly", note1="damaged-0.8-1.0", cannot_stack=true, plural=false },
		["damaged-diamond-chestplate"]			= { "item", id="diamond-chestplate", link="Armor", note="damaged-0.2-0.65", cannot_stack=true},
		["level-enchanted-diamond-chestplate"]	= { "item", id="diamond-chestplate", title="Enchanted Diamond Chestplate", link="Armor", note="enchant-with-levels-20-39", cannot_stack=true },
		["damaged-random-enchanted-diamond-chestplate"] = { "item", id="diamond-chestplate", title="Damaged Enchanted Diamond Chestplate", link="Armor", note="enchant-randomly", note1="damaged-0.2-0.65", cannot_stack=true },
		["damaged-random-enchanted-diamond-chestplate-2"] = { "item", id="diamond-chestplate", title="Damaged Enchanted Diamond Chestplate", link="Armor", note="enchant-randomly", note1="damaged-0.8-1.0", cannot_stack=true },
		["damaged-diamond-helmet"]				= { "item", id="diamond-helmet", link="Armor", note="damaged-0.2-0.65", cannot_stack=true},
		["level-enchanted-diamond-helmet"]		= { "item", id="diamond-helmet", title="Enchanted Diamond Helmet", link="Armor", note="enchant-with-levels-20-39", cannot_stack=true },
		["damaged-random-enchanted-diamond-helmet"] = { "item", id="diamond-helmet", title="Damaged Enchanted Diamond Helmet", link="Armor", note="enchant-randomly", note1="damaged-0.2-0.65", cannot_stack=true },
		["damaged-random-enchanted-diamond-helmet-2"] = { "item", id="diamond-helmet", title="Damaged Enchanted Diamond Helmet", link="Armor", note="enchant-randomly", note1="damaged-0.8-1.0", cannot_stack=true },
		["damaged-diamond-leggings"]			= { "item", id="diamond-leggings", link="Armor", note="damaged-0.2-0.65", cannot_stack=true, plural=false},
		["level-enchanted-diamond-leggings"]	= { "item", id="diamond-leggings", title="Enchanted Diamond Leggings", link="Armor", note="enchant-with-levels-20-39", cannot_stack=true, plural=false },
		["damaged-random-enchanted-diamond-leggings"] = { "item", id="diamond-leggings", title="Damaged Enchanted Diamond Leggings", link="Armor", note="enchant-randomly", note1="damaged-0.2-0.65", cannot_stack=true, plural=false },
		["damaged-random-enchanted-diamond-leggings-2"] = { "item", id="diamond-leggings", title="Damaged Enchanted Diamond Leggings", link="Armor", note="enchant-randomly", note1="damaged-0.8-1.0", cannot_stack=true, plural=false },
		["level-enchanted-diamond-pickaxe"]		= { "item", id="diamond-pickaxe", title="Enchanted Diamond Pickaxe", link="Pickaxe", note="enchant-with-levels-20-39", cannot_stack=true },
		["random-enchanted-diamond-pickaxe"]    = { "item", id="diamond-pickaxe", title="Enchanted Diamond Pickaxe", link="Pickaxe", note="enchant-randomly", cannot_stack=true, },
		["damaged-random-enchanted-diamond-pickaxe"] = { "item", id="diamond-pickaxe", title="Enchanted Diamond Pickaxe", link="Pickaxe", note="enchant-randomly", note1="damaged-0.15-0.95", cannot_stack=true },
		["level-enchanted-diamond-shovel"]		= { "item", id="diamond-shovel", title="Enchanted Diamond Shovel", link="Shovel", note="enchant-with-levels-20-39", cannot_stack=true },
		["damaged-random-enchanted-diamond-shovel"] = { "item", id="diamond-shovel", title="Damaged Enchanted Diamond Shovel", link="Shovel", note="enchant-randomly", note1="damaged-0.15-0.45", cannot_stack=true},
		["damaged-random-enchanted-diamond-shovel-2"] = { "item", id="diamond-shovel", title="Damaged Enchanted Diamond Shovel", link="Shovel", note="enchant-randomly", note1="damaged-0.15-0.8", cannot_stack=true},
		["damaged-diamond-sword"]				= { "item", id="diamond-sword", link="Sword", note="damaged-0.2-0.65", cannot_stack=true},
		["level-enchanted-diamond-sword"]		= { "item", id="diamond-sword", title="Enchanted Diamond Sword", link="Sword", note="enchant-with-levels-20-39", cannot_stack=true },
		["damaged-random-enchanted-diamond-sword"] = { "item", id="diamond-sword", title="Damaged Enchanted Diamond Sword", link="Sword", note="enchant-randomly", note1="damaged-0.2-0.65", cannot_stack=true },
		["damaged-random-enchanted-diamond-sword-2"] = { "item", id="diamond-sword", title="Damaged Enchanted Diamond Sword", link="Sword", note="enchant-randomly", note1="damaged-0.8-1.0", cannot_stack=true },
		["level-enchanted-iron-boots"]			= { "item", id="iron-boots", title="Enchanted Iron Boots", link="Armor", note="enchant-with-levels-20-39", cannot_stack=true, plural=false },
		["level-enchanted-iron-chestplate"]		= { "item", id="iron-chestplate", title="Enchanted Iron Chestplate", link="Armor", note="enchant-with-levels-20-39", cannot_stack=true },
		["level-enchanted-iron-helmet"]			= { "item", id="iron-helmet", title="Enchanted Iron Helmet", link="Armor", note="enchant-with-levels-20-39", cannot_stack=true },
		["level-enchanted-iron-leggings"]		= { "item", id="iron-leggings", title="Enchanted Iron Leggings", link="Armor", note="enchant-with-levels-20-39", cannot_stack=true, plural=false },
		["level-enchanted-iron-pickaxe"]		= { "item", id="iron-pickaxe", title="Enchanted Iron Pickaxe", link="Pickaxe", note="enchant-with-levels-20-39", cannot_stack=true },
		["level-enchanted-iron-shovel"]			= { "item", id="iron-shovel", title="Enchanted Iron Shovel", link="Shovel", note="enchant-with-levels-20-39", cannot_stack=true },
		["level-enchanted-iron-sword"]			= { "item", id="iron-sword", title="Enchanted Iron Sword", link="Sword", note="enchant-with-levels-20-39", cannot_stack=true },
		["damaged-random-enchanted-iron-sword"] = { "item", id="iron-sword", title="Damaged Enchanted Iron Sword", link="Sword", note="enchant-randomly", note1="damaged-0.1-0.9", cannot_stack=true },
		["random-enchanted-golden-axe"]			= { "item", id="golden-axe", title="Enchanted Golden Axe", link="Axe", note="enchant-randomly", cannot_stack=true },
		["level-enchanted-golden-boots"]      	= { "item", id="golden-boots", title="Enchanted Golden Boots", link="Armor", note="enchant-with-levels-5-15", cannot_stack=true, plural=false },
		["random-enchanted-golden-boots"]		= { "item", id="golden-boots", title="Enchanted Golden Boots", link="Armor", note="enchant-randomly", cannot_stack=true, plural=false },
		["soul-speed-enchanted-golden-boots"]   = { "item", id="golden-boots", title="Enchanted Golden Boots with Soul Speed", link="Armor", note="enchant-randomly-soul-speed", cannot_stack=true, plural=false },
		["level-enchanted-golden-chestplate"]	= { "item", id="golden-chestplate", title="Enchanted Golden Chestplate", link="Armor", note="enchant-with-levels-5-15", cannot_stack=true },
		["random-enchanted-golden-chestplate"]	= { "item", id="golden-chestplate", title="Enchanted Golden Chestplate", link="Armor", note="enchant-randomly", cannot_stack=true },
		["level-enchanted-golden-helmet"]		= { "item", id="golden-helmet", title="Enchanted Golden Helmet", link="Armor", note="enchant-with-levels-20-39", cannot_stack=true },
		["random-enchanted-golden-helmet"]		= { "item", id="golden-helmet", title="Enchanted Golden Helmet", link="Armor", note="enchant-randomly", cannot_stack=true },
		["level-enchanted-golden-hoe"]			= { "item", id="golden-hoe", title="Enchanted Golden Hoe", link="Hoe", note="enchant-with-levels-20-39", cannot_stack=true },
		["random-enchanted-golden-hoe"]			= { "item", id="golden-hoe", title="Enchanted Golden Hoe", link="Hoe", note="enchant-randomly", cannot_stack=true },
		["level-enchanted-golden-leggings"]		= { "item", id="golden-leggings", title="Enchanted Golden Leggings", link="Armor", note="enchant-with-levels-20-39", cannot_stack=true, plural=false },
		["random-enchanted-golden-leggings"]	= { "item", id="golden-leggings", title="Enchanted Golden Leggings", link="Armor", note="enchant-randomly", cannot_stack=true, plural=false },
		["random-enchanted-golden-pickaxe"]		= { "item", id="golden-pickaxe", title="Enchanted Golden Pickaxe", link="Pickaxe", note="enchant-randomly", cannot_stack=true },
		["random-enchanted-golden-shovel"]		= { "item", id="golden-shovel", title="Enchanted Golden Shovel", link="Shovel", note="enchant-randomly", cannot_stack=true },
		["random-enchanted-golden-sword"]		= { "item", id="golden-sword", title="Enchanted Golden Sword", link="Sword", note="enchant-randomly", cannot_stack=true },
		["random-enchanted-leather-boots"]		= { "item", id="leather-boots", title="Enchanted Leather Boots", link="Armor", note="enchant-randomly", cannot_stack=true, plural=false },
		["random-enchanted-leather-cap"]		= { "item", id="leather-cap", title="Enchanted Leather Cap", link="Armor", note="enchant-randomly", cannot_stack=true },
		["random-enchanted-leather-pants"]		= { "item", id="leather-pants", title="Enchanted Leather Pants", link="Armor", note="enchant-randomly", cannot_stack=true, plural=false },
		["random-enchanted-leather-tunic"]		= { "item", id="leather-tunic", title="Enchanted Leather Tunic", link="Armor", note="enchant-randomly", cannot_stack=true },
		["damaged-level-enchanted-crossbow"]	= { "item", id="crossbow", title="Damaged Enchanted Crossbow", link="Crossbow", note="enchant-with-levels-20-25", note1="damaged-0.05-0.15", cannot_stack=true },
		["damaged-random-enchanted-crossbow"]	= { "item", id="crossbow", title="Damaged Enchanted Crossbow", link="Crossbow", note="enchant-randomly", note1="damaged-0.1-0.5", cannot_stack=true },
		["damaged-random-enchanted-crossbow-2"]	= { "item", id="crossbow", title="Damaged Enchanted Crossbow", link="Crossbow", note="enchant-randomly", note1="damaged-0.1-0.9", cannot_stack=true },
		["damaged-level-enchanted-diamond-hoe"] = { "item", id="diamond-hoe", title="Damaged Enchanted Diamond Hoe", link="Hoe", note="enchant-with-levels-30-50", note1="damaged-0.8-1.0", cannot_stack=true },
		["level-enchanted-diamond-leggings-3"]  = { "item", id="diamond-leggings", title="Enchanted Diamond Leggings", link="Armor", note="enchant-with-levels-30-50", cannot_stack=true, plural=false},

		["empty"]						= { "block", id="air", link='', title='Nothing', plural=false, note="nothing" },

		-- Items for bonus-barrel from Java Edition 3D Shareware v1.34

		["level-enchanted-bow"]                 = { "item", id="bow", title="Enchanted Bow", link="Bow", note="enchant-with-levels-1-30-no-treasure", cannot_stack=true },
		["random-effect-arrow"]					= { "item", id="bow", title="Arrow", link="Arrow", note="random-effect-arrow" },
		["random-effect-tipped-arrow"]			= { "item", id="tipped-arrow", title="Random Tipped Arrow", link="Arrow", note="random-effect" },
		["random-effect-potion"]				= { "item", id="potion", title="Random Potion", link="Arrow", note="random-effect" },
		["random-effect-splash-potion"]			= { "item", id="splash-potion", title="Random Splash Potion", link="Arrow", note="random-effect" },
		["random-effect-lingering-potion"]		= { "item", id="lingering-potion", title="Random Lingering Potion", link="Arrow", note="random-effect" },
		["level-enchanted-leather-tunic"]		= { "item", id="leather-tunic", title="Enchanted Leather Tunic", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-leather-boots"]		= { "item", id="leather-boots", title="Enchanted Leather Boots", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-leather-cap"]			= { "item", id="leather-cap", title="Enchanted Leather Cap", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-leather-pants"]		= { "item", id="leather-pants", title="Enchanted Leather Pants", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-iron-chestplate-2"]		= { "item", id="iron-chestplate", title="Enchanted Iron Chestplate", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-iron-boots-2"]			= { "item", id="iron-boots", title="Enchanted Iron Boots", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-iron-helmet-2"]			= { "item", id="iron-helmet", title="Enchanted Iron Helmet", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-iron-leggings-2"]		= { "item", id="iron-leggings", title="Enchanted Iron Leggings", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-diamond-chestplate-2"]	= { "item", id="diamond-chestplate", title="Enchanted Diamond Chestplate", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-diamond-boots-2"]		= { "item", id="diamond-boots", title="Enchanted Diamond Boots", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-diamond-helmet-2"]		= { "item", id="diamond-helmet", title="Enchanted Diamond Helmet", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-diamond-leggings-2"]	= { "item", id="diamond-leggings", title="Enchanted Diamond Leggings", link="Armor", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-stone-sword"]	= { "item", id="stone-sword", title="Enchanted Stone Sword", link="Sword", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-iron-sword-2"]	= { "item", id="iron-sword", title="Enchanted Iron Sword", link="Sword", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["level-enchanted-diamond-sword-2"]	= { "item", id="diamond-sword", title="Enchanted Diamond Sword", link="Sword", note="enchant-with-levels-5-10-no-treasure", cannot_stack=true },
		["random-enchanted-crossbow"] = { "item", id="crossbow", title="BFC9000", link="Crossbow", note="enchant-randomly-multishot", cannot_stack=true },
		["blue-key"] = { "item" },
		["yellow-key"] = { "item" },
		["red-key"] = { "item" },
	}
Advertisement