A Procedure that checks for any blocks(every block)

Started by DipDown on

Topic category: Help with MCreator software

Last seen on 22:08, 18. Dec 2019
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
A Procedure that checks for any blocks(every block)

I Needed a procedure that checks if there is any block above

Can you guys help me with that?

Last seen on 20:25, 8. May 2020
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Any block: [in Logic and…
Thu, 10/17/2019 - 22:47

Any block: [in Logic and loops]

if true

Any block that is not air: [in Logic and loops] & [Minecraft components] & [Math]

if not get block at x, y+1, z = air

To see if a block is exposed to the sky: [in World data]

if Can block at xyz see the sky

 

Last seen on 22:08, 18. Dec 2019
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks  
Fri, 10/18/2019 - 00:52

Thanks