This tutorial is set by the author to use the CC by-NC protocol.
Github original site: https://github.com/lionzxy/mtutils
The tutorial is not very complete, so some supplements here.Note that I have learned about the basic use of MT3 by default.
Step 1: Import
You need to import library to use the function of the library
Import Mods.mtutilsgt
Step 2: instruction
/mtu gtkeys
Check the*key*of all GT machine formulas*
This key determines your formula, which will be mentioned later.
/mt liquids
View liquid list, view in ./minecraft/minetweaker.logs
Step 3: Function
a. Add formula
MtutilSGT.Adddomomorecipe ("GT.Recipe.canner", FALSE, 128, 128, [10000],,,],, 10000],,,], 10000,,,], [10000],,,,], 10000,,,,], 10000,,,], 10000,,,], [10000],,,,], 10000,,,,], 10000,,,], 10000,,,], 10000,,,], [10000],,,,], 10000,,,,], 10000,,,], [10000],,,,], 10000,,,], 10000,,,,], 10000,,,], 10000,,,,], 10000,,,], [10000],,,,], 10000,,,,], 10000,,,,], 10000,,,,], [10000],,,,],,]
[
"GT.Recipe.canner" -Grey Technology 6 Machine Format*Key*can be used as a positioning string to determine what machine this formula is loaded on.For example, "gt.Recipe.canner" means an irrigation machine, which means that the formula added by this function will take effect in all machines using the filling machine.This also includes large machines: For example, for the mixer, if "GT.Recipe.mixer" is used, the formula will take effect in large mixer, electric mixer, and mixer together.
FALSE -TRUE indicates the use of nbt, false means ignoring NBT
128 -Formula energy demand, the unit is GU/TICK.Note that if the magic transformation of the pot and the condenser, such as a machine that does not require energy, must be set to 0
128 -Formula time requirements, the unit is tick
[10000] -The probability of output items.10000 represents 100%, 0 represents 0%, and 5000 represents 50%.If there are multiple items, please use the comma to separate. If only one probability is retained, the probability of all output items is the number.
[
[
[
[
*If the input/output is not available, it must be occupied by NULL.
b. Remove the formula
Mtutilsgt.removeAllRcipes ("GT.Recipe.mixer",
"GT.Recipe.mixer" -Grey Technology 6 Machine Format's*Key*can be used as a positioning string to determine what machine this formula is loaded on.This is a mixer.
c. Flow replacement
Mtutilsgt.addfluidinput (
The first fluid represents the original fluid, and the second fluid represents the newly added fluid.
This line of code indicates that SODA's GT formula allows mineralsoda to replace SODA.
Mtutilsgt.addfluidinput
*This type of replacement is not limited to the machine, so the formula is very large, please use it with caution.
Thank you for watching this tutorial. If you have any other questions, please talk about me or comment.