Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / Minecraft Data Pack Dimension Type
Schema registry

Minecraft Data Pack Dimension Type

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

**/data/*/dimension_type/*.json

Check your file against this schema

Opens the validator with this schema already loaded. Paste your **/data/*/dimension_type/*.json and it validates in your browser — nothing is uploaded.

Validate a **/data/*/dimension_type/*.json → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
namestringThe resource location used for the dimension type.
ultrawarmbooleanWhether 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.
naturalbooleanWhen 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_scalenumberThe multiplier applied to coordinates when traveling to the dimension.
has_skylightbooleanWhether the dimension has skylight access or not.
has_ceilingbooleanWhether the dimension has a bedrock ceiling or not.
ambient_lightnumberHow much light the dimension has.
default: 0.5
fixed_timeanyOfIf this is set to a number, the time of the day is the specified value.
piglin_safebooleanWhether piglins shake and transform to zombified piglins.
bed_worksbooleanWhen false, the bed blows up when trying to sleep.
respawn_anchor_worksbooleanWhether players can charge and use respawn anchors.
has_raidsbooleanWhether players with the Bad Omen effect can cause a raid.
logical_heightintegerThe 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_yintegerThe minimum height in which blocks can exist within this dimension.
heightintegerThe total height in which blocks can exist within this dimension.
infiniburnstringA resource location defining what block tag to use for infiniburn.
effectsstringDetermines the dimension effect used for this dimension.
default: "minecraft:overworld"
one of: "minecraft:overwor…, "minecraft:the_net…, "minecraft:the_end…

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$commentJSON Schema Core, draft 2020-12§8.3 — Comments With "$comment"
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
anyOfJSON Schema Core, draft 2020-12§10.2.1.2 — "anyOf"
defaultJSON Schema Validation, draft 2020-12§9.2 — "default"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
enumJSON Schema Validation, draft 2020-12§6.1.2 — "enum"
maximumJSON Schema Validation, draft 2020-12§6.2.2 — "maximum"
minimumJSON Schema Validation, draft 2020-12§6.2.4 — "minimum"
multipleOfJSON Schema Validation, draft 2020-12§6.2.1 — "multipleOf"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas