Files
minecraft-bedrock-json-schemas/source/resource/particles/components/emitter_local_space.json

13 lines
554 B
JSON
Raw Normal View History

2021-11-16 13:40:11 +01:00
{
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_local_space",
"type": "object",
"title": "Emitter Local Space Component For 1.10.0",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED:.",
2021-11-16 13:40:11 +01:00
"additionalProperties": false,
"properties": {
2022-07-22 19:41:04 +02:00
"position": { "type": "boolean", "description": "UNDOCUMENTED: position.", "title": "Position" },
"rotation": { "type": "boolean", "description": "UNDOCUMENTED: rotation.", "title": "Rotation" },
"velocity": { "type": "boolean", "description": "UNDOCUMENTED: rotation.", "title": "Rotation" }
2021-11-16 13:40:11 +01:00
}
}