your current location:首页 > news>How to use Ice and Fire Tweaker to carry out the Dragon Steel forging furnace, Ice and Fire Tweaker Minecraft Game

How to use Ice and Fire Tweaker to carry out the Dragon Steel forging furnace, Ice and Fire Tweaker Minecraft Game

2024-12-10 17:53:31|Myriagame |source:minecraft skins

Remove recipe:

Take Thunder Dragon Steel forging oven as an example,

Mods.iceandFire.Dragonforge.removeLightingReCipe ()))))

Remove the formula of Rayolong Steel, in parentheses, reference with spikes.It should be noted that the Lightning after Remove can also be replaced with Fire or ICE, corresponding to three dragon steel forging furnaces.

MODS.ICEANDFIRE.Dragonforge.removerecipe ("Lightning", );););;);

It can also have the same effect.The string in the quotation section can fill in one of ICE, Fire, Lightning, corresponding to three dragon steel forging furnaces: ice, fire, and thunder.


Add formula:

mods.iceandfire.dragonforge.addrecipe ("Lightning", output items, input items, input items);

The items need to be referenced by brackets. Lightning in parentheses can be replaced to ICE or Fire, corresponding to three dragon steel forging furnaces.

Of course, you can also use the following method.

mods.iceAndfire.Dragonforge.addlightningReCipe (output items, input items, input items);

The Lightning after ADD can be replaced with ICE or FIRE, corresponding to the three dragon steel forging furnaces.