your current location:首页 > news>[1.12.2] How to modify the stars polymerizer -related synthesis through CRT [AS] Astral Sorcery MineCraft Game

[1.12.2] How to modify the stars polymerizer -related synthesis through CRT [AS] Astral Sorcery MineCraft Game

2024-12-10 17:46:46|Myriagame |source:minecraft skins

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

Remove the recipe of the polymerization polymerization device:

Example: Remove sea blue gemstone converting to resonance gem formula

 mods.astralsorcery.starlightinFusion.removeInfusion (); 

Analysis: format is

 modes.astralsorcery.starlightinFusion.removeinFusion (outputStack); 

Among them, outputStack is the finished product corresponding to the formula.If there are multiple star polymer formulas to synthesize the item, you need to add multiple RemoveInfusion to remove multiple formulas.

Add a star -energy polymer related formula:

Example: Stone synthetic base rock in the star energy polymer

 Mods.astralsorcery.starlightInfusion.Addinfusion (, , False, 0.5,200); 

In -game effect map:

Analysis: Format is:

 Mods.astralsorcery.starlightinFusion.AddinFusion (InputStack, OutputStack, Consumemultiple, Consumerchance, Crafttics Ime); 

Among them, inputStack is the required raw material required for synthetic; OutputStack is the finished product; the consumemultiple is filled in True or False. If True is consumed, all 12 barrels of star energy liquid will consume all 12 barrels of stars in the multi -block mechanism. If it is false,Only one barrel of barrels (if you use curbing the Holy Grail to provide a star energy liquid, consume 4.8B when True, consume 400MB when you are for FALSE); consumerchance is the probability of consumption of the star energy liquid, the range is between 0 ~ 1, not 0 at 0, not 0 when it is not 0, not 0 at 0, not 0 at 0, not 0 at 0, not 0 at 0.It will consume star energy liquid, which will consume star energy liquid at 1; Craftticktime is the time required for the formula, and the unit is a game carving.