Skip to content

Commit

Permalink
Fix breeze and wind charge being type player. (#826)
Browse files Browse the repository at this point in the history
This was due to them being 1.21 feature entities.
  • Loading branch information
wgaylord committed Jan 5, 2024
1 parent 03e140a commit 1792f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/pc/1.20.3/entities.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"displayName": "Breeze",
"width": 0.6,
"height": 1.7,
"type": "player",
"type": "hostile",
"category": "Hostile mobs",
"metadataKeys": [
"shared_flags",
Expand Down Expand Up @@ -3157,7 +3157,7 @@
"displayName": "Wind Charge",
"width": 0.3125,
"height": 0.3125,
"type": "player",
"type": "projectile",
"category": "Projectiles",
"metadataKeys": [
"shared_flags",
Expand Down Expand Up @@ -3524,4 +3524,4 @@
"biting"
]
}
]
]

0 comments on commit 1792f0d

Please sign in to comment.