From ecb3f2ffd7dd4aa26213844a023e37fab4057ed0 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 23 Mar 2023 13:55:33 +0000 Subject: rename Tag to Nbt --- azalea-protocol/src/packets/game/clientbound_update_recipes_packet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/packets/game/clientbound_update_recipes_packet.rs') diff --git a/azalea-protocol/src/packets/game/clientbound_update_recipes_packet.rs b/azalea-protocol/src/packets/game/clientbound_update_recipes_packet.rs index 937a1220..318adb7f 100755 --- a/azalea-protocol/src/packets/game/clientbound_update_recipes_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_update_recipes_packet.rs @@ -22,7 +22,7 @@ pub struct Recipe { #[derive(Clone, Debug, McBuf)] pub struct ShapelessRecipe { /// Used to group similar recipes together in the recipe book. - /// Tag is present in recipe JSON + /// Nbt is present in recipe JSON pub group: String, pub category: CraftingBookCategory, pub ingredients: Vec, -- cgit v1.2.3