mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
20
servers/bedrock/behavior_packs/vanilla/items/camera.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla/items/camera.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user