Minecraft:Dimension type
From SAS Gaming Wiki
More actions
Template:Exclusive Dimension types are technical Minecraft:JSON files within a Minecraft:data pack, in the folder Template:Cd. They define properties of a dimension such as world height build limits, the ambient light, and more.
JSON format
- Template:Nbt The root object.<section begin="definition" />
- Template:Nbt: The multiplier applied to coordinates when leaving the dimension. Value between 0.00001 and 30000000.0 (both inclusive).
- Template:Nbt: Whether the dimension has skylight or not. If set to false, weather is additionally disabled.
- Template:Nbt: Whether the dimension has a bedrock ceiling. Note that this is only a logical ceiling. It is unrelated with whether the dimension really has a block ceiling. If set to true, there is no weather, the way respawn and mob spawning positions are calculated is changed,Template:Info needed and maps record terrain within a 32 block radius around the player, instead of 64 – however, no data is actually recorded, and instead a pattern will be displayed.
- Template:Nbt: Whether this dimension can have an Minecraft:ender dragon fight. Template:More info
- Template:Nbt: How much light the dimension has. When set to 0, it completely follows the light level; when set to 1, there is no ambient lighting.Template:More info
- Template:Nbt: (optional, defaults to
false) Whether this dimension has fixed time. Template:More info - Template:Nbt: A single integer from 0 to 15. Block light level must be less than or equal to this value for monsters to spawn.
- Template:NbtTemplate:Nbt: An integer or int provider from 0 to 15. Each time a monster spawn is attempted, a value is calculated using this int provider. The result of the following formula must be less than or equal to this value for monsters to spawn:
max( skyLight - 10, blockLight )during thunderstorms, andmax( internalSkyLight, blockLight )during other weather. - Template:Nbt: The maximum height to which Minecraft:chorus fruits and Minecraft:Nether portals can bring players within this dimension. This excludes portals that were already built above the limit as they still connect normally. Cannot be greater than Template:Nbt.
- Template:Nbt: The minimum height in which blocks can exist within this dimension. Must be between -2032 and 2031 and be a multiple of 16 (effectively making 2016 the maximum).
- Template:Nbt: The total height in which blocks can exist within this dimension. Must be between 16 and 4064 and be a multiple of 16. The maximum building height = min_y + height - 1, which cannot be greater than 2031.
- Template:Nbt: A block tag with
#. Fires on these blocks burns infinitely. - Template:Nbt: (optional, defaults to
overworld) The skybox to use. Can be Template:Cd. - Template:Nbt: (optional, defaults to
default) Direction of cardinal light affecting blocks. Can be Template:Cd - Template:Nbt: Map of Minecraft:environment attributes that apply when in this dimension.
- Template:Nbt: Template:Json ref to use as the default for this dimension. This clock will be used as default for the Template:Cmd command, and the
minecraft:wake_up_from_sleepandminecraft:roll_village_siegeMinecraft:time markers of this clock will be used. If not specified, the dimension doesn't have a default clock. - Template:NbtTemplate:Nbt: Template:Json ref that are active in this dimension.<section end="definition" />
Defaults
These are the settings used by the 3 dimensions present in Vanilla and the additional Overworld Caves settings provided by Minecraft.
| Property | Minecraft:Overworld | Minecraft:The Nether | Minecraft:The End | Overworld Caves |
|---|---|---|---|---|
| Template:Nbt | Template:Tc | Template:Tc | Template:Tc | Template:Tc |
| Template:Nbt | Template:Tc | Template:Tc | Template:Tc | Template:Tc |
| Template:Nbt | Template:Tc | Template:Tc | Template:Tc | Template:Tc |
| Template:Nbt | 1.0 | 8.0 | 1.0 | 1.0 |
| Template:Nbt | Template:Tc | Template:Tc | Template:Tc | Template:Tc |
| Template:Nbt | 0.0 | 0.1 | 0.0 | 0.0 |
| Template:Nbt | -64 | 0 | 0 | -64 |
| Template:Nbt | 384 | 256 | 256 | 384 |
| Template:Nbt | 384 | 128 | 256 | 384 |
| Template:NbtTemplate:Nbt | 0-7 | 7 | 15 | 0-7 |
| Template:Nbt | 0 | 15 | 0 | 0 |
| Template:Nbt | Template:Tag link | Template:Tag link | Template:Tag link | Template:Tag link |
| Template:Nbt | overworld | none | end | overworld |
| Template:Nbt | default | nether | default | default |
| Template:Nbt | overworld | Template:Tc | the_end | overworld |
History
External links
Template:Navbox Java Edition technical
Minecraft:de:Dimensionsarten Minecraft:fr:Type de dimension Minecraft:ja:ディメンションタイプ Minecraft:pt:Tipo de dimensão Minecraft:zh:维度类型