Lucky Block

Lucky Block

1M Downloads

Baby #pName Armour Stand doesn't work as intended

KristenStuffs opened this issue ยท 1 comments

commented

Basically the baby player armour stand is written like this:

type=entity,ID=armor_stand,NBTTag=(Small=true,NoBasePlate=true,ShowArms=true,RightArm=(id=stone_pickaxe,Count=1),ArmorItems=[(id=leather_boots,Count=1,tag=(display=(color=#randColor))),(id=leather_leggings,Count=1,tag=(display=(color=#randColor))),(id=leather_chestplate,Count=1,tag=(display=(color=#randColor))),(id=player_head,Count=1,tag=(SkullOwner=#pName))],Rotation=[#pYaw+180f,0f],CustomName=#jsonStr(text="Baby #pName"),CustomNameVisible=true)@luck=0

According to the way it's written, it should have a stone pickaxe in hand, however no stone pickaxe appears when the baby player spawns, which can be seen in this image. I am using Lucky Block for 1.16.4-1.

commented

Fixed in 1.16.4-2; Minecraft changed the NBT format, so that RightArm/LeftArm is now HandItems