[SPIGOT-5893] Modifying a head with /data to have custom textures does not work Created: 29/Jun/20 Updated: 29/Jun/20 Resolved: 29/Jun/20 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | EspiDev | Assignee: | Unassigned |
Resolution: | Invalid | Votes: | 0 |
Labels: | 1.16.1, bug, head |
Version: | This server is running CraftBukkit version git-Spigot-ad703da-e2403a3 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
In vanilla, using the /data command to set the texture with base64 works fine. In spigot, the command executes fine but the texture on the block does not appear to change.
This is the command that I ran (replace x y z with coordinates of head block): |
Comments |
Comment by EspiDev [ 29/Jun/20 ] |
How would I mark this as resolved? |
Comment by EspiDev [ 29/Jun/20 ] |
Oops, I realized I mistyped while testing, sorry about that. |
Comment by Dyens [ 29/Jun/20 ] |
That command can't be working fine on Vanilla because the tag is "SkullOwner" not "Owner". |