This tutorial is set by the author to use the CC By-NC-SA protocol.
Game version: 1.12.2 java version
MOD: Forge 14.23.5.2847, IC2 2.8.188-EX112, AE2 RV6-Stable-7
Until the 1.18 Forge version, the JAR package and its configuration files of IC2 have not changed. Theoretically this tutorial is still effective (not tested).
This solution only discusses IC2 and AE2, and does not add other mods. When referring to modifying the formula of this tutorial, be careful not to conflict with other MOD formulas
step.1
Use compression software (such as 360 compression, etc.) to open the JAR package of IC2, enter the Assets/IC2/Config folder, find the MACERATOR.INI file in config, this file is the synthetic table configuration file of the crusher.As shown in the figure:
step.2
Unzip the MACERATOR.INI file!Unzip!Unzip!Come out and put in the game directory .minecraft/config/IC2. If the folder does not exist, build it yourself.
Don't directly modify the jar package!IntersectionIntersection
Don't directly modify the jar package!IntersectionIntersection
Don't directly modify the jar package!IntersectionIntersection
step.3
Modify the configuration file and add the synthetic table we need at the end of the file. If there is no need, do not modify the original content, otherwise it may cause the synthetic table to be confusing. In severe cases, an error will be reported and cannot enter the game.
After modifying the synthetic formula, there may be the following reasons:
Recipe conflict
The items in the formula are not clear, please refer to the post -text after the specific writing
Modified the file in the jar package
For other reasons, specific problems need to be analyzed for specific problems
The following introduces the modification method
The INI -type configuration file used by IC2 mainly configures in the form of key value pair, that is:
Item A = Item B
The formula in the configuration file is one row, and item A only supports the original items. The data value of the items and mineral dictionary added by IC2 (such as the last shadow pearl Minecraft: Ender_pearl), entering other content will cause the game to report an error. When using the mineral dictionaryAdd prefix Oredict.There is no such limit for items B. It is recommended to write a specific name instead of mineral dictionary, such as the last shadow pearl and write:
Minecraft: Ender_pearl = Appliednergistics2: Material@46
Not
Minecraft: Ender_pearl = OORDICT: Dustennderpearl
This will not be disturbed by other mods, and when the AE2 is not added, this configuration will not take effect.
When the items in the formula are multiple, use *n to indicate, n is the number.
In addition, do not use Chinese in the configuration file, do not use Chinese, do not use Chinese.
The synthetic table modified using this method can be query by NEI.
The multi -person mode server can also be configured using this method without setting the client.You can modify it as appropriate.
The content of the personal configuration of the UP, the contents of the contents after the segmentation of the line 188 are annotated
This configuration means:
Redstone ore powder gets 3 red stone powder
Coal ore ore Powder to get 2 coal
Laoshi ore ore Powder to get 4 lapis lazuli
Lower quartz ore powder powder obtains 2 Xiajie quartz
The last shadow pearl powder gets a last shadow powder
Lower quartz fans to get a quartz powder
In the mineral dictionar
In the mineral dictionary, the item of the Setz quartz crystal gets a Sets quartz powder
In the mineral dictionary, the items of the High -Chunjie quartz crystal have two quartz powder
In the mineral dictionary, the items of the Gaomun Setus quartz crystal are folded to get two Settz quartz powder
In the mineral dictionar
The effect is as follows:
There are many projects, not one by one.
Outsider
IC2's JAR Pack ASSETSIC2CONFIG folder also has the synthetic table configuration of other machines. Everyone can explore it by themselves.
In order to make it easier for everyone to copy, I put the code in the picture up. You can add it as needed. This configuration is used by the author. If you need to consider the balance, please consider it yourself
; Minecraft Ores Plus
Minecraft: Redstone_ore = Minecraft: Redstone*3
Minecraft: Coal_ore = Minecraft: Coal*2
Minecraft: Lapis_ore = Minecraft: Dye@4*4
Minecraft: quartz_ore = Minecraft: Quartz*2
; AE2 Plus
Minecraft: Ender_pearl = Appliednergistics2: Material@46
Minecraft: Quartz = Appliednergistics2: Material@3
Oldict: Crystalfluix = Appliednergistics2: Material@8
Oldict: Crystalcertusquartz = Appliednergistics2: Material@2
Oldict: CrystalPurenetherquartz = Appliednergistics2: Material@3*2
Oldict: CrystalPurecertusquartz = Appliednergistics2: Material@2*2
Oldict: CrystalPureFLUIX = Appliednergistics2: Material@8*2