haselkern / Minecraft-ArmorStand

This tool generates a summon command, to summon an armorstand in a desired pose.
https://haselkern.com/Minecraft-ArmorStand/
GNU General Public License v2.0
120 stars 25 forks source link

Player head equipment not generating command #29

Closed rgnter closed 4 years ago

rgnter commented 4 years ago

Hello, I have noticed that putting any kind of Player Head (Player name, Texture URL, Give code) does not generate command. Tested this on multiple machines with same results.

image Command version 1.16, Armor stand version 1.16.

Cheers.

rgnter commented 4 years ago

Further observation: Works for Armor stand version 1.13 and below.

thelennylord commented 4 years ago

Whoops, seems like I've forgotten to update the give code's version check to support versions 1.14 and above. Fortunately, the fix is simple; just have to edit 2 lines.

I'll make a PR implementing a fix for this issue soon as I'm currently busy right now.