@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
46 lines • 1.5 kB
JSON
{
"fields": [
{
"id": "priority",
"title": "Priority",
"hideSamples": true,
"description": "As priority approaches 0, the priority is increased. The higher the priority, the sooner this behavior will be executed as a goal.",
"dataType": 0,
"samples": {
"/vanilla/behavior_pack/entities/villager_v2.json": [
{
"path": "/minecraft:entity/component_groups/make_and_receive_love/minecraft:behavior.receive_love/",
"content": 6
}
],
"/vanilla/behavior_pack/entities/villager.json": [
{
"path": "/minecraft:entity/component_groups/adult/minecraft:behavior.receive_love/",
"content": 7
}
]
}
}
],
"description": "Allows the villager to stop so another villager can breed with it. Can only be used by a Villager.",
"title": "Receive Love Behavior",
"samples": {
"/vanilla/behavior_pack/entities/villager_v2.json": [
{
"path": "/minecraft:entity/component_groups/make_and_receive_love/minecraft:behavior.receive_love/",
"content": {
"priority": 6
}
}
],
"/vanilla/behavior_pack/entities/villager.json": [
{
"path": "/minecraft:entity/component_groups/adult/minecraft:behavior.receive_love/",
"content": {
"priority": 7
}
}
]
},
"id": "minecraft:behavior.receive_love"
}