-
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Jochen Jacobs edited this page Aug 26, 2023
·
3 revisions
This wiki details how to make your datapack or mod compatible with the Minecraft Datapack Map.
Mods can only be compatible if they use the vanilla multi-noise biome source and datagen a dimension file or world preset.
To define biome colors and structure icons, see Biome and Structure Metadata.
If your dimension introduces a new dimension, or modifies the overworld terrain in such a way that minecraft:overworld/offset
is not representing the height of the terrain, then you need to create a special density function to define the terrain height. See Surface Height Calculation.