HomeJavaModsBiome Snapshot
Biome Snapshot
ModsJava

Biome Snapshot

by An_Night · on Modrinth

This mod provides some commands to export the biome or terrain status of a specified coordinate range as a flat map (requires permission level of 4).

⬇ Download on Modrinth
Biome Snapshot — screenshot 1Biome Snapshot — screenshot 2Biome Snapshot — screenshot 3

BiomeSnapshot

Logo

Minecraft Support

Modrinth Downloads CurseForge Downloads Modrinth Version

MCMOD Homepage Issues


This mod provides some commands to export the biome or terrain status of a specified coordinate range as a flat map (requires permission level of 4).

The exported image is saved in config/biome-snapshot/<levelName>/.

Supports en_us, zh_cn, zh_hk and zh_tw languages.

Important:

/biome-snapshot

Export the biome or terrain status of a specified coordinate range as a flat map (requires permission level of 4).

Grammar

/biome-snapshot <colorResolver> <from> <to>

Parameters

/biome-snapshot-config

Configure each color resolver (requires permission level of 4). After the game restarts, all configurations will be reset to the default values.

Grammar

There are three subcommands for/biome-snapshot-config (biome, mainland_ocean_biomeandmainland_river_ocean_biome).

Parameters

Color Resolvers

Biome Color Resolver

ID: biome.

Based on biomes, each biome has its own unique color.

Example: /biome-snapshot biome -5000 -5000 0 0

Biome Color Resolver

Mainland Ocean Biome Color Resolver

ID: mainland_ocean_biome.

Based on biomes, all biomes are divided into two categories: mainland and ocean. Mainland is represented by the color of plains (green) by default, and ocean is represented by the color of ocean (dark blue) by default.

Example: /biome-snapshot mainland_ocean_biome -5000 -5000 0 0

Mainland Ocean Biome Color Resolver

Mainland River Ocean Biome Color Resolver

ID: mainland_river_ocean_biome.

Based on biomes, all biomes are divided into three categories: mainland, river, and ocean. Mainland is represented by the color of plains (green) by default, river is represented by the color of river (blue) by default, and ocean is represented by the color of ocean (dark blue) by default.

Example: /biome-snapshot mainland_river_ocean_biome -5000 -5000 0 0

Mainland River Ocean Biome Color Resolver

Real Coastline Color Resolver

ID: real_coastline.

"By default, the coastlines for versions 1.18 and above don’t match up perfectly. This is not a bug, but rather because the map shows the underlying biomes instead of the exact terrain. Near coasts, ocean and river biomes often have land, while land biomes can be underwater."
By CHUNKBASE

The above phenomenon occurs in all biome-based color resolvers. If you only need an accurate biome map, this phenomenon will not affect you. If you need a more realistic reflection of the coastline, please choose: Real Coastline Color Resolver.

The Real Coastline Color Resolver is based on the chunk data of the NOISE generation stage, which has generated and applied the real heightmap. Since the surface blocks at this stage are only stone and water, the colors corresponding to these two blocks can be used to reflect the situation of the coastline in the exported image.

It should be noted that the NOISE stage is only an early stage of chunk generation. If the chunk has been fully generated, or even modified by players, the latest surface block will be used as the standard, and the exported image will also use the color of the latest surface block. In other words, Biome Snapshot will not roll back the chunk to the NOISE stage.

In addition, subsequent stages such as terrain carving (CARVERS) may still slightly change the coastline, but these changes are not significant. Moreover, the time and space required to generate chunks to these later stages are much greater than those required to generate to the NOISE stage (early stage). In the future, this may be split into two independent color resolvers for selection.

Example: /biome-snapshot real_coastline -5000 -5000 0 0

Real Coastline Color Resolver

For Mod and Datapack Developers

Biome Snapshot enables developers or enthusiasts of mods and datapacks to configure default colors for their custom biomes.

Please go to the Issue page to submit a request.

Please provide the mod or datapack home page link, your identity (developer, administrator, contributor, etc.), and a list containing the biome information (namespace, path, and default color).

I will respond to your request in the issue.

License

Licensed under the Apache License 2.0.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more