[Question]: How to use RGB blocks with world-edit?
No4-KilL opened this issue ยท 3 comments
Yeah sorry, I didn't have time to test how you could do that until today.
I did find one way and while I don't really like it, it should be enough for your purposes
Basically:
- Place the rgb block you want to fill the area with
- select the block with worldedit (wooden axe)
- run
//copy
- select the area you want to fill with the block (wooden axe or worldedit way of your choice)
- run
//set #clipboard
I did find out that worldedit has a special cased handling for some blocks (signs, player heads and spawners) that allow to set the data on those blocks. I might be able to implement such handling for rgbblocks too.
Hope that helps.