UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

25 lines 793 B
{ "fields": [ { "id": "on_hurt_entity", "title": "on_hurt_entity", "description": "Trigger for letting you know when this item is used to hurt another mob", "dataType": 16 }, { "id": "on_not_hurt_entity", "title": "on_not_hurt_entity", "description": "Trigger for letting you know when this item hit another actor, but didn't do damage", "dataType": 16 }, { "id": "on_hit_block", "title": "on_hit_block", "description": "Trigger for letting you know when this item is used to hit a block", "dataType": 16 } ], "isDeprecated": true, "description": "Weapon Item Component. Added to every weapon item such as axe, sword, trident, bow, crossbow.", "title": "Weapon" }