Setting up config.json
This config.json
file defines visual and weather-related settings for an effect system (likely for a game or simulation). Each section determines whether the feature is enabled (enable: true
) and sets the allowed minimum and maximum values when applicable.
distance
Controls the rendering distance of effects. Can be set between 0 and 1.
shadows
Controls the intensity or presence of shadows. Ranges from 0 to 5.
wind
Controls the wind strength, with values from 0 to 12.
lights
Enables or disables lighting effects in the environment.
timecycle
Enables or disables the time cycle, like day/night changes.
particles
Enables or disables particle effects, such as smoke or sparks.
rain
Enables or disables rain.
snow
Enables or disables snow.
boost
Enables or disables some kind of extra boost (potentially performance or visuals).
Last updated