mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-08-02 04:25:47 +00:00
19 lines
437 B
JSON
19 lines
437 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3582790723",
|
|
"x-format-version": "1.21.0",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"title": "emitter_local_space",
|
|
"type": "object",
|
|
"properties": {
|
|
"position": {
|
|
"type": "boolean"
|
|
},
|
|
"rotation": {
|
|
"type": "boolean"
|
|
},
|
|
"velocity": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
} |