UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

52 lines 1.43 kB
{ "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/glow_squid.json": [ { "path": "/minecraft:entity/components/minecraft:behavior.squid_flee/", "content": 2 } ], "/vanilla/behavior_pack/entities/squid.json": [ { "path": "/minecraft:entity/components/minecraft:behavior.squid_flee/", "content": 2 } ] } } ], "restrictions": [ { "id": "minecraft:squid", "type": "entity_type" } ], "description": "Allows the squid to swim away.", "title": "Squid Flee Behavior", "samples": { "/vanilla/behavior_pack/entities/glow_squid.json": [ { "path": "/minecraft:entity/components/minecraft:behavior.squid_flee/", "content": { "priority": 2 } } ], "/vanilla/behavior_pack/entities/squid.json": [ { "path": "/minecraft:entity/components/minecraft:behavior.squid_flee/", "content": { "priority": 2 } } ] }, "id": "minecraft:behavior.squid_flee" }