Updating data
- Go to https://github.com/PrismarineJS/minecraft-data/tree/master/data/pc/{version}
- Update the URL (if appropriate) in gen_block.go, gen_entity.go, gen_item.go, and gen_packetid.go
- Update the
URL
in gen_soundid.go - Run
go generate ./...