@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
29 lines • 697 B
JSON
{
"fields": [
{
"id": "on_dig",
"title": "on_dig",
"description": "In format versions before 1.20.20, trigger for when you dig a block that matches this filter",
"dataType": 16
},
{
"id": "block",
"title": "block",
"description": "Block to be dug.",
"dataType": 16,
"subForm": {
"title": "Block",
"description": "Block",
"fields": []
}
},
{
"id": "speed",
"title": "speed",
"description": "Digging speed for the correlating block(s).",
"dataType": 0
}
],
"description": "DiggerLegacyBlockInfo",
"title": "DiggerLegacyBlockInfo"
}