@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
30 lines • 884 B
JSON
{
"fields": [
{
"id": "0",
"title": "0",
"dataType": 2,
"samples": {
"/samples/lucky_block/version_1/behavior_packs/mike_luck/blocks/luckyblock.json": [
{
"path": "/minecraft:block/components/minecraft:custom_components/",
"content": "mike_luck:luckyblock_actions"
}
]
}
}
],
"description": "Sets an ordered list of custom component names which are bound in script to be executed upon a block event.",
"title": "Custom Components",
"samples": {
"/samples/lucky_block/version_1/behavior_packs/mike_luck/blocks/luckyblock.json": [
{
"path": "/minecraft:block/components/minecraft:custom_components/",
"content": [
"mike_luck:luckyblock_actions"
]
}
]
},
"id": "minecraft:custom_components"
}