-
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Jochen Jacobs edited this page Sep 28, 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.
To provide user friendly names for biomes, structure, etc., you can use language files.
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.