Index
Volumes |
---|
Volume Components |
Volume Definition Properties |
Volume Description Properties |
Volumes
Volume Components
These are the various possible components for this entityName | Type | Default Value | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
minecraft:bounds | Component that defines a minimum and maximum block position for a bounding box and which world dimension the bounding box is in. Every volume must have a bounds component.
|
||||||||||||||||||
minecraft:fog | Displays the given fog whenever a player enters the volume. Each volume can only have one fog attached.
|
Volume Definition Properties
The properties of a minecraft:volume entity. Note that every volume must have a bounds component. All other components are optional.Name | Type | Default Value | Description |
---|---|---|---|
format_version | String | Specifies the version of the game this entity was made in. Minimum supported version is 1.17.0. Current supported version is 1.17.0. |
Volume Description Properties
The description contains a single 'identifier' stringName | Type | Default Value | Description |
---|---|---|---|
identifier | String | The unique identifier for this volume. It must be of the form 'namespace:name', where namespace cannot be 'minecraft'. |