หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Defines fog rendering settings used by resource packs.
Fog Settings Properties
| Name | Default Value | Type | Description |
|---|---|---|---|
| format_version | not set | Version | |
| minecraft:fog_settings | not set | Fog Settings item |
Fog Settings
Fog Settings Properties
JSON path: minecraft:fog_settings
| Name | Default Value | Type | Description |
|---|---|---|---|
| description | not set | Description item | |
| distance | not set | Distance item | The distance fog settings for different camera locations. |
| volumetric | not set | Volumetric item | The volumetric fog settings. |
Description
Description Properties
JSON path: minecraft:fog_settings > description
| Name | Default Value | Type | Description |
|---|---|---|---|
| identifier | not set | String | The identifier for these fog settings. The identifier must include a namespace. |
Distance
Distance Properties
JSON path: minecraft:fog_settings > distance
| Name | Default Value | Type | Description |
|---|---|---|---|
| air | not set | Air item | The fog settings when the camera is in the air. |
| lava | not set | Lava item | The fog settings when the camera is in lava. |
| lava_resistance | not set | Lava Resistance item | The fog settings when the camera is in lava and the player has the lava resistance effect active. |
| powder_snow | not set | Powder Snow item | The fog settings when the camera is inside a Powder Snow block. |
| water | not set | Water item | The fog settings when the camera is in water. |
| weather | not set | Weather item | The fog settings for when the camera is in the air with active weather (rain, snow, etc..). |
Air
Air Properties
JSON path: minecraft:fog_settings > distance > air
| Name | Default Value | Type | Description |
|---|---|---|---|
| render_distance_type"<"fixed", "render" | not set | String | Determines how distance value is used. Fixed distance is measured in blocks. Dynamic distance is multiplied by the current render distance. |
| transition_fog | not set | Transition Fog item | Additional fog data which will slowly transition to the distance fog of current biome. |
Transition Fog
Transition Fog Properties
JSON path: minecraft:fog_settings > distance > air > transition_fog
| Name | Default Value | Type | Description |
|---|---|---|---|
| init_fog | not set | Init Fog item | Initial fog that will slowly transition into water distance fog of the biome when player goes into water. |
Init Fog
Init Fog Properties
JSON path: minecraft:fog_settings > distance > air > transition_fog > init_fog
| Name | Default Value | Type | Description |
|---|---|---|---|
| render_distance_type"<"fixed", "render" | not set | String | Determines how distance value is used. Fixed distance is measured in blocks. Dynamic distance is multiplied by the current render distance. |
Lava
Same structure as Air.
Lava Resistance
Same structure as Air.
Powder Snow
Same structure as Air.
Water
Same structure as Air.
Weather
Same structure as Air.
Volumetric
Volumetric Properties
JSON path: minecraft:fog_settings > volumetric
| Name | Default Value | Type | Description |
|---|---|---|---|
| density | not set | Density item | The density settings for different camera locations. |
| media_coefficients | not set | Media Coefficients item | The coefficient settings for the volumetric fog in different blocks. |
Density
Density Properties
JSON path: minecraft:fog_settings > volumetric > density
| Name | Default Value | Type | Description |
|---|---|---|---|
| air | not set | Air item | Fog density values as light passes through air blocks. |
| lava | not set | Lava item | Fog density values as light passes through lava blocks. |
| lava_resistance | not set | Lava Resistance item | Fog density values as light passes through lava blocks while the player has lava resistance. |
| water | not set | Water item | Fog density values as light passes through water blocks. |
| weather | not set | Weather item | Fog density values as light passes through air blocks with active weather (rain, snow, etc..). |
Media Coefficients
Media Coefficients Properties
JSON path: minecraft:fog_settings > volumetric > media_coefficients
| Name | Default Value | Type | Description |
|---|---|---|---|
| air | not set | Object | Fog coefficient values while light passes through air. |
| cloud | not set | Object | Fog coefficient values while light passes through clouds. |
| water | not set | Object | Fog coefficient values while light passes through water. |