1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-04 19:54:15 +00:00
Files
bedrock-samples/metadata/json_schemas/Direction Settings Mode v1.21.0.json
Mike Ammerlaan 8cb28e3b1e v1.21.70.3
2025-03-25 09:13:19 -07:00

10 lines
246 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "656187750",
"title": "particle_appearance_billboard direction_settings_mode",
"type": "string",
"enum": [
"derive_from_velocity",
"custom"
]
}