Skip to content

Commit

Permalink
Add missing seed field in 1.19 based on minecraft packet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Dec 29, 2023
1 parent 4b9684b commit 5f9995a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/pc/1.19/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -4130,6 +4130,10 @@
{
"name": "pitch",
"type": "f32"
},
{
"name": "seed",
"type": "i64"
}
]
],
Expand Down

0 comments on commit 5f9995a

Please sign in to comment.