1
/testforblock Not working for player skulls?
I'm making a map, and when you place the skull down, It opens a door and you can continue, but when I try to do /testforblock on a player skull, it says this

I used this command-
Ive also used this command-
Click to reveal

I used this command-
/testforblock 309 21 763 skull 1 {SkullType:3b,SkullOwner:"Divinxx"}Ive also used this command-
/testforblock 309 21 763 skull 1 {SkullType:3b,ExtraType:"Divinxx"}
5
1.8 changed how skulls store their data, most of it's now stored in the Owner tag. The command to test for your skull would be:
testforblock 309 21 763 skull -1 {Owner:{Name:"Divinxx"}}Thank you! Finally works.
[deleted]
[deleted]
Works, If i can't get it to only do a specific skull, that'll do, but I would still rather have it be specific
