Skip to content

Commit 90db151

Browse files
committed
- Added behaviorpack.block.components.fast_break_speed
1 parent cfe93e7 commit 90db151

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Block - Components - Fast Break Speed
2+
3+
`item_specific_destroy_speeds`'s speed values cannot be higher than block's destroy time
4+
5+
## Example
6+
7+
```json
8+
{
9+
"minecraft:destructible_by_mining": {
10+
"seconds_to_destroy": 3,
11+
"item_specific_speeds": [
12+
{
13+
"destroy_speed": 10 // Invalid as it must be equal or lesser than 3
14+
}
15+
]
16+
}
17+
}
18+
```

0 commit comments

Comments
 (0)