Gttweaker uses details GTTWEAKER MINECRAFT Game

GT TWEAKER is a more proud magic modification mod, which has a lot of "characteristics".

· Features 1: The content of the new magic reform will not be displayed

If you make a change to a certain code, even if you use the "/mt RELOAD" to overload, the GT machine will not read a new formula, but adopt the old formula for processing.This feature returns to normal after restarting the game.

· Features 2: The compatibility of the formula that coincides with the default reconstruction

Here is an example:

Mods.gregtech.asSembler.addrecipe (, [*3, *2, , , *2, *0], *288,40,30);

And because this part "4 aluminum rods"+"configuration circuit = 4" = "1 aluminum frame" has exactly the same part ("aluminum pole"+"configuration circuit = 4"), although thisIt is a correct magic change code, but the machine does not recognize it. "

The following code can be correctly identified:

Mods.gregtech.asSembler.addrecipe (, [*3, *2, , , *2, *0], *288,40,30);

Although the "configuration circuit+aluminum rod" is still in the form of Metadata, the machine will identify it as a new formula and register it.

Note: The judgment relationship here contains the relationship, that is, when the old synthetic A∈ new synthetic B, the machine will only read the A formula, and ignore the B formula, and will not report an error.

· Feature 3: Automatically take the maximum public factor

For some producers, they want to consume several materials at one time and produce the products with the corresponding amount of output, but GTTWEAKER will automatically calculate the maximum public factor of these formulas except the power.In addition to the maximum public factor, the formula registered in the machine is obtained.

That is: enter the formula of "10 iron ingot+50 stone+200EU/T+50tick = 10 dirt" formula, the program will automatically determine that their maximum public factor is 10, and the second calculation is performed to get "1 iron ingot+5 stone stones+200EU/T+5Tick = 1 Earth "formula, and register this formula into the corresponding machine.

· Features 4: Output probability problem

Different from GT6, when multiple same items are performed by the same item, it is generally prompted "X%EACH", that is, each item is calculated separately.Essence

However, GT5 is, "Output Item*2 (70%probability)" refers to 70%probability output 2 items, 30%probability output 0, there is no case out of only 1 output situation

GTTweaker also adopted this mechanism.

· Features 5: meaningless alert