Magic Reform of the Artisan-Meng New Tutorial 1.0 [AW] Artisan Working Power/Artisan Worktables Minecraft Game

This tutorial is set by the author to use the CC By-NC-ND protocol.

I am also the first -school magic reform. Welcome to correct any wrong place. This tutorial is version 1.0, and version 2.0 will be changed from simpler in the workshop.

It is strongly recommended to use the Crafttweaker to be used by the magic reform craftsmanship.

After installing the crafttweaker in the MODS folder, it will generate a scripts file in the .minecraft. Of course, you can also manually create a folder by yourself. Create a new txt file in this file and change the suffix to .zs.The name cannot be named Chinese, otherwise it cannot be read.

Enter Import Mods.artisanworktables.builder.RcipeBuilder;

[Import means import, the subsequent mods.artisanworktabletables.builder.RcipeBuilder is a processing package for craftsmen. Just as you need to play a computer, you need to have electricity. Disassembling you alone or given you only the same host is the same.Can't play the computer]

Pay attention to the subsequent symbols, do not write the English score [;] into a Chinese segment, otherwise it will be the same;

Enter recipebuilder get (xxx) in the third line;

[Recipebuilder means generating a synthetic table. Get means to let this synthetic table synthesize in which workbench/workstation/workshop.), BASIC (Basic Workshop), Blacksmith), Jewler (jewelry business platform), MAGE (mage workbench), MASON (stone craft workbench), PotterLobulist workbench)]

The fourth line input .setshapet ([Edit synthetic table, setshaped represents orderly synthesis]

The fifth line input [, , ],

The sixth line input [, , ],

The seventh line input [, , ], [It should be not difficult to find that this is the synthetic table of 3x3?NBT, after installing Crafttweaker, you can hold the item and then enter/ct hand to copy the NBT data of the item to the shear plate. This is why I strongly recommend installing the Crafttweaker template]

Enter the eighth line input .addoutput () [AddoutPut means the product after synthesis.

Enter .create () in the ninth line; [Create represents the registration synthetic table. If there is no such option, the entire synthetic table will not take effect]

xxx .setname (String name); [Naming synthetic table, each synthetic table will have a unique name, which is the reason for the player's UUID.The synthetic table will fail]

xxx .setShaped; [Orderly synthesis]

xxx .setShapeless; [Direct synthesis]

xxx .setfluid; [Each workbench/workstation/workshop has different capacity fluid grooves. After entering this option, you can select how much fluid consumes each synthesis]

xxx .setSecondaryingRedients; [Set up auxiliary items, which can be understood as a catalyst, you need to be consumed or not consumed every time you synthesize. Only the workstation and workshop have auxiliary column. There is no auxiliary bar in the workbench]Whether the auxiliary items are consumed]

xxx .setmirrored; [Set the mirror synthesis table, refer to the original wooden ax synthetic table, as shown below]

xxx .addtool; [Add the tools required for each synthesis and durability of synthetic consumption. If the tool group is below rather than a specific material tool, it will ignore the type of tools. For exampleBritish hammer type..

List of tool group:

[Dagger]

【Burning Cup】

【Heat】

[Carving knife]

【Stone Artists Cut】

【Compass】

【Blacksmith Cut】

[Cutchials]

【Engineer Qi Zi】

[Knife]

【Carpenter Hammer】

【Jewelry Cutting Tool】

【Master Treasure ”]

[Slotor]

【Blacksmith Hammer】

【Carpenter Saw】

【Carpenter Ax】

[Knife]

[Legend]

[Tailor needle]

[Pot]

【Drawing Pencil】

【Jewelry Piece】

【Paponator】

【Goose Write】

[Tailor Cut]

[Sieve]

【Electric Big Iron】

【Engineer wrench】

[Stone Messenger Plusters] [Ding Zi ruler]

xxx .addoutput; [Set the product of each synthetic, you can set a variety of products, each product has a probability of being produced, which can be understood as equipment enhancement]

xxx .setextraoutputone; [Set additional output, the default is the item A+item B synthetic item C. If the additional output is set, then it may become an item A+item B synthetic item C+item D]

xxx .setextraoutputtwo; [Ibid above, a synthetic table has up to 3 additional output, this is the second additional slot]

xxx .setextraoutputhree; [Ibid, a synthetic table has up to 3 additional output, this is the third additional slot]

xxx .setminimumtier; [Set this synthetic table can be produced in the minimum level of workbench, there are 3 levels of the synthetic table, namely level 0 workbench, level 1 workstation, level 2 workshop]

xxx .setmaximumtier; [Set up this synthetic table can be made in several levels of workbench]

xxx .setexperiencequired; [Set the level required for synthetic items, the level required when synthetic, refer to the synthetic table of the magic wood of practical equipment 2, as shown below]

xxx.setLevelrequired; [The minimum level required when setting a synthetic item, but you can call SetConsumexperient for each synthesis does not consume level]

xxx .setConsuMeexperine; [The use as above, there are two options: True and FALSE]

xxx .setRecipeFunction (IRCipefunction ReCipefunction); [Formula function, I don't know what it means for the time being]

xxx.setRcipeaction (IRCipeAction RecipeAction); [Formula function, I don't know what it means for the time being]

xxx .setcopy (Copy Copytask); [Copy, I don’t know what it means for the time being]

xxx.addrequirement (ImatchRequirementBuilder RequirementBuilder);

xxx.create (); [Create represents the registration synthetic table. If there is no such option, the entire synthetic table will not take effect]

Example code display section:

 Import Mods.artisanworktables.builder.RcipeBuilder;

Recipebuilder.get (""))

.SetShaped ([[[[[[[[[[[[[[[[[[[[[[[

[]])

.Setflum (*300)

.Setsecondaryingredients

.SetConsumeseCondaryingRedients (FALSE) .addtool (, 10), 10)

.Addtool (, 10)

.Addtool (, 10)

.Addoutput (*5)

.Setextraitputone (, 0.15)

.Setextraitputtwo (, 0.22)

.SetextraitputThree (, 0.25)

.SetLevelrequired (45)

.SetConsumeexperinence (FALSE)

.Create ();

Code explanation: In the tailor workshop, 5 clay is synthesized in an orderly manner, and 1 iron ingot+1 gold ingot+1 redstone basic material, 300MB of lava, auxiliary materials: 20 lines, 20 stones, minimum 45 45Levels to synthesize and do not consume the auxiliary materials and grades after synthesis. We need tools: any type of blacksmith sheet cut, blacksmith hammer and carpenter hammer. After the synthesis, the three tools are 10 points durable.Redstone, 22%of the probability of 1 gunpowder, a 25%probability of 1 egg.

If you have any questions, please contact me, as long as I will, I can answer it.

Of course, you can also see the Wiki of the craftsman's work, but it is only English. It is recommended to use Google to translate.wiki link: https://artisan- worktables.readthedocs.io/en/latest/