mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 11:16:13 +00:00
20 lines
454 B
JSON
20 lines
454 B
JSON
{
|
|
"format_version": "1.10",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:camera"
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:use_duration": 100000,
|
|
"minecraft:block": "minecraft:camera",
|
|
"minecraft:camera": {
|
|
"black_bars_duration": 0.2,
|
|
"black_bars_screen_ratio": 0.08,
|
|
"shutter_duration": 0.2,
|
|
"picture_duration": 1.0,
|
|
"slide_away_duration": 0.2
|
|
}
|
|
}
|
|
}
|
|
} |