how to make fog

Started by sillytrain5 on

Topic category: Help with MCreator software

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make fog

i want to know how to make fog that can randomly happen like making the players render distance to a certain number then after 5 minutes it goes back to their original render distance 

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you don't mind it not…
Sat, 10/25/2025 - 18:25

if you don't mind it not working in multiplayer, and your procedure runs on the client. You can use a custom code snippet,

Minecraft.getInstance().options.renderDistance().set((int)render_distance);

where render_distance is what you want the render distance to be set to

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
does it work on the server…
Sat, 10/25/2025 - 18:40

does it work on the server owner only or someone random?

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
also how do i put this into…
Sat, 10/25/2025 - 19:27

also how do i put this into full form 

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nevermind i got it 
Sat, 10/25/2025 - 19:36

nevermind i got it 

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
well it should actually,…
Sat, 10/25/2025 - 21:29

well it should actually, probably, work on multiplayer, as long as you make sure it only runs on the client, and that it runs for all the clients you want to have change their render distance

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So would the same thing work…
Sat, 10/25/2025 - 23:05

So would the same thing work for brightness, and where would I paste it?

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also is there a way to make…
Sat, 10/25/2025 - 23:11

Also is there a way to make the setting locked so you can't change it?