What is "Is provided world remote"?

Started by woodcraft on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is "Is provided world remote"?

Heya!

I was looking at some guides on procedures and found this one: https://mcreator.net/forum/51631/tutorial-1-how-create-working-zombie-b…

He uses a block called "Is provided world remote (client side)" and i was just wondering what and why he uses it...

My guess is that it's checking if it's client side or not but im not sure and if anyone knows and can clear this up for me i would be utterly thankful!

Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This block will check on…
Tue, 03/02/2021 - 20:49

This block will check on which side the procedure takes place.

On the server or client side (without 'not'- client side, with 'not’ - server side)

It is used mainly to restrict the execution of procedures on a particular side. Since the sides are not synchronized.
For example, when using random, if you do not check that the procedure is performed only on the server side, various errors may occur, since there will be different values on the client and server side.

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Makes sense thank you!
Tue, 03/02/2021 - 21:09

Makes sense thank you!

Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hey can one of you help me?…
Sun, 09/25/2022 - 04:43

hey can one of you help me? where actually is the world remote block i cannot seem to find it anywhere

 

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Same here
Fri, 12/08/2023 - 21:46

Same here