your current location:首页 > news>The operation process is based on the CRAFTTWEAR

The operation process is based on the CRAFTTWEAR

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

This tutorial is set by the author's setting without permission.

This article is to prepare for a bunch of English in English, or those who can't open GitHub

And myself, it's really troublesome to open the webpage.Reading Chinese is definitely faster than reading English.To put it plainly, it is lazy translation, and it is still coherent.


Calculation separator

Guide bag

Import Mods.Calculator.algorithMSEPARATOR;

Add a synthetic table

AlgorithMSEPARATOR.ADDRECIPE (IINGREDIENT Input, INGREDIENT OUTPUT1, INGREDIENT OUTPUT2);

Delete the synthetic table

algorithmSeparators.removeRecipe (IINGREDIENT OUTPUT1, INGREDIENT OUTPUT2);


Atomic calculator

Guide bag

Import Mods.calculator.atomic;

Add a synthetic table

Atomic.addRecipe (IINGREDIENT Input1, IINGREDIENT Input2, INGREDIENT Input3, INGREDIENT OUTPUT);

Delete the synthetic table

Atomic.removeRecipe (IINGREDIENT OUTPUT);


calculator

Guide bag

Import mods.calculator.basic;

Add a synthetic table

basic.addRecipe (ingredient input1, iveRedient input2, iveReadient output);

Delete the synthetic table

Basic.removeRecipe (IINGREDIENT OUTPUT);


Extraction room

Guide bag

Import Mods.Calculator.extractionChamber;

Add a synthetic table

ExtractionChamber.addRecipe (IINGREDIENT Input, INGREDIENT OUTPUT1, INGREDIENT OUTPUT2);

Delete the synthetic table

ExtractionChamber.removeRecipe (IINGREDIENT OUTPUT, INGREDIENT OUTPUT2);


Manufacturing room

Guide bag

Import Mods.Calculator.fabricationChamber;

Add a synthetic table

FabricationChamber.addRecipe (IINGREDIENT Input, INGREDIENT OUTPUT);

Delete the synthetic table

FabricationChamber.removerecipe (IINGREDIENT Input);


Perfect calculator

Guide bag

Import mode.calculator.flawless;

Add a synthetic table

Flawless.addRecipe (IINGREDIENT Input1, IINGREDIENT Input2, IINGREDIENT Input3, IINGREDIENT Input4, IINGREDIENT OUTPUT);

Delete the synthetic table

Flawless.removeRecipe (IINGREDIENT OUTPUT);


Precise extraction room

Guide bag

Import Mods.Calculator.Precisionchamber;

Add a synthetic table

PrecisionChamber.addRecipe (IINGREDIENT Input, IINGREDIENT OUTPUT1, INGREDIENT OUTPUT2);

Delete the synthetic table

PrecisionChamber.removerecipe (IINGREDIENT OUTPUT1, INGREDIENT OUTPUT2);


Operating room

Guide bag

Import Mods.Calculator.ProcessingChamber;

Add a synthetic table

ProcessingChamber.addrecipe (IINGREDIENT Input, IINGREDIENT OUTPUT);

Delete the synthetic table

ProcessingChamber.removeRecipe (IINGREDIENT OUTPUT);


Reorganization room

Guide bag

Import Mods.Calculator.reasSemblychamber;

Add a synthetic table

reaSemblychamber.addrecipe (IINGREDIENT Input, INGREDIENT OUTPUT);

Delete the synthetic table

reaSemblychamber.removeRecipe (IINGREDIENT OUTPUT);


Scientific calculator

Guide bag

Import mods.calculator.scientific;

Add a synthetic table

scientific.addrecipe (IINGREDIENT Input1, INGREDIENT Input2, INGREDIENT OUTPUT);

Delete the synthetic table

scientific.removerecipe (IINGREDIENT OUTPUT);


Restoration room

Guide bag

Import Mods.Calcultor.restrichamber;

Add a synthetic table

RESTRATIONCHAMBER.ADDRECIPE (IINGREDIENT Input, INGREDIENT OUTPUT);

Delete the synthetic table

RESTREIONCHAMBER.RMOVERECIPE (IINGREDIENT OUTPUT);


Basic separation machine

Guide bag

Import mods.calculator.stoneSeparator;

Add a synthetic table

StoneSepata.AdDRECIPE (IINGREDIENT Input, INGREDIENT OUTPUT1, INGREDIENT OUTPUT2);

Delete the synthetic table

StoneSeParator.removeRecipe (IINGREDIENT OUTPUT, INGREDIENT OUTPUT2);


Fluorite energy extract machine

Guide bag

Import mods.calculator.glowstone;

Add a synthetic table

glowstone.addrecipe (INGREDIENT Input, int Value);

Delete the synthetic table

glowstone.removerecipe (IINGREDIENT Input);


Life processor

Guide bag

Import Mods.Calculator.health;

Add a synthetic table

health.addrecipe (INGREDIENT INPUT, Int Value);

Delete the synthetic table

health.removerecipe (IINGREDIENT Input);


Tesla electric tower

Guide bag

Import Mods.Calculator.Conductuctors;

Add a synthetic table

ConDuctormast.addrecipe (IINGREDIENT INPUT, Int PowerCost, INGREDIENT OUTPUT);

Delete the synthetic table

conductormast.removerecipe (IINGREDIENT OUTPUT);


Organic energy extraction machine

Guide bag

Import Mods.calCulator.starch;

Add a synthetic table

Starch.addRecipe (INGREDIENT Input, Int Value);

Delete the synthetic table

Starch.removeRecipe (IINGREDIENT Input);


Redstone energy extraction machine

Guide bag

Import mods.calculator.redstone;

Add a synthetic table

Redstone.addRecipe (INGREDIENT INPUT, Int Value);

Delete the synthetic table

Redstone.removerecipe (IINGREDIENT Input);


Be wary of atomic increases!

Please stop your calculator fairy operation!Intersection