your current location:首页 > news>[IBM] One -click export of group map (Ingame Biome Map) Minecraft

[IBM] One -click export of group map (Ingame Biome Map) Minecraft

2024-12-12 09:25:36|Myriagame |source:minecraft skins

Respecting unknown, exploration is the most meaningful.

——Weoist message


Maybe you have used Chunkbase's Biome Finder tools, but it can only view the original group.If your world has undergone various magic reforms and the group has changed dramatically, how can you dynamically view the group map?

This module may be one of your best choices.

Export group map

A simple instruction can export the group map:

/exportbiomemap   [ [] 

Radius is the export radius (unit: grid). It is recommended not to exceed 10,000 square meters, otherwise the export time will be very long.If the player stands at (0, 64, 0), Radius is 4000, and the output picture contains the group system in the region in the region from the region to the region of the region to (4000, -4000) to (4000, 64, 4000).

SCALE is the map zoom, the larger the value, the smaller the scale.SCALE exports each pixel at 1 to represent the location of a block, and at 16:00, each pixel represents a block.

Structure is whether the structure is exported.TRUE exports the structure icon to the group map, and False only exports the group.

Player is the target player, and the final output map is in the center of the player standing.If players can also export groups such as caves and lush caves in the ground, they can only export the surface group system at a high place.At the same time, the player will receive a prompt of success after the end of the export (no matter success or failure).

If you install the world module of the ocean, you want to see where there is land around -export pictures to take a look.

Minecraft images

Oceanworld export location

Minecraft images

Oceanworld export results

It is really a sea.

The module supports any group module. You only need to add the following JSON in the configuration file's CustomBiomes array field (RGBA is selected. If you do not fill in, RGB is random, A is 255 is opaque):

 {"id": "registered names of the group, such as Byg: Orchard>", "R": , "G": , "B": , "A": } 

Using this, you can export the group of the biological group module you will go:

Minecraft images

byG export position

Minecraft images

byG export results

You can also choose whether to export the structure.For example, after installing the emerald process, the linked icon can be used to export the structure of the module, such as the swamp village, etc.

Minecraft images

Install the emerald process and modify the map exported after the configuration

Finally, let's take a look at whether the production of the group under the original "Unlimited Map Seed" is normal:

Minecraft images

Original export location

Minecraft images

Original export result

Well, it seems normal, only the structure is not normal.

Export resources

In addition, the module 3.0.1 or above has increased resource export, similar to the function of JER in 1.12.2.You can export through the following command:

/exportresource [ [ []]]

Block is the resource block, such as Minecraft: Diamond_ore (diamond ore).

Chunk is the number of blocks sampled each thread, and the default is 1024.

MINHEIGHTCLUSIVE, MAXHEIGHTEXCLUSIVE is the minimum value (including) and maximum values ​​(excluding) of the Y coordinate, and the default -63 and 64.

MultiProcessor is the number of threads, defaults to 1.Please consider increased the server performance.

other

Please upload a log in feedback.It is recommended to submit the Issue directly in the GitHub warehouse.Please note that the above two exports will trigger the block loading. In addition, if the result of the resource export is more accurate, please export in the world where there is no player interaction (damage and placement of squares, use items, etc.) after the creation.

If this module is installed in the server, the client can not be installed on this module -if it is not installed, the export process is normal, and the only impact is the prompt information of success or failure.