One way I know t get Dyes is by the use of MaterialData. Is there any other way to get dyes to, for example, put it in an inventory?
Apologies. I meant in 1.8. [Title Edited] Edit: I don't think there is and this way is fairly easy: Code: new ItemStack(Material.INK_SACK, 1, DyeColor.LIME.getData()); Although the colors might not end up how you think. I think I read it somewhere that it's reversed. Anyway, thanks.