Is there any way that I can create a procedure that checks every block in the world then does something...

Started by RicXhard on

Topic category: Help with modding (Java Edition)

Last seen on 04:16, 22. Sep 2024
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there any way that I can create a procedure that checks every block in the world then does something...

I am creating torch that when it's raining you will need to lit the torch again.

But I can't create a procedure that:

Checks for every torch in the world, and if it's raining and it can see the sky, it turns into an unlit torch.

I wanted to use the world tick trigger but it doesn't provide x,y and z.

Does anyone know what I need to do?

:)

Use block tick trigger. I…
Wed, 10/23/2019 - 10:02

Use block tick trigger.

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei