AOA3.6+ formula interpretation and custom data packet [AOA3] nothingness world 3 (Advent of Ascension 3) Minecraft Game

This tutorial is an analysis of the synthetic formula of AOA3. At the same time, it is suitable for players who have a certain foundation for the content and packet production of AOA3. The applicable version is AOA3.6+.

Niwuju World 3 adds Frame Bench (framework workbench) Upgrade Kit, Whitewashing, IMBUming, INFUSION, TOOL Interaction, Trophy Crabing Synthesize) And Ashfern cookingThe two synthesis methods of upgrading packages and powder decoration are similar to the forging table before version 1.20. The corresponding blocks are sacred altars and powder altars, but more repeatedly described;, Can't change it with a packet.

Tool interaction

When you use a sword -cut fish on the workbench to obtain a sea bully, you will find that no matter whether it is durable or not, the sword will always reduce durability according to the number of fish. This is because its synthesis method is TOOL_INTERACTION.This synthesis method is a type of disorderly synthesis. The following is an instance using the synthesis method.

 {{

"Type": "Aoa3: Tool_interaction",

"Ingredients": [[

{{

"Item": "Minecraft: Blue_ice"

},

{{

"Tag": "Minecraft: Pickaxes"

}

],,,

"Result": {

"Item": "AOA3: Ice_crystal"

},

"TOOL": {

"Tag": "Minecraft: Pickaxes"

}

}

The purpose of this synthesis is to use Hao and Blue Ice to obtain ice crystals. It can be seen that the formula is similar to the original synthesis. Only the "Tool" item, that is, the interactive tool used.The interactive tool must match a certain item in the raw material, and the following situations may occur:

If not matched, it cannot be performed (but can see the formula in JEI);

If there are multiple "TOOL", the last one is the corresponding tool;

If the raw material and the corresponding match are not durable items, the item will be consumed directly (that is, the same is the same as the original).

Note and aggregate

Note (aggregation platform: enchant (≥3.2)) and aggregation are the synthesis method of enchanting and items by the aggregation platform.

By customized magic formula, you can get a curse that is higher than the upper limit of the original level, or you can customize the enchantment of other modules. The enchantment will adapt to the corresponding items.

 {{

"Type": "AOA3: Infusion",

"INFUSION": {

"Enchantment":,,,

"Level":

},

"INFUSION_LEVEL":, "Ingredients": [

]

}

If "Infusion_level" is slightly not written, there is no demand for magic.As of 3.6.31, because the magic formula in the module still has level requirements and cannot obtain skill experience and various energy stones normally, most formulas cannot be used;You need to wait for the magic skills to be re -updated.

For 1.16.5-3.6, due to the removal of magic injection skills, there is no impact on the formula for the "INFUSION_LEVEL".

The aggregation is equivalent to adding a position of the raw material (ie input item) to the workbench, and its raw materials are disorderly synthesized.Pay 80,000 silver coins to Crazy Diff to get the 10th slot

 {{

"Type": "AOA3: Infusion",

"Ingredients": [[

],,,

"Input": {

},

"Result": {

}

}

Prize synthesis

As one of the few block entities (Tile Entity) of this module, the seats are used to store the information of the entity and provide their rotation rendering, while its item form records the corresponding physical ID.Since the synthesis of the award requires the same entity and the product will have a corresponding physical ID, its function is implemented by the Java code and cannot be changed to use data packets (you can try to use CRT or Kubejs).

Ashes fern cooking

The ashes fern was added in a version 1.20.1-3.6.30 version. The function of 3.6.31 was officially improved and used for cooking food.The ashes can be used as fuel burning for 40 seconds (800 ticks), and can also be cooked directly in the workbench. The type is also disorderly synthesis.Class and fish.According to this judgment, the ashes fern can also be fired as a burst of purple pornographic fruit without firing the kelp into a dry kelp, that is, it is not determined whether the product is edible.Ashfern cooking is also implemented with Java code and cannot be changed with packets.

gallery

Use Thunder Wand "Charging Energy" (Tool Interactive Synthesis) Customized Speeding Sneak Magic

Custom red petal aggregation formula