MAKER · JAVA

Make a dimension all your own

Describe a realm — a frozen crystal world, a glowing void, a scorched wasteland — and the engine builds a real Java dimension with its own biome and terrain. Teleport straight in; it's pure datapack data, so it always loads.

WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “A FROZEN CRYSTAL DIMENSION

Frozen Crystal Dimension · Java datapack · 6 files

It does this: 1 custom biome; a custom dimension.

README.txt
data/frozen_crystal_dimension/dimension/frozen_crystal_dimension.json
data/frozen_crystal_dimension/dimension_type/frozen_crystal_dimension.json
data/frozen_crystal_dimension/worldgen/biome/frozen_crystal_dimension_biome.json
pack.mcmeta
… 1 more

Start it: /reload

How it works

  1. 1Describe it: "a frozen crystal dimension" — the mood shapes the biome and terrain.
  2. 2Install the datapack in your world's datapacks folder and /reload.
  3. 3Teleport in with the command from the README (/execute in <ns>:<id> run tp @s ~ ~ ~).

Questions people ask

Do I need to build a portal?

No — you teleport in with a command (in the pack's README). The dimension exists as soon as the pack loads.

Will it load on my version?

Yes — generate with your Minecraft version selected and the datapack format is set correctly for it.

Can I add a matching biome?

The dimension ships with its own biome; for extra standalone biomes use the biome maker.

Why it never breaks

No language model writes these files. Deterministic engines parse your description into validated parameters and emit game files that are correct by construction — then CI boots real Paper and Bedrock servers weekly to prove packs still load on current Minecraft. Read the full story on the comparison page or in the docs.