1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-05 12:14:16 +00:00
Files
bedrock-samples/metadata/json_schemas/Emitter Local Space v1.21.0.json
Mike Ammerlaan 8cb28e3b1e v1.21.70.3
2025-03-25 09:13:19 -07:00

17 lines
366 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3582790723",
"title": "emitter_local_space v1.21.0",
"type": "object",
"properties": {
"position": {
"type": "boolean"
},
"velocity": {
"type": "boolean"
},
"rotation": {
"type": "boolean"
}
}
}