your current location:首页 > news>Crafttweaker of some modules of some backward transplants (game versions 1.7.10) modify formulas [CRT] CRAFTTWEAKER MINE

Crafttweaker of some modules of some backward transplants (game versions 1.7.10) modify formulas [CRT] CRAFTTWEAKER MINE

2024-12-05 23:06:00|Myriagame |source:minecraft skins

Overview

Add some modules of modules that modify formulas with Crafttweaker to 1.7.10 with a high version of the content.

Request

ET Futurum Requiem version ≥ 2.4.4, Crafttweaker ≥ 3.1.0 /MineTweaker, CAMPFIRE BACKPORT.

The following is abbreviated about the Crafttweaker statement, please add prefixes before you type.

ET Futurum Requiem is mods.etfulUrum., Campfire Backport is mods.campfirebackport.

In the explanation/note, except for the module name and the contents of the bidding, all the target blue words are options.

You cannot delete the formula of the camp fire through the Crafttweaker. If you need to delete it, please delete it in the configuration file.[Configuration file name and path: Config/CampfireBackPort.cfg | Formula: 116-128 (116-124 is the formula of ordinary camp fire, 126-128 is the soul camp fire, Campfire Backport Auto RECIPE DISCOVERY will add recipes to ordinary camp fires to ordinary camp fires., Formula defaults to both camp fires, you can close it by yourself)]]

Because this is the formula to add campfire using Crafttweaker, the configuration file will not be involved in depth. Turn to Official Wiki Link

Et futurum requinem

From Config/ETFUTUUM/BLOCKSITEMS.CFG

Forged desk

Add and remove forging formulas.

Sentence

 Smithingtable.addrecipe (, , );

Smithingtable.addrecipenonbt (, , );

Smithingtable.remove ();

explain

Itemstringoutput item output.

Itemstringinput@item first grid item.

Itemstringinput@Material second lattice material, which is a slot with ingot.

The NBT of the items that will output will be consistent with the NBT of the items in the first slot.

AddRecipenonbt will empty the NBT of the output items.

Do not accept the following suffix string

 .noreturn ()

.Anydamage ()

.Onlydamaged ()

But accept .anydamage ()

Remove removes the forged table formula corresponding to the item.

example

 Smithingtable.addrecipe (, , ); 

Cracttweaker expressions of the original synthetic alloy sword.

 Smithingtable.remove (); 

Remove the original alloy thoracic armor.

Pile

More items will be piled into bone powder.Sentence

 composting.addcompostable (, CHANCE);

composting.remove ();

explain

Itemstring is composting items.

CHANCE is an integer, 0

If the CHANCE <100, the value of the value is the probability of CHANCE%, which increases the number of layers;

If the CHANCE/100 ≥ 1, the integer part of the value is filled with the number of layers, and the decimal part is the probability of the CHANCE-integer × 100%.

example

 composting.addcompostable (, 50); 

Moss in Novacraft will have a 50%chance of filling a layer.

 composting.addcompostable (, 350); 

The original star of the original version will fill the 3 layer and have a 50%chance to fill the next layer.

 composting.remove (); 

All leaves of the original version will not be composed.

Brewing table

Add brewing fuel.

Add to delete the brewing table formula

 brewingfuel.addfuel (, Count);

brewingfuel.remove ();

explain

Itemstring provides items that provide brewed energy.

Count is an integer, count> 0; this item can provide the energy required several times to make.

Remove removes the ability of the item as brewing energy to provide items.

Addfuel will provide items as brewing energy.

example

 brewingfuel.addfuel (, 10); 

The original gunpowder can provide the energy required for 10 brewed.

 brewingfuel.remove (); 

The original flame powder can no longer provide the energy required for brewing.

Attachment table

Add the items with enchanting energy.

Sentence

 enchantingfuel.addfuel ();

enchantingfuel.removefuel ();

explain

Itemstring provides items that provide enchanting energy.

Removefuel removes the ability of this item as an attachment energy to provide items.

Addfuel This item will provide items as magic energy.

example

 enchantingfuel.addfuel (); 

The original diamond will be able to attach magic.

 enchantingfuel.removefuel (); 

The original laparus stone cannot be attached.

Blast furnace & smoked furnace

Add blast furnace and smoke furnace formula.

Sentence

ET Futurum Requiem version <2.4.4, add blast furnace and smoke furnace formula.

 Furnace.addrecipe (, );

fuRNACE.ADDRECIPE (, , Numberofxp);

furnace.remove ();

furnace.remove (, );

furnace.remove (<*>, );

By modifying the original melting furnace, the blast furnace and smoke furnace are modified.

explain

Itemstringoutput item output.

Itemstringinput item input.

Numberofxp smelly completes experience, integer, numberofxp> 0.

Furnace.addrecipe original melting furnace is added.

Furnace.remove original melting furnace removal.

When ET FUTUM Requiem version ≥ 2.4.4, a blast furnace and smoke furnace formula is added.

 Smoker.addrecipe (, );

Smoker.addRecipe (, , Numberofxp);

smoker.remove ();

smoker.remove (, );

smoker.remove (<*>, );

blastfurnace.addrecipe (, );

blastfurnace.addrecipe (, , Numberofxp);

blastfurnace.remove ();

blastfurnace.remove (, );

blastfurnace.remove (<*>, );

explain

Itemstringoutput item output.

Itemstringinput item input.

Numberofxp smelly completes experience, integer, numberofxp> 0.

AddRecipe adds a blast furnace/smoke furnace formula.

Remove removes blast furnace/smoke furnace formula.

In general, the furnace is replaced with Smoker/Blastfurnace; and some prefixes are added.

example

 Blastfurnace.addRecipe (, , 500); 

Pightning furnace steelmaking and returning 500 experience values.

 Smoker.remove (<*>, ); 
Only the original raw chicken cannot be melted.

 Blastfurnace.remove (); 

Remove the formula of the original iron grains.

Campfire backport

One display in NEI

Nei display

Add formula

Sentence

 addcampfiReCipe (String Types, IINGREDIENT Input/iveRedient [] input, Itemstack Output,

Integer cookingTime, Signalfire, IItemstack byProduct, byproductchance);

explain

String Types, designated camp fire."Regular" (ordinary camp fire) "soul" (soul camp fire) "both" (both have | default).

IINGREDIENT INPUT is an item input, and INGREDIENT [] input is an input array of items.They correspond to the input of the upper left corner and the input of four grids.IItemstack output is the output of items.

Integer cookingtime is the melting time, integer, unit is tick.In NEI, the default is SEC, press lshift to tick, (1SEC = 20tick) defaults to 30SEC.

Signalfire, is it a signal camp fire."Signal Camp Fire" is the base fire at the bottom."Signal" (signal camp fire) "notSignal" (non -signal camp fire) "ANY" (both can | default).

IItemstack byproduct is by -product, ByproductChance is the probability of output of by -product output. Between 0 and 1, the default is 1 (100%).

example

 addcampfiReCipe ("soul", [, , ]

, , "5000", "Signal", *4, 0.5);

Two lower alloy fragments and two gold ingots are on the soul signal camp fire. After 5000tick, it is melted into a lower alloy ingot, and has a 50%chance to produce four diamonds.

 addcampfiReCipe ("both", [, , ],

, "Nosignal");

One brown mushroom, 1 red mushroom and a bowl of 600tick become mushroom pot, but can only be on non -signal camp fire.

Ignition items/fire extinguishing items

View all the ignition items and fire extinguishing items can be clicked in NEI [ Original ] .Sentence

 addcampfireExtinguisher/iGnitor (String Types, IINGREDIENT INPUT, String usageType, Int DamageorReduceby, IITEMS Tack output,

Boolean leftClight);

// ignition/fire extinguishing items

explain:

String Types is the same formula.

IINGREDIENT INPUT is used to extinguish/ignite the bonfire input item.

How is the string usageType input?"Damageable" (decreased durability of this item | only tool) "Stackable"

INT DAMAGEORREDUCEBY, reduced quantity.Please see the aforementioned explanation.

IItemstack output, the items returned after extinguishing.The default is null.

Boolean leftClick, do you use the left button to click to extinguish/ignite, and set it to "true" to represent the left button out/ignite. If it is "false", the right button is extinguished/ignited.The default is false.

example

 addcampfireExtinguisher ("Both", , "Damageable", 5); 

Blind the fire stone to ignite the fire and reduce the durability of five points.

 addcampfireignitor ("regular", , "none", , true); 

Left button splash the water in the bucket to the ordinary camp fire to extinguish it.

Set the length of the burning time in the dimension/biological group

Sentence

 addburnouttimer (String Types, Integer Biomeid, Integer Dimensionid, Int Timer); 

explain

String Types is the same formula.

Integer Biomeid this ID of the biological group that should be applied to this combustion time.If the biological group has little impact on this, please set it to NULL.

INTEGER DIMENSIONID is an ID of the dimension that should be applied to the burning time.If the dimension has a small impact on this, set it to NULL.

INT TIMER burning time length.Integer.The unit is tick.Set to -1 to prevent the camp fire from being burned.

example

 addburnouttimer ("soul", null, -1, -1); 

The soul camp fire will never burn in the lower bound.

 addburnouttimer ("both", 0, -1, 0); 

All camp fires were burned immediately in the lower marine biological group.

External labels to use fluid sentences

≤V1.11.1, you need to add the following labels.

. TransformFLUID (String Fluidname, MINAMOUNTNUM, Boolean Reuse) 

≥V1.11.2 is divided into the following labels.

. Drainfluid (String FluidName, Amountnum, Boolean Reuse) 
. Name, amountnum, boolean reuse) 

explain

String FluidName is the name of the fluid.

(Min) AMOUNTNUM consumption/increase the amount of fluid, which is a non -negative value.

Whether Boolean Reuse can be reused, the default is true.

Transformflum was originally consumed.It was renamed Drainflum.Then add Fillflum to increase fluids.#41

example

 addcampfireextinguisher ("both", <*>. TransformFLUID ("Water", 1000), "None"); 

Right -click consumption of 1000 MB of water in any container to extinguish the camping fire.

 addcampFireignitor ("both", . Drainflum ("lava", 150), "none"); 

150 MB of magma in a portable storage tank consumed by the heat expansion to ignite the fire.

 addcampfireExtinguisher ("Both", . Fillflum ("lava", 150), "none"); 

Right -clicking the camping fire with the hot storage tank with thermal expansion to extinguish it and inject 150 MB of magma into the tank.