#Places glowberries on a roof

1 messages · Page 1 of 1 (latest)

flint vortex
#

(My bad If I'm in the wrong channel for this)

Hello guys,
Here is my problem,

I first made some copies of hanging glowberries and saved them in the blueprint manager
And now want to put them in a cave's roof
But when I try with the stamp tool and select the roof, nothing appears.
Only when I stamp on the floor :/

Any help is welcome xD

ripe ermine
#

The stamp tool only works on the floor

flint vortex
flint vortex
#

And is there a way to place strings under each end of glowberries (To stop the growing ?)

remote quiver
#

I mean you could do it with tool maks

flint vortex
remote quiver
prisma oarBOT
#

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

flint vortex
# remote quiver

Yea I can say "only the one at the bottom " cause it's diff block

remote quiver
#

if you say only the block at the bottom you target every block at the bottom
you need to at least specify what type of block

#

there are also tags