UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

27 lines 787 B
{ "fields": [ { "id": "value", "title": "value", "description": "Determines whether the item is rendered like a tool while in the player's hand.", "dataType": 1 } ], "scalarFieldUpgradeName": "value", "description": "The hand_equipped component determines if an item is rendered like a tool while it is in a player's hand.", "title": "Hand Equipped", "samples": { "/vanilla/behavior_pack/items/appleEnchanted.json": [ { "path": "/minecraft:item/components/minecraft:hand_equipped/", "content": false } ], "/vanilla/behavior_pack/items/breeze_rod.json": [ { "path": "/minecraft:item/components/minecraft:hand_equipped/", "content": true } ] } }