We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c513b4c commit 6882e19Copy full SHA for 6882e19
java/world/entity/mob/mannequin.mcdoc
@@ -20,6 +20,8 @@ dispatch minecraft:entity[mannequin] to struct Mannequin {
20
/// Whether the below name text is displayed.
21
/// Defaults to `false`.
22
hide_description?: boolean,
23
+ /// The equipment items of the mannequin.
24
+ equipment?: super::EntityEquipment,
25
}
26
27
// this is a subset of entity poses
0 commit comments