{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.resource.entity1.8.0", "type": "object", "title": "Resourcepack Actor Animation 1.8.0", "description": "TODO description", "additionalProperties": false, "required": ["format_version", "minecraft:client_entity"], "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:client_entity": { "type": "object", "additionalProperties": false, "title": "Client Entity", "description": "The entity description for clientside rendering, animations and models", "properties": { "description": { "additionalProperties": false, "title": "Description", "description": "TODO description: description", "type": "object", "required": ["identifier"], "properties": { "animations": { "description": "The connecting of animations in animations controllers with the actuall animations, names should corosponds", "title": "Animations Schema", "type": "object", "minProperties": 1, "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" } }, "animation_controllers": { "type": "array", "minItems": 1, "description": "TODO description: animation controllers", "title": "Animation Controllers", "items": { "type": "object", "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, "description": "TODO description: animation controllers", "title": "Animation Controllers" } }, "enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" }, "geometry": { "title": "Geometry", "type": "object", "minProperties": 1, "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, "description": "TODO description: geometry" }, "identifier": { "type": "string", "description": "TODO description: identifier", "title": "Identifier", "$ref": "../../../general/entity/identifier.json" }, "materials": { "type": "object", "description": "TODO description: materials", "title": "Materials", "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" } }, "min_engine_version": { "type": "string", "pattern": "[0-9]+\\.[0-9]+\\.[0-9]+", "description": "TODO description: min engine version", "title": "Min Engine Version" }, "particle_effects": { "type": "object", "minProperties": 1, "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, "description": "TODO description: particle effects", "title": "Particle Effects" }, "particle_emitters": { "type": "object", "minProperties": 1, "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }, "description": "TODO description: particle emitters", "title": "Particle Emitters" }, "render_controllers": { "type": "array", "description": "TODO description: render controllers", "title": "Render Controllers", "minItems": 1, "items": { "type": "string", "description": "TODO description: render controllers", "title": "Render Controllers" } }, "sound_effects": { "title": "Sound Effects", "description": "TODO description: sound effects", "type": "object", "minProperties": 1, "additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" } }, "spawn_egg": { "additionalProperties": false, "type": "object", "description": "The definition of how the spawn_egg icon looks like", "title": "Spawn Egg", "dependencies": { "texture_index": ["texture"], "base_colour": ["overlay_color"], "overlay_color": ["base_color"] }, "properties": { "base_color": { "type": "string", "description": "The basic color of the egg", "title": "Base Color", "format": "color-hex" }, "overlay_color": { "type": "string", "description": "The colors of the dots on the egg", "title": "Overlay Color", "format": "color-hex" }, "texture": { "type": "string", "description": "The texture reference in item_texture.json", "title": "Texture" }, "texture_index": { "type": "integer", "description": "The index of the texture", "title": "Texture Index", "default": 0 } } }, "scripts": { "additionalProperties": false, "type": "object", "description": "TODO description: scripts", "title": "Scripts", "properties": { "pre_animation": { "type": "array", "description": "Clientside molang variables that are to be evualated during the animation", "title": "Pre Animation", "items": { "pattern": ";$", "$ref": "../../../molang/1.8.0/string.json", "description": "Clientside molang variables that are to be evualated during the animation", "title": "Pre Animation" } }, "parent_setup": { "$ref": "../../../molang/1.8.0/number.json" }, "scale": { "type": "string", "description": "TODO description: scale", "title": "Scale" }, "scalex": { "$ref": "../../../molang/1.8.0/number.json", "title": "Scale X" }, "scaley": { "$ref": "../../../molang/1.8.0/number.json", "title": "Scale Y" }, "scalez": { "$ref": "../../../molang/1.8.0/number.json", "title": "Scale Z" } } }, "textures": { "type": "object", "additionalProperties": { "type": "string", "description": "A reference to a texture in the resourcepack", "title": "Texture" }, "description": "A collection of references to textures in the resourcepack", "title": "Textures" } } } } } } }