SkriptLang / skript-aliases

Aliases for Skript
20 stars 36 forks source link

Some problems with glazed terracottas #34

Closed NikkeDoy closed 5 years ago

NikkeDoy commented 5 years ago

So the problem is if i want to check if player has red (or other color) glazed terracotta. Skript doesn't know what red glazed terracotta is.

I tested this by looping all items in my inventory and saying what is it. image

This is pretty weird right?

TheBentoBox commented 5 years ago

This is a known issue, blocks in the inventory can show block state as if they were placed. I don't believe there's anything I can do in the aliases themselves to address this.

In regards to not being able to reference red glazed terracotta, I can't reproduce your issue: image

This made me realize that there is no any glazed terracotta, so I'll add that now, but otherwise I believe this an issue in your script with referring to the alias incorrectly.