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

14 lines
621 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_local_space",
"type": "object",
2021-03-21 15:18:38 +01:00
"title": "Emitter Local Space Component For 1.10.0",
2021-04-04 14:00:43 +02:00
"description": "TODO description:",
2020-11-01 17:22:42 +01:00
"additionalProperties": false,
"properties": {
2021-03-21 15:18:38 +01:00
"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" }
2020-11-01 17:22:42 +01:00
}
}