Module:LootChest/items - minecraft.fandom.com

Jump to navigation Jump to search
Treść tej podstrony pochodzi z artykułu „Module:LootChest/items” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
[create | history | purge]Documentation
This module has no documentation. If you know how to use this module, please create it.
-- 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" },
	["amethyst-shard"]			= { "item" },
	["angler-pottery-sherd"]	= { "item", link="Pottery Sherd" },
	["ancient-debris"]			= { "block", plural=false },
	["ancient-debris-2"]		= { "block", id="ancient-debris", title="Ancient Debris", link="Ancient Debris", plural=false },
	["apple"]					= { "item" },
	["archer-pottery-sherd"]	= { "item", link="Pottery Sherd" },
	["arms-up-pottery-sherd"]	= { "item", link="Pottery Sherd" },
	["arrow"]					= { "item" },
	["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" },
	["birch-log"]				= { "block", link="Log" },
	["birch-sapling"]			= { "block", link="Sapling" },
	["black-wool"]				= { "block", link="Wool", plural=false },
	["blade-pottery-sherd"]		= { "item", link="Pottery Sherd" },
	["block-of-gold"]			= { "block", title="Block of Gold", link="Block of Gold", plural="blocks of gold" },
	["block-of-iron"]			= { "block", title="Block of Iron", link="Block of Iron", plural="blocks of iron" },
	["block-of-emerald"]		= { "block", title="Block of Emerald", link="Block of Emerald", plural="blocks of emerald" },
	["block-of-diamond"]		= { "block", title="Block of Diamond", link="Block of Diamond", plural="blocks of diamond" },
	["blue-dye"]				= { "item", link="Dye", plural=false },
	["blue-stained-glass-pane"]	= { "block", link="Glass Pane" },
	["blue-ice"]				= { "block", plural=false },
	["bone"]					= { "item" },
	["bone-block"]				= { "block" },
	["book"]					= { "item" },
	["book-and-quill"]			= { "item", plural=false, title="Book and Quill" },
	["bottle-o'-enchanting"]	= { "item", title="Bottle o' Enchanting", plural="bottles o' enchanting" },
	["bread"]					= { "item", plural=false },
	["brewer-pottery-sherd"]	= { "item", link="Pottery Sherd" },
	["brick"]					= { "item" },
	["brown-candle"]			= { "item", link="Candle" },
	["brown-mushroom"]			= { "block", link="Mushroom" },
	["brown-wool"]				= { "block", link="Wool", plural=false },
	["bucket"]					= { "item" },
	["bundle"]					= { "item" },
	["buried-treasure-map"]		= { "item", link="Explorer Map" },
	["burn-pottery-sherd"]		= { "item", link="Pottery Sherd" },
	["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 },
	["clay-ball"]				= { "item", link="Clay Ball", plural=false },
	["clay"]					= { "block", plural=false },
	["clock"]					= { "item" },
	["coal"]					= { "item", plural=false },
	["cocoa-beans"]				= { "item", plural=false },
	["cooked-beef"]				= { "item", title="Steak", link="Steak", plural=false },
	["cooked-chicken"]			= { "item", plural=false },
	["cooked-cod"]				= { "item", plural=false },
	["cooked-porkchop"]			= { "item" },
	["cooked-salmon"]			= { "item", plural=false },
	["compass"]					= { "item" },
	["copper-horse-armor"]		= { "item", link="Horse Armor", cannot_stack=true, plural=false },
	["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" },
	["danger-pottery-sherd"]	= { "item", link="Pottery Sherd" },
	["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 },
	["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="Disc Fragment (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 },
	["disc-relic"]				= { "item", id="music-disc-relic", title="Music Disc (Relic)", link="Music Disc", cannot_stack=true, plural=false },
	["disc-creator"]			= { "item", id="music-disc-creator", title="Music Disc (Creator)", link="Music Disc", cannot_stack=true, plural=false },
	["disc-creator-music-box"]	= { "item", id="music-disc-creator-music-box", title="Music Disc (Creator (Music Box))", link="Music Disc", cannot_stack=true, plural=false },
	["disc-precipice"]			= { "item", id="music-disc-precipice", title="Music Disc (Precipice)", link="Music Disc", cannot_stack=true, plural=false },
	["echo-shard"]				= { "item" },
	["egg"]						= { "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-efficiency"]	= { "item", id="enchanted-book", title="Enchanted Book", link="Enchanted Book", cannot_stack=true, note="enchant-randomly-efficiency" },
	["enchanted-book-rnd-mending"]		= { "item", id="enchanted-book", title="Enchanted Book", link="Enchanted Book", cannot_stack=true, note="enchant-randomly-mending" },
	["enchanted-book-rnd-quick-charge"]	= { "item", id="enchanted-book", title="Enchanted Book", link="Enchanted Book", cannot_stack=true, note="enchant-randomly-quick-charge" },
	["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-book-rnd-unbreaking"]	= { "item", id="enchanted-book", title="Enchanted Book", link="Enchanted Book", cannot_stack=true, note="enchant-randomly-unbreaking" },
	["enchanted-book-rnd-trial-chambers"]	= { "item", id="enchanted-book", title="Enchanted Book", link="Enchanted Book", note="enchant-randomly-trial-chambers", cannot_stack=true },
	["enchanted-book-rnd-trial-chambers-2"]	= { "item", id="enchanted-book", title="Enchanted Book", link="Enchanted Book", note="enchant-randomly-trial-chambers-2", cannot_stack=true },
	["enchanted-book-rnd-mending-trident"]	= { "item", id="enchanted-book", title="Enchanted Book", link="Enchanted Book", note="enchant-randomly-trident", cannot_stack=true },
	["enchanted-book-rnd-breach-density"]	= { "item", id="enchanted-book", title="Enchanted Book", link="Enchanted Book", note="enchant-randomly-breach-density", cannot_stack=true },
	["enchanted-book-rnd-wind-burst"]	= { "item", id="enchanted-book", title="Enchanted Book", link="Enchanted Book", note="enchant-randomly-wind-burst", cannot_stack=true },
	["enchanted-fishing-rod"]	= { "item", id="fishing-rod", link="Fishing Rod", cannot_stack=true, note="enchant-randomly" },
	["enchanted-golden-apple"]	= { "item" },
	["ender-pearl"]				= { "item" },
	["explorer-pottery-sherd"]	= { "item", link="Pottery Sherd" },
	["feather"]					= { "item" },
	["fern"]					= { "block", link="Grass" },
	["fire-charge"]				= { "item" },
	["flint"]					= { "item", plural=false },
	["flint-and-steel"]			= { "item", cannot_stack=true, plural=false },
	["flower-pot"]				= { "item" },
	["friend-pottery-sherd"]	= { "item", link="Pottery Sherd" },
	["furnace"]					= { "block" },
	["gilded-blackstone"]		= { "block", plural=false },
	["glistering-melon-slice"]	= { "item" },
	["glowstone"]				= { "block" },
	["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" },
	["gray-wool"]				= { "block", link="Wool", plural=false },
	["green-candle"]			= { "item", 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-sherd"]		= { "item", link="Pottery Sherd" },
	["heartbreak-pottery-sherd"]			= { "item", link="Pottery Sherd" },
	["host-armor-trim-smithing-template"]	= { "item", link="Smithing Template" },
	["howl-pottery-sherd"]		= { "item", link="Pottery Sherd" },
	["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" },
	["lapis-lazuli"]			= { "item", plural=false },
	["large-fern"]				= { "block", link="Grass" },
	["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" },
	["lodestone"]						= { "block" },
	["magenta-stained-glass-pane"]		= { "block", link="Glass Pane" },
	["melon-seeds"]				= { "item", plural=false },
	["magma-cream"]				= { "item", plural=false },
	["magma-block"]				= { "block" },
	["mangrove-log"]			= { "block", link="Log" },
	["miner-pottery-sherd"]		= { "item", link="Pottery Sherd" },
	["moss-block"]				= { "block" },
	["mourner-pottery-sherd"]	= { "item", link="Pottery Sherd" },
	["name-tag"]				= { "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", id="oak-wood-planks", link="Planks", plural=false },
	["oak-sapling"]				= { "block", link="Sapling" },
	["oak-sign"]				= { "item", link="Sign" },
	["obsidian"]				= { "block", plural=false },
	["orange-dye"]				= { "item", link="Dye", plural=false },
	["packed-ice"]				= { "block" },
	["paper"]					= { "item", plural=false },
	["pink-stained-glass-pane"]	= { "block", link="Glass Pane" },
	["plenty-pottery-sherd"]	= { "item", link="Pottery Sherd" },
	["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-strength"]		= { "item", link="Potion", title="Potion of Strength", plural=false, preserve_case=true },
	["potion-of-swiftness"]		= { "item", link="Potion", title="Potion of Swiftness", plural=false, preserve_case=true },
	["potion-of-water-breathing"] = { "item", link="Potion", title="Potion of Water Breathing", plural=false, preserve_case=true },
	["powered-rail"]			= { "block", title="Powered Rail", plural=false },
	["prismarine-crystals"]		= { "item", plural=false },
	["prize-pottery-sherd"]		= { "item", link="Pottery Sherd" },
	["pumpkin"]					= { "block" },
	["pumpkin-pie"]				= { "item", plural=false },
	["pumpkin-seeds"]			= { "item", plural=false },
	["purple-candle"]			= { "item", link="Candle" },
	["purple-stained-glass-pane"] = { "block", link="Glass Pane" },
	["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"]				= { "item", link="Candle" },
	["red-stained-glass-pane"]	= { "block", link="Glass Pane" },
	["redstone"]				= { "item", id="redstone-dust", title="Redstone Dust", plural=false },
	["resin-clump"]				= { "item" },
	["resin-brick"]				= { "item" },
	["rotten-flesh"]			= { "item", plural=false },
	["saddle"]					= { "item", cannot_stack=true },
	["sand"]					= { "block", plural=false },
	["sculk"]					= { "block" },
	["sculk-catalyst"]			= { "block" },
	["sculk-sensor"]			= { "block" },
	["shaper-armor-trim-smithing-template"] = { "item", link="Smithing Template" },
	["sheaf-pottery-sherd"]		= { "item", link="Pottery Sherd" },
	["shears"]					= { "item", plural=false, cannot_stack=true },
	["shelter-pottery-sherd"]	= { "item", link="Pottery Sherd" },
	["short-grass"]				= { "block", link="Grass", plural=false },
	["skull-pottery-sherd"]		= { "item", link="Pottery Sherd" },
	["smooth-stone"]			= { "block", plural=false },
	["sniffer-egg"]				= { "block" },
	["snort-pottery-sherd"]		= { "item", link="Pottery Sherd" },
	["snowball"]				= { "item", link="Snowball" },
	["snow-block"]				= { "block", link="Snow Block" },
	["snout-banner-pattern"]	= { "item", link="Banner Pattern", cannot_stack=true },
	["soul-sand"]				= { "block" },
	["soul-torch"]				= { "block", link="Torch" },
	["spectral-arrow"]			= { "item" },
	["spider-eye"]				= { "item" },
	["spruce-hanging-sign"]		= { "block", link="Hanging Sign" },
	["spruce-log"]				= { "block", link="Log" },
	["spruce-sapling"]			= { "block", link="Sapling" },
	["spruce-sign"]				= { "item", link="Sign" },
	["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 },
	["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", link="Grass", plural=false },
	["tnt"]						= { "block", title="TNT", plural=false, preserve_case=true },
	["torch"]					= { "block" },
	["tripwire-hook"]			= { "block" },
	["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-wool"]				= { "block", link="Wool", plural=false },
	["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" },
	["heavy-core"]				= { "block" },
	["flow-banner-pattern"]		= { "item", link="Banner Pattern", cannot_stack=true },
	["guster-banner-pattern"]	= { "item", link="Banner Pattern", cannot_stack=true },
	["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" },
	["silence-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" },
	["bolt-armor-trim-smithing-template"]	= { "item", link="Smithing Template" },
	["flow-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-chestplate-0-10"]= { "item", id="iron-chestplate", title="Enchanted Iron Chestplate", link="Armor", note="enchant-with-levels-0-10", 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 },
	["damaged-random-enchanted-diamond-axe"]		= { "item", id="diamond-axe", title="Enchanted Diamond Axe", link="Axe", note="enchant-randomly", note1="damaged-0.4-0.9", cannot_stack=true },
	["damaged-random-enchanted-iron-axe"]			= { "item", id="iron-axe", title="Enchanted Iron Axe", link="Axe", note="enchant-randomly", note1="damaged-0.4-0.9", cannot_stack=true },
	["damaged-random-enchanted-diamond-pickaxe-2"]	= { "item", id="diamond-pickaxe", title="Enchanted Diamond Pickaxe", link="Pickaxe", note="enchant-randomly", note1="damaged-0.15-0.8", cannot_stack=true },
	["damaged-random-enchanted-golden-axe"]			= { "item", id="golden-axe", title="Damaged Enchanted Golden Axe", link="Axe", note="enchant-randomly", note1="damaged-0.15-0.8", cannot_stack=true },
	["damaged-random-enchanted-golden-pickaxe"]		= { "item", id="golden-pickaxe", title="Damaged Enchanted Golden Pickaxe", link="Pickaxe", note="enchant-randomly", note1="damaged-0.15-0.8", cannot_stack=true },
	["damaged-golden-axe"]							= { "item", id="golden-axe", title="Damaged Golden Axe", link="Axe", note="damaged-0.15-0.8", cannot_stack=true },
	["damaged-golden-pickaxe"]						= { "item", id="golden-pickaxe", title="Damaged Golden Pickaxe", link="Pickaxe", note="damaged-0.15-0.8", cannot_stack=true },
	["damaged-stone-axe"]							= { "item", id="stone-axe", title="Damaged Stone Axe", link="Axe", note="damaged-0.15-0.8", cannot_stack=true },
	["damaged-stone-pickaxe"]						= { "item", id="stone-pickaxe", title="Damaged Stone Pickaxe", link="Pickaxe", note="damaged-0.15-0.8", cannot_stack=true },
	["damaged-iron-axe"]							= { "item", id="iron-axe", title="Damaged Iron Axe", link="Axe", note="damaged-0.4-0.9", cannot_stack=true },
	["level-enchanted-diamond-chestplate-3"] = { "item", id="diamond-chestplate", title="Enchanted Diamond Chestplate", link="Armor", note="enchant-with-levels-5-15", cannot_stack=true },
	["level-enchanted-diamond-chestplate-4"] = { "item", id="diamond-chestplate", title="Enchanted Diamond Chestplate", link="Armor", note="enchant-with-levels-10-20", cannot_stack=true },
	["unknown-enchanted-diamond-chestplate"] = { "item", id="diamond-chestplate", title="Enchanted Diamond Chestplate", link="Armor", note="enchant-unknown", cannot_stack=true },
	["level-enchanted-crossbow"]			= { "item", id="crossbow", title="Enchanted Crossbow", link="Crossbow", note="enchant-with-levels-5-20", cannot_stack=true },
	["level-enchanted-diamond-axe"]			= { "item", id="diamond-axe", title="Enchanted Diamond Axe", link="Axe", note="enchant-with-levels-5-15", cannot_stack=true },
	["level-enchanted-diamond-axe-2"]		= { "item", id="diamond-axe", title="Enchanted Diamond Axe", link="Axe", note="enchant-with-levels-10-20", cannot_stack=true },
	["level-enchanted-iron-shovel-2"]		= { "item", id="iron-shovel", title="Enchanted Iron Shovel", link="Shovel", note="enchant-with-levels-10-20", cannot_stack=true },
	["unknown-enchanted-iron-shovel"]		= { "item", id="iron-shovel", title="Enchanted Iron Shovel", link="Shovel", note="enchant-unknown", cannot_stack=true },
	["level-enchanted-iron-pickaxe-2"]		= { "item", id="iron-pickaxe", title="Enchanted Iron Pickaxe", link="Pickaxe", note="enchant-with-levels-10-20", cannot_stack=true },
	["unknown-enchanted-iron-pickaxe"]		= { "item", id="iron-pickaxe", title="Enchanted Iron Pickaxe", link="Pickaxe", note="enchant-unknown", cannot_stack=true },
	["level-enchanted-iron-axe"]			= { "item", id="iron-axe", title="Enchanted Iron Axe", link="Axe", note="enchant-with-levels-5-15", cannot_stack=true },
	["level-enchanted-iron-helmet-3"]		= { "item", id="iron-helmet", title="Enchanted Iron Helmet", link="Armor", note="enchant-with-levels-10-20", cannot_stack=true },
	["unknown-enchanted-iron-helmet"]		= { "item", id="iron-helmet", title="Enchanted Iron Helmet", link="Armor", note="enchant-unknown", cannot_stack=true },
	["level-enchanted-iron-chestplate-3"]	= { "item", id="iron-chestplate", title="Enchanted Iron Chestplate", link="Armor", note="enchant-with-levels-5-15", cannot_stack=true },
	["level-enchanted-iron-leggings-3"]		= { "item", id="iron-leggings", title="Enchanted Iron Leggings", link="Armor", note="enchant-with-levels-10-20", cannot_stack=true },
	["unknown-enchanted-iron-leggings"]		= { "item", id="iron-leggings", title="Enchanted Iron Leggings", link="Armor", note="enchant-unknown", cannot_stack=true },
	["level-enchanted-iron-boots-3"]		= { "item", id="iron-boots", title="Enchanted Iron Boots", link="Armor", note="enchant-with-levels-10-20", cannot_stack=true },
	["damaged-shield"]						= { "item", id="shield", title="Damaged Shield", link="Shield", note="damaged-0.5-1.0", cannot_stack=true },
	["damaged-diamond-axe"]					= { "item", id="diamond-axe", title="Damaged Diamond Axe", link="Axe", note="damaged-0.1-0.5", cannot_stack=true },
	["damaged-diamond-pickaxe"]				= { "item", id="diamond-pickaxe", title="Damaged Diamond Pickaxe", link="Pickaxe", note="damaged-0.1-0.5", cannot_stack=true },
	["damaged-diamond-pickaxe-2"]			= { "item", id="diamond-pickaxe", title="Damaged Diamond Pickaxe", link="Pickaxe", note="damaged-0.15-0.8", cannot_stack=true },
	["tuff"]					= { "block" },
	["scaffolding"]				= { "block" },
	["bamboo-planks"]			= { "block", id="bamboo-wood-planks", link="Planks", plural=false },
	["bamboo-hanging-sign"]		= { "block", link="Hanging Sign" },
	["honeycomb"]				= { "item" },
	["honey-bottle"]			= { "item" },
	["trial-key"]				= { "item" },
	["ominous-trial-key"]		= { "item" },
	["ominous-bottle"]			= { "item", title="Ominous Bottle I - II", link="Ominous Bottle", note="ominous-bottle-0-1" },
	["ominous-bottle-2"]		= { "item", id="ominous-bottle", title="Ominous Bottle III - V", link="Ominous Bottle", note="ominous-bottle-2-4" },
	["wind-charge"]				= { "item" },
	["wind-charge-2"]			= { "item", id="wind-charge", title="Wind Charge", link="Wind Charge" },
	["bone-meal"]				= { "item" },
	["acacia-planks"]			= { "block", id="acacia-wood-planks", link="Planks", plural=false },
	["milk-bucket"]				= { "item" },
	["tipped-arrow-poison"]		= { "item", id="tipped-arrow-of-poison", title="Arrow of Poison", link="Tipped Arrow" },
	["tipped-arrow-slowness"]	= { "item", id="tipped-arrow-of-slowness", title="Arrow of Slowness", link="Tipped Arrow" },
	["tipped-arrow-strong-slowness"]	= { "item", id="tipped-arrow-of-slowness", title="Arrow of Slowness IV", link="Tipped Arrow" },
	["splash-potion-of-slowness"]		= { "item", id="splash-potion-of-slowness", title="Splash Potion of Slowness", preserve_case=true, link="Splash Potion" },
	["splash-potion-of-poison"]			= { "item", id="splash-potion-of-poison", title="Splash Potion of Poison", preserve_case=true, link="Splash Potion" },
	["splash-potion-of-weakness"]		= { "item", id="splash-potion-of-weakness", title="Splash Potion of Weakness", preserve_case=true, link="Splash Potion" },
	["lingering-potion-of-slowness"]	= { "item", id="lingering-potion-of-slowness", title="Lingering Potion of Slowness", preserve_case=true, link="Lingering Potion" },
	["lingering-potion-of-poison"]		= { "item", id="lingering-potion-of-poison", title="Lingering Potion of Poison", preserve_case=true, link="Lingering Potion" },
	["lingering-potion-of-weakness"]	= { "item", id="lingering-potion-of-weakness", title="Lingering Potion of Weakness", preserve_case=true, link="Lingering Potion" },
	["lingering-potion-of-healing"]		= { "item", id="lingering-potion-of-healing", title="Lingering Potion of Healing", preserve_case=true, link="Lingering Potion" },
	["trident"]			= { "item" },

	["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 },
	["level-enchanted-bow-2"]		= { "item", id="bow", title="Enchanted Bow", link="Bow", note="enchant-with-levels-5-15", 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" },
}