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_...
A list of all Minecraft Material IDs. Materials are items that are used in crafting recipes, and can usually be harvested.
A searchable Minecraft ID list, containing all item and block IDs from the latest version of Minecraft (1.18) and lower versions (1.17, 1.16, 1.15, 1.14, 1.13, 1.12, 1.8, etc).
ItemSwapper 插件是一款专为 Minecraft 服务器设计的插件,它允许玩家和服务器管理员通过简单的指令交换、替换或变更物品栏中的物品。这个插件特别适用于需要快速更换装备、物品或工具的场景,如迷你游戏、冒险模式或者是任何需要快速应对不同情况的活动。 ItemSwapper 主要特性: ...
to:@minecraft/server.Vector3 The world location of the opposite corner of a bounding volume Notes: This function can't be called in read-only mode. This function can throw errors. writeToWorld writeToWorld(location: minecraftserver.Vector3, options?: ClipboardWriteOptions): boolean ...
{ "format_version": "1.21.30", "minecraft:item": { "description": { "identifier": "minecraft:bundle" }, "components": { "minecraft:icon": { "textures": { "default": "bundle" } }, "minecraft:max_stack_size": 1, "minecraft:storage_item": { "max_slot...
minecraft:digger allows a creator to determine how quickly an item can dig specific blocks.Parameters展開資料表 NameDefault ValueTypeDescription destroy_speeds not set Array A list of blocks to dig, with correlating speeds of digging. use_efficiency not set Boolean Determines whether the...
通过继承来处理Item的多样性,通过科学合理的基类和多态来避免各种的if,else语句,最后再加上各种回调,整个世界都干净了。 要添加新的Item,只要在继承好对应的基类,然后override对应的方法就可以了。 如社区发表内容存在侵权行为,您可以点击这里查看侵权投诉指引 标签: ListStack多态 1...
Quick, Easy, Interactive 3D/2D Renders of Minecraft minecraftskinguiblockrenderitem UpdatedNov 8, 2023 JavaScript BeepIsla/csgo-nametag-tool Star106 Bypass client side restrictions for name tags clientcsgoitemgunnameglitchedname-tag UpdatedJul 16, 2024 ...
在环境创建完成的基础上,就可以开始创建模组了!本文将叙述如何创建一个Item,即Minecraft 中的掉落物。 1. 编辑 mods.toml 文件 首先需要在IntelliJ IDEA中载入项目,找到 src\main\resources\META-INF\mods.toml 文件。该文件包含了这个 Mod 的一些基本信息。 需要修改的以下的一些信息: ...