TBL configuration options Black Technology Introduction-Custom Portal [TBL] Minecraft Game

Foreword

Unlike the portal mechanism of other multi -world modules, cross -dimensional modules allow players to add custom transmitted trees. Their portal can enable players to go to any specified world, whether it is the original or module.As long as you simply modify the configuration options, you can do it.

If you want to achieve the best play experience, it may not be enough to modify the "custom portable door" option alone.You may also use other configuration options added by the new version; they can be used not only in custom portable doors, but also in other aspects.Therefore, this tutorial will mention the use of their methods and attach a tutorial link to explain their use method alone.


Edition requirements:

Related Dimensional Module Release 3.3.9 or above, you can eat benefits when you update it!

Minecraft game version 1.12.2, depends on the requirements of the module.


Magic reform method:

Considering the habits of different players modify the configuration options, this tutorial will introduce the steps to modify in the game and directly modify the configuration file (config.cfg) outside the game.

Modify the configuration file outside the game to add a custom portable door:

Before that, at least once the game is activated to generate the configuration files of all modules.

Open the game folder (/.minCraft), find the config folder and open it. The configuration files of most modules are here. The configuration file of the staggered dimension module is placed in the theBetWeenlands folder in the Config folder.Open this folder, the config.cfg file is what we want to modify, and open it with software such as notepad, notepad ++.

Try to find the portal_dimension_targets line.

This is one of the methods: press the "Find" function shortcut key CTRL+F, enter in the search box input

on_t

Press the car and jump to portal_dimension_targets.

Note that in order to enter conveniently, the tutorial uses a clever method: In the current version of the configuration file, finding on_t will only jump to the portal_dimension_targets, which will not be other lines; the future versions may not apply.

Observing this line, there is a "<" symbol behind the portal_dimension_targets, and the next line has a ">" symbol.This is actually a pair of pointed brackets; the new content must be filled between this pair of brackets, each of which is occupied by one line.For example:

S: portal_dimension_targets <

Minecraft: Wool: 15/1

Minecraft: Wool: 14/-1

"

(Key points) Add the syntax format of the custom portal

The format of the contents of the filling is:

Module ID: block name: added value:/World ID

Among them, the module ID: block name part is the new version of the box ID format.This "block" is the next block that is used to start the custom portable door.

"Added value" is the added value of the square ID, for example, the black wool is 15.Allows the use of the star number "*" as a pass. At this time, all the blocks of this ID can be used to start the portal.For example, Minecraft: Wool:* is the wool of all colors.Note that it is 0 default when not writing the value -added, not the pass.Therefore, Minecraft: Wool can only specify a white wool with a value of 0.

It is recommended to clearly write the added value or general match, which is a good habit.

The world ID is the world ID that can reach this portal, which is an integer.Among the three worlds in the original version, the lower boundary is -1, the main world is 0, and the last place is 1. Other worlds added by the module depend on their respective configuration options. As long as you know their ID, whether you want to go to TwilightThe forest is still chaotic, just fill in its world ID.

After introducing the grammar format, we can interpret the example given above, and by the way, the usage method is used to define the portal:

S: portal_dimension_targets <

Minecraft: Wool: 15/1

Minecraft: Wool: 14/-1

"

The first is "Right -click with a swamp amulet to click the black wool (Minecraft: Wool: 15) to create a transmitted tree leading to the end."

The second article is "Right -click with a swamp amulet to click the red wool (Minecraft: Wool: 14) to create a transmitted tree to the lower boundary."

Save the configuration file, run the game, place the type you specified, right -click it with a swamp amulet, it will become a transmitted tree like the saplings, although there is no difference between the appearance and other transmitted trees, it is not different, but it is not different, but it doesIt can indeed take you to the world you designated!The method of adding a custom portal in the game:

The advantage of this method is that there is no need to start the game twice, and it can take effect in the game immediately after modification.

Start the game, click the "MOD" button of the main menu to open the MOD option, find The BetWeenlands in the Mod list on the left, and click Config to enter the configuration menu of the staggered dimension module.This step is the same as the steps to modify the configuration options in other tutorials.

You can also press the ESC key in the game and click the "MOD Options" button to open the MOD list.

Click the "World and Megam" to open the configuration menu of the world and the dimension. In the menu, there is a "custom conveyor door".

There is a word on the button displayed in the figure, which is a custom portal that has been added; by default, the button is blank, which has nothing to do with it.Click it to open the add menu for the custom portal.

This is the case by default.Click the green plus number button, there will be an input box, where the definition of the custom portable door is filled in.

The grammatical rules of the custom portal door are exactly the same as the rules in the "configuration file" method. The rolling mouse rolling wheel finds a thick red letter on the page, and you will find it.

We also add the two custom portal in the example of the previous article: Black Wool -> The Lord of the End, Red Wool-> Below transmitted trees.

Back to the game now, put a piece of black wool and a red wool, right -click and try your marsh amulet and see what happened?If the teleportation tree is indeed summoned, the custom conveyor door will be successfully added.

At this point, the main steps of the custom portable door are completed.


Note that if you only complete the steps in this tutorial, the portal generated by this is one -way.

In other words, if you go to the dimension that cannot summon the transmitted tree, there will also be a transmission tree,

But it cannot take you back to the original world.It will not happen to enter such a teleportation tree.

However, there may be some problems with the portal added to this.

For example, you want to avoid some unsafe biological groups.For example, you want to go to the twilight forest with a teleportation tree,

It was thrown in the group of thorns, and it must be uncomfortable.

Or, you want the player to summon the portal to be restricted, such as not allowing to summon the teleportation tree to escape at the end.

For another example, you want to solve the problem of one -way portal mentioned in the previous paragraph, and hope that the portal can be transmitted in both directions.

These wishes need to be implemented in conjunction with other configuration options.