Environment attribute
Environment attributes control various visual and gameplay features depending on the dimension and biome.
Usage
Environment attributes are defined in dimension types and biome definitions. Biomes can modify the value defined by the dimension using attribute modifiers using a map:
- [NBT Compound / JSON Object] attributes
- [Undefined] <attribute id>: Attribute value depending on the attribute
- or
- [NBT Compound / JSON Object] <attribute id>:
- [String] modifier: Modifier type. Available types depend on the value type of the attribute.
- [Undefined] argument: Argument of the modifier. Valid values depend on the modifier.
- [Undefined] <attribute id>: Attribute value depending on the attribute
List of attributes
| Environment attribute | Explanation | Value type | Modifiers | Default Value | Interpolated | Resolved at |
|---|---|---|---|---|---|---|
audio/ambient_sounds
|
Controlls ambient sounds that are played around the camera.
|
override only
|
{}
|
No | Camera position | |
audio/background_music
|
The background music to play.
|
override only
|
{}
|
No | Camera position | |
audio/firefly_bush_sounds
|
Whether a firefly bush plays ambient sounds when not under an opaque block. | [Boolean] boolean | Boolean modifiers | false
|
No | Position of the firefly bush |
audio/music_volume
|
Volume of the music. Music volume will fade over time to this value. | [Float] float | Float modifiers | 1.0
|
No | Camera position |
gameplay/baby_villager_activity
|
Controlls the default AI activity of baby villagers.
[String] |
override only
|
idle
|
No | Position of the villager | |
gameplay/bed_rule
|
Controlls behaviour of interacting with beds.
|
override only
|
[a 1] | No | Head position of the bed | |
gameplay/bees_stay_in_hive
|
When true bees will pathfind to beehives and not exit (except when the Hive is broken or next to fire). | [Boolean] boolean | Boolean modifiers | false
|
No | Position of the bee or beehive |
gameplay/can_pillager_patrol_spawn
|
Whether patrols can spawn when the global skylight is greater than 11. | [Boolean] boolean | Boolean modifiers | true
|
No | Position of the patrol spawn attempt. |
gameplay/can_start_raid
|
Whether a player with Raid Omen can start a raid. | [Boolean] boolean | Boolean modifiers | true
|
No | Position the raid would start |
gameplay/cat_waking_up_gift_chance
|
Chance of a cat dropping a gift when the player wakes up. | [Float] float (0 to 1)
|
Float modifiers | 0.0
|
Yes | Position the cat |
gameplay/creaking_active
|
When true, a creaking heart will become active. When false, it will become inactive. | [Boolean] boolean | Boolean modifiers | false
|
No | Position of the creaking heart block |
gameplay/eyeblossom_open
|
How eyeblossoms should behave.
|
override only
|
"default"
|
No | Position of the eyeblossom | |
gameplay/fast_lava
|
Whether lave should spread faster and further, and have a stonger pushing force on entities. | [Boolean] boolean | Boolean modifiers | false
|
No | Not positional |
gameplay/increased_fire_burnout
|
Whether fire should burn out more quickly. | [Boolean] boolean | Boolean modifiers | false
|
No | Position of the fire block |
gameplay/monsters_burn
|
Whether monsters burn when exposed to the sky. | [Boolean] boolean | Boolean modifiers | false
|
No | Position of the monster. |
gameplay/nether_portal_spawns_piglin
|
Whether a nether portal can spawn piglin | [Boolean] boolean | Boolean modifiers | false
|
No | Position of a random nether portal block. |
gameplay/piglins_zombify
|
Whether piglins and hoglins zombify. | [Boolean] boolean | Boolean modifiers | true
|
No | Position the piglin or hoglin |
gameplay/respawn_anchor_works
|
Whether a respawn anchor can be used to set spawn. If set to false a respawn anchor explodes once used. | [Boolean] boolean | Boolean modifiers | false
|
No | Position the respawn anchor |
gameplay/sky_light_level
|
Sky light level affecting mechanics such as mob spawning and daylight detectors. The visual effect is controlled by visual/sky_light_factor.
|
[Float] float | Float modifiers | 15.0
|
Yes | Not positional |
gameplay/snow_golem_melts
|
Whether snow golems should take damage. | [Boolean] boolean | Boolean modifiers | false
|
No | Position the snow golem. |
gameplay/surface_slime_spawn_chance
|
Chance of an additional slime spawn on the surface in biomes in the #allows_surface_slime_spawns tag.
|
[Float] float (0 to 1)
|
Float modifiers | 0.0
|
Yes | Position the slime spawn attempt. |
gameplay/turtle_egg_hatch_chance
|
Chance for a turtle egg to progress to its next hatching state on a random tick. | [Float] float (0 to 1)
|
Float modifiers | 0.0
|
Yes | Position of the turtle egg |
gameplay/villager_activity
|
Controlls the default AI activity of villagers.
[String] |
override only
|
idle
|
No | Position of the villager | |
gameplay/water_evaporates
|
Whether water can be placed from a bucket, or by melting ice, or whether wet sponge will dry out. | [Boolean] boolean | Boolean modifiers | false
|
No | Position of the interaction |
visual/ambient_particles
|
Particles that spawn randomly around the camera
|
override only
|
[]
|
No | Camera position | |
visual/cloud_color
|
Opacity of the clouds.
If fully transparent Happy Ghast do not regenerate health faster when at cloud height. |
ARGB color [a 2] | ARGB modifier | #00000000 (fully transparent) |
Yes | Camera position or Happy Ghast position |
visual/cloud_fog_end_distance
|
Distance in blocks when the fog affecting the clouds reaches maximum density.
(also affected by cloud distance option) |
[Float] float | Float modifiers | 2048.0
|
Yes | Camera position |
visual/cloud_height
|
Height of the clouds | [Float] float | Float modifiers | 192.33
|
Yes | Camera position or Happy Ghast position |
visual/default_dripstone_particle
|
The particle generated by dripstone when no liquid is above.
|
override only
|
[a 3] | No | Position of the dripstone block | |
visual/fog_color
|
Color of the fog
(also affected by time of day, weather, and potion effects) |
RGB color [a 4] | RGB modifiers | #000000 |
Yes | Camera position |
visual/fog_end_distance
|
Distance in blocks when the fog reaches maximum density.
(also affected by weather) |
[Float] float | Float modifiers | 1024.0
|
Yes | Camera position |
visual/fog_start_distance
|
Distance in blocks from where the fog starts to have an effect. If negative, fog already exists at 0 distance. | [Float] float | Float modifiers | 0.0
|
Yes | Camera position |
visual/moon_angle
|
Position of the moon in degrees from east to west. 0 is directly up. Only used with overworld skybox type.
|
[Float] float angle | Float modifiers | 0.0
|
Yes | Camera position |
visual/moon_phase
|
Phase of the moon. Only used with overworld skybox type.
[String] |
override only
|
full_moon
|
No | Camera position | |
visual/sky_color
|
Color of the sky
(also affected by time of day and weather) |
RGB color [a 4] | RGB modifier | #000000 |
Yes | Camera position |
visual/sky_fog_end_distance
|
Distance in blocks when the fog affecting the sky reaches maximum density.
(also affected by the render distance) |
[Float] float | Float modifiers | 512.0
|
Yes | Camera position |
visual/sky_light_color
|
Color of the sky light. Has no effect on blocks with a sky light of 0. This value is passed to the lightmap.fsh shader as SkyLightColor
|
RGB color [a 4] | RGB modifier | #FFFFFF |
Yes | Camera position |
visual/sky_light_factor
|
Visual brightness of the sky light. The sky light color is mulitplied with this value and passed to the lightmap.fsh shader as SkyFactor
|
[Float] float | Float modifiers | 1.0 | Yes | Camera position |
visual/star_angle
|
Position of the sun in degrees from east to west. Only used with overworld skybox type.
|
[Float] float angle | Float modifiers | 0.0
|
Yes | Camera position |
visual/star_brightness
|
Brightness of the stars. 0.5 is the default night start brightness. Only used with overworld skybox type.
|
[Float] float | Float modifiers | 0.0
|
Yes | Camera position |
visual/sun_angle
|
Position of the sun in degrees from east to west. 0 is directly up. Only used with overworld skybox type.
|
[Float] float angle | Float modifiers | 0.0
|
Yes | Camera position |
visual/sunrise_sunset_color
|
Color and intensity of sunrise and sunset. Only used with overworld skybox type.
|
ARGB color [a 2] | ARGB modifiers | #00000000 (fully transparent) |
Yes | Camera position |
visual/water_fog_color
|
Color of the fog when underwater
(also affected by time of day, weather, and potion effects) |
RGB color [a 4] | RGB modifiers | #050533 |
Yes | Camera position |
visual/water_fog_end_distance
|
Distance in blocks when the underwater fog reaches maximum density
(also affected by how long the player has been underwater) |
[Float] float | Float modifiers | 96.0
|
Yes | Camera position |
visual/water_fog_start_distance
|
Distance in blocks from where the underwater fog starts to have an effect. If negative, fog already exists at 0 distance.
(also affected by how long the player has been underwater) |
[Float] float | Float modifiers | -8.0
|
Yes | Camera position |
- ↑ Default value for
gameplay/bed_rule:{ "can_sleep": "when_dark", "can_set_spawn": "always", "error_message": { "translate": "block.minecraft.bed.no_sleep" } }
- ↑ a b ARGB colors can be represented as:
- [String] string using
#AARRGGBB - packed [Int] converted from hex to decimal, as a signed 64 bit integer.
- a [NBT List / JSON Array] list of 4 [Float] floats between 0 and 1.
- [String] string using
- ↑ Default value for
visual/default_dripstone_particle:{ "type": "minecraft:dripping_dripstone_water" }
- ↑ a b c d RGB colors can be represented as:
- [String] string using
#RRGGBB - packed [Int] converted from hex to decimal
- a [NBT List / JSON Array] list of 3 [Float] floats between 0 and 1.
- [String] string using
Modifiers
Environment attribute modifiers are used to modify the value of a environment attribute.
- override
- Overrides the existing value with a new value. Functions identical to directly specifying the value. This modifier is available for all value types.
- [NBT Compound / JSON Object] <attribute_id>
- [String] modifier:
override - [Undefined] argument: The new value. The accepted type depends on the value type of the environment attribute.
- [String] modifier:
- [NBT Compound / JSON Object] <attribute_id>
Boolean modifiers
Boolean modifiers are used to modify boolean values. They apply a boolean operator on the old value and a given argument.
- [NBT Compound / JSON Object] <attribute_id>
- [String] modifier:
and,nand,or,nor,xor, orxnor - [Boolean] argument: Argument of the modifier.
- [String] modifier:
Float modifiers
Float modifiers are used to modify float values.
- simple arithmatic
- Applies a simple arithmatic operation to the old value and a given argument.
- [NBT Compound / JSON Object] <attribute_id>
- [String] modifier:
add,subtract,multiply,mimimum, ormaximum - [Float] argument: Argument of the modifier.
- [String] modifier:
- [NBT Compound / JSON Object] <attribute_id>
- alpha_blend
- Applies a alpha blending between the old value and a new value.
- [NBT Compound / JSON Object] <attribute_id>
- [String] modifier:
alpha_blend - [NBT Compound / JSON Object] argument:
- [Float] value: The new value
- [Float] alpha: Optional value between 0 and 1 — Weight of the new value
- [String] modifier:
- [NBT Compound / JSON Object] <attribute_id>
RGB and ARGB modifiers
RGB and ARGB modifiers are used to modify RGB or ARGB color values.
- component-wise color blending
- Applies a component-wise additive, subtractive, or multiplicative color blending of the old color and a given argument color.
- [NBT Compound / JSON Object] <attribute_id>
- [String] modifier:
add,subtract, ormultiply - [Int][String][NBT List / JSON Array] argument: RGB to blend with. The ARGB
multiplymodifier also allows a ARGB argument.
- [String] modifier:
- [NBT Compound / JSON Object] <attribute_id>
- alpha_blend
- Applies traditional alpha blending between colors
- [NBT Compound / JSON Object] <attribute_id>
- [String] modifier:
alpha_blend - [Int][String][NBT List / JSON Array] argument: ARGB color to blend with.
- [String] modifier:
- [NBT Compound / JSON Object] <attribute_id>
History
| Upcoming Java Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.21.11 | 25w42a | Introduced. | |||||
| 25w44a | Added minecraft:visual/water_fog_start_distance, minecraft:visual/fog_start_distance, minecraft:visual/fog_end_distance, minecraft:visual/sky_fog_end_distance, minecraft:visual/cloud_fog_end_distance, and minecraft:visual/cloud_color. | ||||||
Renamed minecraft:visual/water_fog_radius to minecraft:visual/water_fog_end_distance. | |||||||
Removed minecraft:visual/extra_fog. | |||||||
Replaced minecraft:visual/cloud_opacity with minecraft:visual/cloud_color. | |||||||
| Added modifiers on ARGB Color Values. | |||||||
| 25w45a | Added minecraft:visual/sunrise_sunset_color, minecraft:visual/sun_angle, minecraft:visual/moon_angle, minecraft:visual/star_angle, minecraft:visual/moon_phase, minecraft:visual/star_brightness, minecraft:visual/sky_light_color, minecraft:visual/sky_light_factor, minecraft:audio/firefly_bush_sounds, minecraft:gameplay/sky_light_level, minecraft:gameplay/eyeblossom_open, minecraft:gameplay/turtle_egg_hatch_chance, minecraft:gameplay/creaking_active, minecraft:gameplay/surface_slime_spawn_chance, minecraft:gameplay/cat_waking_up_gift_chance, minecraft:gameplay/bees_stay_in_hive, minecraft:gameplay/monsters_burn, minecraft:gameplay/can_pillager_patrol_spawn, minecraft:gameplay/villager_activity, and minecraft:gameplay/baby_villager_activity. | ||||||
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||