Files
minecraft-bedrock-json-schemas/source/resource/attachables/1.8.0/attachables.json
2021-06-09 11:12:18 +02:00

176 lines
7.9 KiB
JSON

{
"$id": "blockception.minecraft.resource.1.8.0.attachables",
"type": "object",
"title": "Actor Animation 1.8.0",
"description": "UNDOCUMENTATED",
"required": ["format_version", "minecraft:attachable"],
"properties": {
"format_version": {
"title": "1.8.0 Format Version",
"type": "string",
"pattern": "^1.8.0$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},
"minecraft:attachable": {
"type": "object",
"title": "Attachables",
"description": "The attachables definition for 1.8.0",
"required": ["description"],
"properties": {
"description": {
"additionalProperties": false,
"title": "Description",
"description": "UNDOCUMENTATED: description",
"type": "object",
"required": ["identifier", "geometry"],
"properties": {
"animations": {
"description": "The connecting of animations in animations controllers with the actuall animations, names should corosponds",
"title": "Animations",
"type": "object",
"minProperties": 1,
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animation" }
},
"animation_controllers": {
"type": "array",
"minItems": 1,
"description": "UNDOCUMENTATED: animation controllers",
"title": "Animation Controllers",
"items": {
"type": "object",
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animation Controller" },
"description": "UNDOCUMENTATED: animation controllers",
"title": "Animation Controllers"
}
},
"enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" },
"geometry": {
"title": "Geometry",
"type": "object",
"minProperties": 1,
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Geometry" },
"description": "UNDOCUMENTATED: geometry"
},
"identifier": {
"type": "string",
"description": "UNDOCUMENTATED: identifier",
"title": "Identifier",
"$ref": "../../../general/item/identifier.json"
},
"item": {
"type": "object",
"title": "Item",
"description": "UNDOCUMENTATED",
"additionalProperties": { "type": "string", "title": "Item", "description": "UNDOCUMENTATED" }
},
"materials": {
"type": "object",
"description": "UNDOCUMENTATED: materials",
"title": "Materials",
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Material" }
},
"min_engine_version": {
"type": "string",
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
"description": "UNDOCUMENTATED: min engine version",
"title": "Min Engine Version"
},
"particle_effects": {
"type": "object",
"minProperties": 1,
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Particle Effects" },
"description": "UNDOCUMENTATED: particle effects",
"title": "Particle Effects"
},
"particle_emitters": {
"type": "object",
"minProperties": 1,
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Particle Emitter" },
"description": "UNDOCUMENTATED: particle emitters",
"title": "Particle Emitters"
},
"render_controllers": {
"type": "array",
"description": "UNDOCUMENTATED: render controllers",
"title": "Render Controllers",
"minItems": 1,
"items": { "type": "string", "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers" }
},
"sound_effects": {
"type": "array",
"description": "UNDOCUMENTATED: sound effects",
"title": "Sound Effects",
"minItems": 1,
"items": { "type": "string", "description": "UNDOCUMENTATED: sound effects", "title": "Sound Effects" }
},
"spawn_egg": {
"type": "object",
"description": "UNDOCUMENTATED: spawn egg",
"title": "Spawn Egg",
"dependencies": {
"texture": ["texture_index"],
"texture_index": ["texture"],
"base_colour": ["overlay_color"],
"overlay_color": ["base_colour"]
},
"properties": {
"base_colour": { "type": "string", "description": "UNDOCUMENTATED: base colour", "title": "Base Colour" },
"overlay_color": { "type": "string", "description": "UNDOCUMENTATED: overlay color", "title": "Overlay Color" },
"texture": { "type": "string", "description": "UNDOCUMENTATED: texture", "title": "Texture" },
"texture_index": { "type": "integer", "description": "UNDOCUMENTATED: texture index", "title": "Texture Index" }
}
},
"scripts": {
"type": "object",
"description": "UNDOCUMENTATED: scripts",
"title": "Scripts",
"properties": {
"pre_animation": {
"type": "array",
"items": {
"pattern": ";$",
"$ref": "../../../molang/number.json",
"description": "UNDOCUMENTATED: pre aninamtion",
"title": "Pre Animation"
},
"description": "UNDOCUMENTATED: pre aninamtion",
"title": "Pre Animation"
},
"scale": { "type": "string", "description": "UNDOCUMENTATED: scale", "title": "Scale" },
"animate": {
"type": "array",
"title": "Animate",
"items": {
"oneOf": [
{ "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "Animate" },
{
"type": "object",
"minProperties": 1,
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animate" },
"description": "UNDOCUMENTATED: oneOf[1]",
"title": "Animate"
}
],
"description": "UNDOCUMENTATED: animate",
"title": "Animate"
},
"description": "UNDOCUMENTATED: animate"
},
"parent_setup": { "$ref": "../../../molang/number.json" }
}
},
"textures": {
"type": "object",
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Textures" },
"description": "UNDOCUMENTATED: textures",
"title": "Textures"
}
}
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}