your current location:首页 > news>Fool -style tutorial: use Crafttweaker to restore the original blast furnace [FMC] in the future MC (FUTUR

Fool -style tutorial: use Crafttweaker to restore the original blast furnace [FMC] in the future MC (FUTUR

2024-12-10 17:45:14|Myriagame |source:minecraft skins

Want to use the blast furnace of this module for your module equipment, but disappointed that it cannot burn metal armor and tools like the original version?This tutorial is for you!Make sure fools can understand!

First of all, you need to install the linked module Crafttweaker, which is a powerful magic reform module that allows you to DIY a lot of things with simple script language.Those who are interested can check the relevant tutorials, but today we are all fools!

After downloading and installing, it's great.Then run the game again. At this time, you should have an additional Scripts folder in your .minecraft folder, but it is obvious that he is empty.Let's create a new text document in this folder, and name it fmc.txt.

Next, we copy the following code to enter the text document:

 mods.futuremc.blastfurnace.addrecipe (, );

mods.futuremc.blastfurnace.addrecipe (, );

mods.futuremc.blastfurnace.addrecipe (, );

mods.futuremc.blastfurnace.addrecipe (, );;);;);

mods.futuremc.blastfurnace.addrecipe (, );

mods.futuremc.blastfurnace.addrecipe (, );;);;);;);

mods.futuremc.blastfurnace.addrecipe (, );

mods.futuremc.blastfurnace.addrecipe (, );

mods.futuremc.blastfurnace.addrecipe (, );

mods.futuremc.blastfurnace.addrecipe (, );

mods.futuremc.blastfurnace.addrecipe (, );

mods.futuremc.blastfurnace.addrecipe (, );

mods.futuremc.blastfurnace.addrecipe (, );

MODS.FUTUREMC.Blastfurnace.addRecipe (, ); raft: Golden_pickaxe:*>, );

mods.futuremc.blastfurnace.addrecipe (, );

MODS.FUTUREMC.BLASTFURNACE.ADDRCIPE (, );

mods.futuremc.blastfurnace.addrecipe (, );

MODS.FUTUREMC.Blastfurnace.addRecipe (, );

MODS.FUTUREMC.Blastfurnace.addRecipe (, );

MODS.FUTUREMC.BlastFurnace.addrecipe (, );

mods.futuremc.blastfurnace.addrecipe (, );

Smart fools may understand the grammar of the method.That's right, this is the formula of all metal armor and tools that can be burned in the original mid -level blast furnace.The previous items are raw materials, and the latter is the product.:*Here it means that the blast furnace will ignore the durability and enchantment of the raw materials.If you want to change the formula, you only need to change the item ID in the code.For example: you can change all Nugget to Ingot.Because the conversion rate of the original version is too low!

So the last step: save and exit the text document, and change the suffix of the text document to .zs now its name should be fmc.zs

Finish!Enter the game and enjoy it in version 1.12.2 twice the rotten!

Note: This tutorial only provides a very superflied job of Crafttweaker, and try to understand the language that can also be understood with programming Xiaobai. If you are interested in the deep and systematic application of Crafttweake, please move here and here.