When summoning a mannequin without specifying the profile
nbt, the /data get
command always shows the profile as {texture:"minecraft:entity/player/wide/steve"}
. Upon trying to remove this data with /data remove entity @n[type=mannequin] profile
, the command says it was successful, but the data persists.
This profile data can be lost by trying to modify the profile
with an invalid format, such as /data modify entity @n[type=mannequin] profile set value {}
. A mannequin in this state appears to default to the slim Alex model and texture.
Expected behavior would be that there is a consistent result, either that the data can be removed directly, or that the data always persists with the default value.
Comments 0
No comments.