@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
60 lines • 1.61 kB
JSON
{
"fields": [
{
"id": "value",
"title": "Value",
"description": "Flying speed in blocks per tick.",
"defaultValue": 0.02,
"dataType": 3,
"samples": {
"/vanilla/behavior_pack/entities/allay.json": [
{
"path": "/minecraft:entity/components/minecraft:flying_speed/",
"content": 0.1
}
],
"/vanilla/behavior_pack/entities/bee.json": [
{
"path": "/minecraft:entity/components/minecraft:flying_speed/",
"content": 0.15
}
],
"/vanilla/behavior_pack/entities/ender_dragon.json": [
{
"path": "/minecraft:entity/components/minecraft:flying_speed/",
"content": 0.6
}
]
}
}
],
"description": "Speed in Blocks that this entity flies at.",
"title": "Flying Speed",
"samples": {
"/vanilla/behavior_pack/entities/allay.json": [
{
"path": "/minecraft:entity/components/minecraft:flying_speed/",
"content": {
"value": 0.1
}
}
],
"/vanilla/behavior_pack/entities/bee.json": [
{
"path": "/minecraft:entity/components/minecraft:flying_speed/",
"content": {
"value": 0.15
}
}
],
"/vanilla/behavior_pack/entities/ender_dragon.json": [
{
"path": "/minecraft:entity/components/minecraft:flying_speed/",
"content": {
"value": 0.6
}
}
]
},
"id": "minecraft:flying_speed"
}