Skip to content

Commit e7338ae

Browse files
authored
Typo for is_explosion
1 parent f80638e commit e7338ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/advancements/data_structures.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ Checks the "explosion" flag for the incoming damage. This is true for: creepers,
535535

536536
```json
537537
"damage_object": {
538-
"explosion": true
538+
"is_explosion": true
539539
}
540540
```
541541

0 commit comments

Comments
 (0)