Skip to content

Baby #pName doesn't work as intended #146

@KristenStuffs

Description

@KristenStuffs

Version: 1.21.8

Baby player doesn't work as intended

type=entity,ID=armor_stand,NBTTag=(Small=true,NoBasePlate=true,ShowArms=true,equipment=(mainhand=(id=stone_pickaxe,count=1),feet=(id=leather_boots,count=1,tag=(display=(color=#randColor))),legs=(id=leather_leggings,count=1,tag=(display=(color=#randColor))),chest=(id=leather_chestplate,count=1,tag=(display=(color=#randColor))),head=(id=player_head,count=1,tag=(SkullOwner=#pName))),Rotation=[#pYaw+180f,0f],CustomName=(text="Baby #pName"),CustomNameVisible=true)@luck=0
Image

This is likely caused from it not using the new components system.

Replacing

tag=(SkullOwner=#pName)

with

components=(profile=#pName)

fixes the issue.

Image

This also affects the armour as well.

However, in my own testing I have yet to find a fix for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions