[Tutorial] How to set up dimensions [World Renderer]

Started by sumeshi0216 on

Topic category: User side tutorials

Last seen on 02:30, 16. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Tutorial] How to set up dimensions [World Renderer]
Sun, 05/12/2024 - 01:56 (edited)

World Renderer allows you to render clouds, sky and weather. However, in order to make these functions work, a dimension setup is required.

In order to work the following event triggers, an event trigger "Graphics - Set up dimensions." is required. It is not necessary for other event triggers.

  • Graphics - Render clouds
  • Graphics - Render sky
  • Graphics - Render weather
  • Graphics - Set weather particles and sounds

 

 

Moreover, the following procedure is also required for the setup.

There is the procedure in a procedure list "Graphics procedures - Setup."

  • Dimension: It is a dimension to set up. You should not set a vanilla dimension because there is possibility of competing with other mods.
  • Effect Type: On the basis of vanilla dimensions, it sets a method of world lighting etc.
  • Special Fog: If it is true, special fog will be generated.
  • Constant White Light: If it is true, a dimension will always be bright.
  • Constant Ambient Light: If it is true, the color of an ambient light will be constant.

 

If you need multiple dimensions, you can also set up dimensions as follows.

Edited by sumeshi0216 on Sun, 05/12/2024 - 01:56