Type object
File match **/data/*/dimension_type/*.json
Schema URL https://catalog.lintel.tools/schemas/schemastore/minecraft-data-pack-dimension-type/latest.json
Source https://www.schemastore.org/minecraft-dimension-type.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Configuration file defining a dimension type for a data pack for Minecraft.

Properties

name string

The resource location used for the dimension type.

ultrawarm boolean

Whether the dimensions behaves like the nether (water evaporates and sponges dry) or not. Also lets stalactites drip lava and causes lava to spread faster and thinner.

natural boolean

When true, nether portals can spawn zombified piglins. When false, compasses spin randomly, and using a bed to set the respawn point or sleep, is disabled.

coordinate_scale number

The multiplier applied to coordinates when traveling to the dimension.

has_skylight boolean

Whether the dimension has skylight access or not.

has_ceiling boolean

Whether the dimension has a bedrock ceiling or not.

ambient_light number

How much light the dimension has.

Default: 0.5
fixed_time boolean | integer

If this is set to a number, the time of the day is the specified value.

piglin_safe boolean

Whether piglins shake and transform to zombified piglins.

bed_works boolean

When false, the bed blows up when trying to sleep.

respawn_anchor_works boolean

Whether players can charge and use respawn anchors.

has_raids boolean

Whether players with the Bad Omen effect can cause a raid.

logical_height integer

The maximum height to which chorus fruits and nether portals can bring players within this dimension. This excludes portals that were already built above the limit as they still connect normally.

min_y integer

The minimum height in which blocks can exist within this dimension.

min=-2032max=2031multipleOf=16
height integer

The total height in which blocks can exist within this dimension.

min=0max=4096multipleOf=16
infiniburn string

A resource location defining what block tag to use for infiniburn.

effects string

Determines the dimension effect used for this dimension.

Default: "minecraft:overworld"
Values: "minecraft:overworld" "minecraft:the_nether" "minecraft:the_end"