Skip to content

Commit 8ad3850

Browse files
committed
🐛 Remove redundant body_armor_item field from wolf
1 parent 645267a commit 8ad3850

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/world/entity/mob/breedable/tamable.mcdoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ dispatch minecraft:entity[wolf] to struct Wolf {
6464
/// Collar color, present for wild wolfs. Defaults to 14 (red).
6565
CollarColor?: DyeColorByte,
6666
#[since="1.20.5"]
67-
body_armor_item?: ItemStack,
68-
#[since="1.20.5"]
6967
variant?: #[id="wolf_variant"] string,
7068
#[since="1.21.5"]
7169
sound_variant?: #[id="wolf_sound_variant"] string,

0 commit comments

Comments
 (0)