In Minecraft, an enchanted book has the following Name, ID and DataValue: ItemDescription(Minecraft ID Name)Data ValueStack SizePlatformVersion(s) Enchanted Book(minecraft:enchanted_book) 0 1 Java 1.8 - 1.12 Enchanted Book(minecraft:enchanted_book) 1 Java 1.13 - 1.21.1Definitions...
Written Book(minecraft:written_book) 388 Emerald(minecraft:emerald) 389 Item Frame(minecraft:item_frame) 390 Flower Pot(minecraft:flower_pot) 391 Carrot(minecraft:carrot) 392 Potato(minecraft:potato) 393 Baked Potato(minecraft:baked_potato) 394 Poisonous Potato(minecraft:poisonous_potato) 395 Empty ...
All blocks in Minecraft have an Item ID that is used by the game engine to evaluate interactions and by the rendering engine to create the players' views of the world. The full list of IDs can be found below.
minecraft:written_book 387 minecraft:emerald 388 minecraft:map 395 minecraft:nether_star 399 Firework Rocket minecraft:firework_rocket minecraft:fireworks 401 Firework Star minecraft:firework_star minecraft:firework_charge 402 minecraft:enchanted_book ...
Enchanted Book 附魔书 Enchanted Golden Apple 附魔金苹果 End Crystal 末地水晶 Ender Pearl 末影珍珠 Explorer Map 探险家地图 Eye of Ender 末影之眼 Feather 羽毛 Fermented Spider Eye 发酵蛛眼 Filled Bundle 收纳袋 Filled Map 地图 Fire Charge 火焰弹 Firework Loaded Crossbow 装填烟花的弩 Firework Rocket...
This Minecraft tutorial explains how to craft a book with screenshots and step-by-step instructions. In Minecraft, a book is an important basic item in your inventory. Books can be used to make enchanted books or bookshelves. Let's explore how to make a
To learn more about how Items function in Minecraft: Bedrock Edition, please take a look at the Item JSON DocumentationList of Items展开表 IDNameAux Values (if applicable) 383 acacia_boat -140 acacia_button 658 acacia_chest_boat 567 acacia_door -812 acacia_double_slab -575 acacia_...
{"type":"item","name":"minecraft:enchanted_book","weight":2,"functions":[{"function":"set_nbt","tag":"{StoredEnchantments:[{lvl:3s,id:35s}]}"}]},{"type":"item","name":"minecraft:iron_pickaxe","weight":3,"functions":[{"function":"enchant_with_levels","treasure":false,"...
S:droppedItemIDsInfernal=diamond-0-3,diamond_sword,diamond_shovel,diamond_pickaxe,diamond_axe,diamond_hoe,chainmail_helmet,chainmail_chestplate,chainmail_leggings,chainmail_boots,diamond_helmet,diamond_chestplate,diamond_leggings,diamond_boots,ender_pearl,enchanted_book S:droppedItemIDsUltra=bow,iron_hoe,cha...
ItemEnchantedBook.getEnchantments(target) : target.getEnchantmentTagList(); for (int i = 0; i < enchantments.tagCount(); ++i) { NBTTagCompound tag = enchantments.getCompoundTagAt(i); Enchantment itemEnchant = Enchantment.getEnchantmentByID(tag.getShort("id")); if (itemEnchant == enchantment...