I have an ItemStack of wool with random color, but if I try to get properties from
Block.getBlockFromItem(itemStack.getItem())
the color property becomes null (or smth but have no value)
How do I get a color of wool from ItemStack?
Important Information
By using this site, you agree to our Terms of Use.