#How do I use Axiom for shrubbery?

1 messages · Page 1 of 1 (latest)

mint patio
#

Every thing I try just breaks the mountains I've made

sinful junco
#

a mod or just general foliage?

mint patio
#

general foliage

sinful junco
#

/gamerule randomtickspeed 0

#

or paint persistent leaves
most of the tools should paint persistent leaves by default tho iirc

mint patio
#

well no

#

flowers

#

I tried using the noise painter

#

broke the mountains

sinful junco
#

by broke the mountains you mean it paints into the blocks on the surface?

mint patio
#

yeah

#

the flowers go into the mountain

sinful junco
#

tool masks

tame sandBOT
#

Masks

Masks allow you to limit which blocks a tool in the Editor UI can affect, functioning like 'rules' that apply the tool's effects only under specific conditions.

How to Use Masks:

  1. Ensure the Tool Masks menu is open. You can find it at:

    • Main Menu Bar -> Tool Masks
  2. For detailed information, refer to the Tool Masks documentation.

Example:
Here’s an example of a mask that selects both Grass OR Stone blocks IF the block above them is Air:

  • Mask: block = [stone,grass_block] & above = air
  • Logic:
    • OR (|) to select either Grass or Stone.
    • AND (&) to apply the condition where the block above must be Air.

Example Mask

sinful junco
#

and
-block=air
-below=#solid

mint patio
#

ty

#

tysm