Check if block have something in it

Started by Gabi2137 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Check if block have something in it

I'm trying to make entity doing something when jukebox is playing, only options I'm seeing are checking if it have something in it, maybe via using NBT logic tag? I tried this but it didn't work

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did you just forgot that…
Fri, 04/07/2023 - 09:29

Did you just forgot that there is procedure block for checking item inside block.

And there is also an iteration procedure block to check every slot of block.