Hi All,
So I found myself using Canarymod after picking up the book
Learn to program with Minecraft plugins. Edition 2 of which is based on canarymod
I am not a java programmer, but long time familiar with C and similar.
I cannot seem to get wool blocks to change color, if I take a BlockType of WoolRed or any other variant and attempt to use SetBlockAt( location, BlockType ) I only ever get white wool in the world, and the data field that I expect to carry the color number is always 0.
Is there a different way to set wool color, than trying the BlockType Data value?
I suspect this is not expected to work like this anymore, but can find no information or examples on how I should be doing it.
Any help appreciated!
Thanks