Skip to content

Commit 6882e19

Browse files
authored
🐛 Fix equipment missing for mannequin (#97)
1 parent c513b4c commit 6882e19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/world/entity/mob/mannequin.mcdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ dispatch minecraft:entity[mannequin] to struct Mannequin {
2020
/// Whether the below name text is displayed.
2121
/// Defaults to `false`.
2222
hide_description?: boolean,
23+
/// The equipment items of the mannequin.
24+
equipment?: super::EntityEquipment,
2325
}
2426

2527
// this is a subset of entity poses

0 commit comments

Comments
 (0)