UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

139 lines 4.24 kB
{ "fields": [ { "id": "value", "title": "Value", "description": "The ID of the skin. By convention, 0 is the ID of the base skin.", "defaultValue": 0, "dataType": 0, "samples": { "/vanilla/behavior_pack/entities/villager_v2.json": [ { "path": "/minecraft:entity/component_groups/villager_skin_1/minecraft:skin_id/", "content": 1 }, { "path": "/minecraft:entity/component_groups/villager_skin_2/minecraft:skin_id/", "content": 2 }, { "path": "/minecraft:entity/component_groups/villager_skin_3/minecraft:skin_id/", "content": 3 }, { "path": "/minecraft:entity/component_groups/villager_skin_4/minecraft:skin_id/", "content": 4 }, { "path": "/minecraft:entity/component_groups/villager_skin_5/minecraft:skin_id/", "content": 5 } ], "/vanilla/behavior_pack/entities/zombie_villager_v2.json": [ { "path": "/minecraft:entity/component_groups/villager_skin_1/minecraft:skin_id/", "content": 1 }, { "path": "/minecraft:entity/component_groups/villager_skin_2/minecraft:skin_id/", "content": 2 }, { "path": "/minecraft:entity/component_groups/villager_skin_3/minecraft:skin_id/", "content": 3 }, { "path": "/minecraft:entity/component_groups/villager_skin_4/minecraft:skin_id/", "content": 4 }, { "path": "/minecraft:entity/component_groups/villager_skin_5/minecraft:skin_id/", "content": 5 } ] } } ], "note": "Requires multiple texture sets to be set up for the entity.", "description": "Skin ID value. Can be used to differentiate skins, such as base skins for villagers.", "title": "Skin Id", "samples": { "/vanilla/behavior_pack/entities/villager_v2.json": [ { "path": "/minecraft:entity/component_groups/villager_skin_0/minecraft:skin_id/", "content": { "value": 0 } }, { "path": "/minecraft:entity/component_groups/villager_skin_1/minecraft:skin_id/", "content": { "value": 1 } }, { "path": "/minecraft:entity/component_groups/villager_skin_2/minecraft:skin_id/", "content": { "value": 2 } }, { "path": "/minecraft:entity/component_groups/villager_skin_3/minecraft:skin_id/", "content": { "value": 3 } }, { "path": "/minecraft:entity/component_groups/villager_skin_4/minecraft:skin_id/", "content": { "value": 4 } }, { "path": "/minecraft:entity/component_groups/villager_skin_5/minecraft:skin_id/", "content": { "value": 5 } } ], "/vanilla/behavior_pack/entities/zombie_villager_v2.json": [ { "path": "/minecraft:entity/component_groups/villager_skin_0/minecraft:skin_id/", "content": { "value": 0 } }, { "path": "/minecraft:entity/component_groups/villager_skin_1/minecraft:skin_id/", "content": { "value": 1 } }, { "path": "/minecraft:entity/component_groups/villager_skin_2/minecraft:skin_id/", "content": { "value": 2 } }, { "path": "/minecraft:entity/component_groups/villager_skin_3/minecraft:skin_id/", "content": { "value": 3 } }, { "path": "/minecraft:entity/component_groups/villager_skin_4/minecraft:skin_id/", "content": { "value": 4 } }, { "path": "/minecraft:entity/component_groups/villager_skin_5/minecraft:skin_id/", "content": { "value": 5 } } ] }, "id": "minecraft:skin_id" }