Files
minecraft-bedrock-json-schemas/source/resource/particles/components/minecraft.particle_appearance_billboard.json
2021-11-16 13:42:54 +01:00

91 lines
3.6 KiB
JSON

{
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_appearance_billboard",
"type": "object",
"title": "Particle Appearance Billboard Component For 1.10.0",
"additionalProperties": false,
"properties": {
"size": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: size", "title": "Size" },
"description": "UNDOCUMENTED: size",
"title": "Size"
},
"facing_camera_mode": {
"description": "Used to orient the billboard.",
"type": "string",
"enum": ["lookat_xyz", "lookat_y", "rotate_xyz", "rotate_y", "direction_x", "direction_y", "direction_z"],
"title": "Facing Camera Mode"
},
"uv": {
"additionalProperties": false,
"type": "object",
"properties": {
"texture_width": { "type": "integer", "description": "UNDOCUMENTED: texture width", "title": "Texture Width" },
"texture_height": { "type": "integer", "description": "UNDOCUMENTED: texture height", "title": "Texture Height" },
"flipbook": {
"additionalProperties": false,
"type": "object",
"required": ["max_frame"],
"properties": {
"base_UV": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: base UV", "title": "Base U V" },
"description": "UNDOCUMENTED: base UV",
"title": "Base U V"
},
"size_UV": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: size UV", "title": "Size U V" },
"description": "UNDOCUMENTED: size UV",
"title": "Size U V"
},
"step_UV": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: step UV", "title": "Step U V" },
"description": "UNDOCUMENTED: step UV",
"title": "Step U V"
},
"frames_per_second": {
"$ref": "../../../molang/number.json",
"description": "UNDOCUMENTED: frames per second",
"title": "Frames Per Second"
},
"max_frame": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: Maximum frame", "title": "Maximum Frame" },
"stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTED: stretch to lifetime", "title": "Stretch To Lifetime" },
"loop": { "type": "boolean", "description": "UNDOCUMENTED: loop", "title": "Loop" }
},
"description": "UNDOCUMENTED: flipbook",
"title": "Flipbook"
},
"uv": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: uv", "title": "Uv" },
"description": "UNDOCUMENTED: uv",
"title": "Uv"
},
"uv_size": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: uv size", "title": "Uv Size" },
"description": "UNDOCUMENTED: uv size",
"title": "Uv Size"
}
},
"description": "UNDOCUMENTED: uv",
"title": "Uv"
}
},
"description": "UNDOCUMENTED"
}