[DONE] Replacing with brushes

Fixed bugs, solved problems, and old reports.
Locked
User avatar
Sanjar Khan
Trustee
Offline
Posts: 1766
Joined: May 24th, 2011, 1:40 pm
Location: Leiden, Zuid Holland

[DONE] Replacing with brushes

Post by Sanjar Khan »

Hello.

I would like to replace air with my random brush, but I am only able to figure out how to replace a bunch of blocktypes with one other blocktype.

To help visualize, I want to do a /replace air "brush"

Is this already possible? Cause I can't figure out how for the life of me.
Ferrisbuler2: i will stay but i might not post cus of ollieboy

User avatar
Desosus
SupOP
Offline
Posts: 325
Joined: May 28th, 2011, 12:16 am

Re: Regarding brushes

Post by Desosus »

I was thinking about this when Sanjar was explaining it to me and was wondering if we could have multiple brush slots.



So you could do something like:

/brush1 replace air brush2
/brush2 checkered black white
_Snivy_: is desosus a bot?

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: Regarding brushes

Post by fragmer »

I am working on this.

User avatar
Bloody_Llama
Trustee
Offline
Posts: 324
Joined: May 26th, 2011, 6:35 pm

Re: Regarding brushes

Post by Bloody_Llama »

A workaround to this until frag gets it working is to make a giant cuboid/whatever of your brush, then copy the air, and /pastenot air over the brush, leaving you with what you were trying to get.
<FCB2> trevbev94: who made the perimid out of saind cause that is ausom
<FCB2> Pemalite+: druffin. 'cmere big boy for some lovin'

User avatar
Sanjar Khan
Trustee
Offline
Posts: 1766
Joined: May 24th, 2011, 1:40 pm
Location: Leiden, Zuid Holland

Re: Regarding brushes

Post by Sanjar Khan »

How do you see that happening with a rounded edge?
Ferrisbuler2: i will stay but i might not post cus of ollieboy

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: Regarding brushes

Post by fragmer »

I will probably make this into a separate brush ("replacebrush" or "rb"). I just need to figure out the syntax for it. Probably something like...

Code: Select all

/brush rb <Block> <ReplacementBrushName> <ReplacementBrushParams>
...but then how about replacing multiple blocktypes at once (like current replace brush allows)... dunno.

Locked