@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
23 lines • 522 B
JSON
{
"fields": [
{
"id": "value",
"title": "value",
"description": "Specifies how much extra damage the item does, must be a positive number.",
"dataType": 0
}
],
"scalarFieldUpgradeName": "value",
"samples": {
"sample": [
{
"path": "sample",
"content": {
"minecraft:damage": 2
}
}
]
},
"description": "The damage component determines how much extra damage the item does on attack.",
"title": "Damage"
}