Crafttweaker's application in furniture modules [CFM] Mrcrayfish's furniture

Please use the version above 5.5.0

computer

Add to

mods.cfm.minebay.addtrade (, );

Exemplary example

MODS.CFM.MINEBAY.ADDTRADE ( .withamount (42), .withamount (13));

mods.cfm.minebay.addtrade ( .withamount (16), .withamount (3));

MODS.CFM.MINEBAY.ADDTRADE (, );

Remove

mods.cfm.minebay.remove ();

Exemplary example

MODS.CFM.MINEBAY.RMove (. Withtag ({Potion: "Night_vision"});

oven

Add to

mods.cfm.oven.addrecipe (, );

Exemplary example

mods.cfm.oven.addrecipe (, );

Remove

mods.cfm.oven.remove ();

mods.cfm.oven.remove ( (can fill in NULL), );

Exemplary example

mods.cfm.oven.remove ();

mods.cfm.oven.remove (null, );

refrigerator

Remove

mods.cfm.freezer.remove ();

mods.cfm.freezer.remove ( (can fill null), );

Exemplary example

mods.cfm.freezer.remove ();

mods.cfm.freezer.remove (null, );

Add to

mods.cfm.freezer.addrecipe

Exemplary example

mods.cfm.freezer.addrecipe ( .withamount (16), ););

mods.cfm.freezer.addrecipe ( .withamount (16), );

mods.cfm.freezer.addrecipe (, );

printer

Remove

mods.cfm.printer.remove ();

Exemplary example

mods.cfm.printer.remove ();

Add to

mods.cfm.printer.add (

);

Exemplary example

mods.cfm.printer.add ();

Cutting board

Remove

mods.cfm.choppingboard.remove ( (you can fill in NULL), );

Exemplary example

mods.cfm.choppingboard.remove (null, ); add

mods.cfm.choppingboard.addrecipe (, );

Exemplary example

mods.cfm.choppingboard.addrecipe ( .withamount (2), );

mods.cfm.choppingboard.addrecipe (. Withamount (3), );

Baked bread machine

Remove

mods.cfm.toaster.remove

Exemplary example

mods.cfm.toaster.remove (, );

Add to

mods.cfm.toaster.addrecipe

Exemplary example

MODS.CFM.TOASTER.ADDRCIPE (, );

mods.cfm.toaster.addrecipe (, );

Mixer

Remove

mods.cfm.blener.remove ("Drink Name String");

MODS.CFM.BLENDER.RMOVE ("Beverage Name Strings" (can fill in NULL), [Materials Item Group]);

Exemplary example

mods.cfm.blener.remove ("FRUIT CRUSH");

MODS.CFM.BLENDER.RMOVE (NULL, [, , ]);););););););););

Add to

MODS.CFM.BLENDER.ADDDRINK ("Beverage Name Strings", [Materials Item Group], hunger recovery (1 ~ 20 integer), [red, green, blue (using decimal RGB color, range: 0 ~ 255Our integer)]);

Exemplary example

MODS.CFM.BLENDER.ADDDRINK ("iced watermelon juice", [ .withamount (8), .withamount (4)], 20, [255,182,193]);

Micro-wave oven

Remove

mods.cfm.microwave.remove ();

MODS.CFM.Microwave.remove ( (can fill in NULL), );

Exemplary example

mods.cfm.microwave.remove ();

MODS.CFM. Microwave.remove (NULL, );

Add to

MODS.CFM.Microwave.addrecipe (, );

Exemplary example

MODS.CFM.Microwave.addrecipe (. Withamount (4), );

dishwasher

Remove

mods.cfm.dishwasher.remove ();

Exemplary example

mods.cfm.dishwasher.remove (); add

mods.cfm.dishwasher.add ();

Exemplary example

mods.cfm.dishwasher.add ();

mods.cfm.dishwasher.add ();

mods.cfm.dishwasher.add ();

mods.cfm.dishwasher.add ();

mods.cfm.dishwasher.add (

mods.cfm.dishwasher.add ();

washing machine

Remove

mods.cfm.washingmachine.remove ();

Exemplary example

mods.cfm.washingmachine.remove ();

mods.cfm.washingmachine.remove ();

mods.cfm.washingmachine.remove ();

mods.cfm.washingmachine.remove ();

Add to

mods.cfm.washingmachine.add ();

Exemplary example

mods.cfm.washingmachine.add ();

mods.cfm.washingmachine.add ();

mods.cfm.washingmachine.add ();

mods.cfm.washingmachine.add ();

mods.cfm.washingmachine.add ();

Barbecue

Remove

mods.cfm.grill.remove ( (can fill in NULL), );

mods.cfm.grill.remove ();

Exemplary example

mods.cfm.grill.remove (null, );

mods.cfm.grill.remove ();

Add to

mods.cfm.grill.addrecipe (, );

Exemplary example

mods.cfm.grill.addrecipe (, );

mods.cfm.grill.addrecipe (, );

Reference information

1. Related source code: https://github.com/mrcrayfish/mrcrayFurnInitureMod/tree/master/main/java/mrcrayfish/furniture/Crafttwea Ker; 2. MrcrayFish's Furniture Mod Crafttweaker Sample, by BlueAgent: https://gist.github.com/blueagent/a104380351014e23e9871dd7accde007, if not accessed, please click here to find a solution.