Search an interactive list of Minecraft blocks, items, mobs, entities, potions, ids and data values.
Listed below are the available Items for use in Minecraft: Bedrock Edition.ملاحظة To learn more about how Items function in Minecraft: Bedrock Edition, please take a look at the Item JSON DocumentationList of Itemsتوسيع الجدول ...
查找方法:先在.minecraft\assets\index\1.18.json中查找minecraft/lang/zh_cn.json,然后根据hash在.minecraft\assets\objects里面找对应的文件。 比如这里是9fabbc798786c7b7364902b31bdb37c2c037e9b8,那么它就在9f文件夹中。找到后用文本编辑器打开,里面都是unicode编码,直接copy到浏览器F12控制台就能看到,这里转换了...
Gold Ingot Gold Nuggets Gold is used in several crafting recipes, e.g. tools and armors. Iron Bars Iron Ingots Similar to fences. They are only counted as 1 block high, instead of 1.5 blocks. Item Frame Sticks + Leather Used as decoration. Blocks or items can be placed inside the frame...
A list of all Minecraft Material IDs. Materials are items that are used in crafting recipes, and can usually be harvested.
Minecraft furnace recipes list. A guide to Minecraft smelting. Update – Important The smelting guide has been moved to new site, which is updated to latest version of Minecraft. Visit: www.minecraftcraftingguide.net for latest recipes.List of furnace recipes...
Most patterns are created by arranging dyes in certain ways around a banner on a crafting tableAdditional patterns: creeper, skull & crossbones, brick, flower, curly border and Mojang logo - making these without dyes will result in a black pattern, use dyes to get different colors (items: ...
protectedvoidonCrafting(ItemStackstack){ if(this.amountCrafted>0){ stack.onCrafting(this.player.getEntityWorld(),this.player,this.amountCrafted); } this.amountCrafted=0; } 代码示例来源:origin: SleepyTrousers/EnderIO @Override protectedvoidonCrafting(@NonnullItemStackstack){ ...
Crafting four Pottery Shards together will create a Decorated Pot with a picture on each side 将四片饰纹陶罐组合在一起,可以制作四面绘有图案的饰纹陶罐 Brick items can be used instead of Pottery Shards in the Decorated Pot recipe 红砖也可在饰纹陶罐的配方中取代陶罐碎片被使用 The sides that wer...
protected void onCrafting(@Nonnull ItemStack stack) { if (amountCrafted > 0) { stack.onCrafting(player.world, player, amountCrafted); net.minecraftforge.fml.common.FMLCommonHandler.instance().firePlayerCraftingEvent(player, stack, craftMatrix); } amountCrafted = 0; // InventoryCraftResult invento...