Files
minecraft-bedrock-json-schemas/source/resource/particles/1.10.0/components/minecraft.emitter_local_space.json
2021-06-06 10:07:19 +00:00

13 lines
578 B
JSON

{
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_local_space",
"type": "object",
"title": "Emitter Local Space Component For 1.10.0",
"description": "TODO description:",
"additionalProperties": false,
"properties": {
"position": { "type": "boolean", "description": "TODO description: position", "title": "Position" },
"rotation": { "type": "boolean", "description": "TODO description: rotation", "title": "Rotation" },
"velocity": { "type": "boolean", "description": "TODO description: rotation", "title": "Rotation" }
}
}