I am trying to add a recipe that lets players use skulls to craft items. Only skeleton skulls work because they are the default skin. How do I make the recipe work for all skulls regardless of data values?
Try -1, Short.MIN_VALUE or Short.MAX_VALUE as damage value, on of these works as magic number, so every damage value fits, iirc.