your current location:首页 > news>World Preview (World Preview) Minecraft

World Preview (World Preview) Minecraft

2024-12-12 09:18:37|Myriagame |source:minecraft skins

Overview

This module allows players to preview the map of seeds when creating a new world.

Install

Just download the latest World Preview Jar file for your Minecraft version.In addition, be sure to make sure you use the correct version of the module loader (Fabric/Forge).Save the downloaded jar file into the MODS folder of the MINECRAFT instance.

Finally, if you are using Fabric, you also need to download the Fabric API.

usage

This module adds a new "Preview" tab to a single game menu.

Minecraft images

After opening the tab, you will randomly select a seed and generate a biological group map:

Minecraft images

By default, the main world dimension will be generated without displaying the structure, nor does it generate a height diagram.Players can be changed in the "setting" ("Preview" tab).

After the Structure Sampling is enabled, you can switch the visibility of each structure type in the preview:

Minecraft images

After the height sampling is enabled, you can switch and preview between the biological group map and the color height chart:

Minecraft images

After enabling the Y-axis Sampling Sampling, the preview can also show the current square height of the Y-axis.In addition, the blocks below the height of the Y -axis will also be displayed in a lighter color:

Minecraft images

Since version 1.1.0, it also provides experimental support for the single game world to open preview in the game:

Minecraft images

Continue preview

Click and drag the map part of the preview tab to move along the X and Z axis.This will lead to the following load order:

Any biological group system that has not been sampled on the current Y layer;

Structural diagram (if enabled);

Height chart (if enabled);

The adjacent Y layer (if it is enabled).

Sliding mouse will not magnify the map (the configuration menu is used to control the separate level of the scale), but moves along the Y axis.In this way, you can also see the cave biological group.Please note that the height of the non -cave biological group exceeds the height of the entire world.

Other functions

Can be used with other modules!Test:

Terralith;

There are many biological groups.

Specific seed storage;

Highlight display a specific biological group;

Height configuration and scalable.

Version support status

The following table shows the current module's support for Minecraft version.

Minecraft version support status 1.20.x support

Common problem

Q: Do you support the previous version of Minecraft 1.20?

Answer: No support.

Q: Do you support multiplayer games?

Answer: No support.

Q: Sliding mouse cannot be scaled to preview!

Answer: Sliding the mouse to move the Y layer up and down.To change the zoom level, please go to "Settings" (wrench on the upper left)-> "Resolution", and then change the visual size of the block.

Question: For the y -axis point view, the preview is completely black/white.

Answer: This may be because the initial Y -axis height of the preview is located at the height limit of the building.Try to roll down to a lower Y -axis height, you should display something.

Q: My CPU reached 100%!

Answer: You can restrict the core number of use in "Settings" (wrench in the upper left)-> "Conventional".By default, this module will try to calculate the biological group preview/structure/height chart as soon as possible.These calculations require a lot of CPU resources.

Module compatibility

This module should be compatible with most modules (including modules that add new biological groups and dimensions).

Terrafirmacrapt (TFC)

This module is compatible with Qunluan Legend (TFC).But there is a known problem:

For the world that has been installed in the legend of Qunluan, at all the Y -axis height, the Y -axis Dot View preview will always present a white screen. This is because the GetBaseColum method is used in the TFC block generator.Essence

Clarify here: This problem does not mean that TFC is broken or does something wrong (it is obviously running independently and doing its own work).This problem only means that TFC cannot provide the required information for the preview function of this module in this case.

Add support for the new biological group and structure

Players can register new biological groups, structures, etc. through the Minecraft packet mechanism.For more information, see the World Preview data format document.