#How do I use Axiom for shrubbery?
1 messages · Page 1 of 1 (latest)
a mod or just general foliage?
general foliage
/gamerule randomtickspeed 0
or paint persistent leaves
most of the tools should paint persistent leaves by default tho iirc
by broke the mountains you mean it paints into the blocks on the surface?
tool masks
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:
-
Ensure the
Tool Masksmenu is open. You can find it at:Main Menu Bar -> Tool Masks
-
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.
and
-block=air
-below=#solid