Set color of hardened clay

Discussion in 'Plugin Development' started by phips99, Jul 27, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    phips99

    Hey,
    how can I set the color of hardened clay? I already tried it with that:
    Code:java
    1. ItemStack(Material.HARD_CLAY, 1, DyeColor.BROWN.getData());

    But it didn't work...
     
  2. Offline

    chasechocolate

    phips99 use DyeColor.BROWN.getWoolData().
     
  3. Offline

    phips99

  4. Offline

    kreashenz

    I don't think there's anyway yet. Maybe a DBO developer can add it to the API sometime!
     
  5. try Material.STAINED_CLAY
     
    phips99 likes this.
  6. Offline

    phips99

Thread Status:
Not open for further replies.

Share This Page