@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
14 lines • 406 B
JSON
{
"id": "set_property",
"title": "Set Entity Property",
"description": "Sets the value of an entity property. The property must be defined in the 'properties' section of the file. ",
"fields": [],
"samples": {
"samples": [
{
"path": "Example:",
"content": "\t\t\"set_property\": {\r\n\t\t\t\"minecraft:has_nectar\": false\r\n\t\t}\r\n\t"
}
]
}
}