(SOLVED) How to check a certain block tag without checking the air

Started by ImSeyo on

Topic category: Help with modding (Java Edition)

Last seen on 07:50, 29. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(SOLVED) How to check a certain block tag without checking the air
Sun, 04/07/2024 - 06:22 (edited)

I created a stone building and my own block. When I put a block on top of the structure in a certain place, it checks each block (stone) of the building. The fact is that I would like the building to be made not only of pure stone, but of blocks with the tag #minecraft:stone. I have already found a procedural block that allows me to get a block in a certain place with a certain tag. But the fact is that this procedural block also checks the air if the stone is not found. How do I make sure that this procedural block does not check the air?

Edited by ImSeyo on Sun, 04/07/2024 - 06:22
Last seen on 07:50, 29. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just forget it, I'm dumb…
Sun, 04/07/2024 - 06:22

Just forget it, I'm dumb.. All this time, MCreator had another procedural unit that no longer checks the air... I have solved the problem.