azalea_protocol/packets/game/
serverbound_recipe_book_seen_recipe_packet.rsuse azalea_buf::McBuf;
use azalea_core::resource_location::ResourceLocation;
use azalea_protocol_macros::ServerboundGamePacket;
#[derive(Clone, Debug, McBuf, ServerboundGamePacket)]
pub struct ServerboundRecipeBookSeenRecipePacket {
pub recipe: ResourceLocation,
}