Recent content by Zxoir

  1. Z

    Solved Deserializing skull returns Steve Head

    Got it, thanks 👍
  2. Z

    Solved Deserializing skull returns Steve Head

    I'm pretty sure this is a problem with paper/spigot. BlockData doesn't seem to include the owner of skulls in their Data so whenever you want to deserialize/serialize a skull it's always going to return a Steve head
  3. Z

    Solved Deserializing skull returns Steve Head

    Hello, I'm currently working on a custom Lucky Block plugin and whenever I deserialize the LuckyBlock Skull item it returns a Steve Skull. Would I need to make a custom deserialize/serializing methods or is there a way to fix this? (Note: Serializing/deserializing any other item works perfectly...