PlatinPython / RGBBlocks

Blocks in almost all colors you can imagine.
https://www.curseforge.com/minecraft/mc-mods/rgb-blocks-forge
MIT License
4 stars 2 forks source link

[Question]: How to use RGB blocks with world-edit? #10

Closed No4-KilL closed 1 year ago

No4-KilL commented 1 year ago

Is there an existing issue for this?

Question

Fow example I want to set a territory with this rgb concrete using World-edit. Is it possible? rgb blocks

No4-KilL commented 1 year ago

Will you answer me?

PlatinPython commented 1 year ago

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:

  1. Place the rgb block you want to fill the area with
  2. select the block with worldedit (wooden axe)
  3. run //copy
  4. select the area you want to fill with the block (wooden axe or worldedit way of your choice)
  5. 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.

No4-KilL commented 1 year ago

Thank you, it helps me) It will be really cool if u will make such option